Karl Yu
Karl Yu
Instead of such : ``` fn main() { let mut sum = 0; for i in -3..2 { sum += i } assert!(sum == -5); for c in 'a'..='z' {...
Background : Ubuntu 19.04 npm 6.7.0 apm 2.4.3 node 10.2.1 x64 python 2.7.17 git 2.20.1 atom 1.44.0 This error occured when I tried to do 'apm install ' inside etheratom...
As you mentioned , in non-zero case , we should set it as nonZero != 0 in order to save 6 gas . But what if the nonZero goes negative...
Hi mates , recently i have been troubled with running echidna-test inside of our monerepo , and i am trying to running echidna-test on your repo to see if we...
As the following diagram shows : https://github.com/hop-exchange/contracts/blob/master/assets/Hop_Contract_Inheritance_Diagram.jpg The L1_bridge is designed as not abstract , but in the actual code it does. So maybe your team should update the diagram...
AFAIK , abstract contract can't be deployed .
the main errors are of the type that : karlyu@karls-MacBook-Pro crytic % crytic-compile . INFO:CryticCompile:Compilation warnings/errors on ./EchidnaE2E.sol: Error: Source "compliance/Compliance.sol" not found: File not found. Searched the following locations:...
This PR targets at issue #17609 , short summary : - Implements debug_storageRangeAt with full historical accuracy - Adds a storage-range capable provider path, runs block replay with StorageDiffInspector, overlays...
This is on #19256 @yongkangc @mattsse Please check if this behaviour is correct Short summary : Dynamic multiproof chunking now adapts to actual worker capacity instead of blindly slicing every...