Hugo

Results 24 issues of Hugo

Currently `eas` expects a file path as input, is there any reason why we cannot put the assembly directly?, this would be helpful when writing small examples: ``` $ eas...

C:\Documents and Settings\hugo.delacruz\github\Simple-Twitter-Bot>python regist_pin.py What is your CONSUMER_KEY? xxxxxxxxxxxxxxxx What is your CONSUMER_SECRET? xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Traceback (most recent call last): File "regist_pin.py", line 44, in <module> if **name** == "**main**": main(sys.argv)...

all vm tests passing in evm2wasm, the problem was the same as in storageStore

Changed the wrc20 code to pass the test case written by @poemm The compile.sh script also generates such test case. Will take a look at the Solidity implementations of the...

I updated the genesis file and instructions to connect an aleth node to the testnet. Fixes https://github.com/ewasm/testnet/issues/140 Please let me know if not needed files for `dummymetering` and `dummyevm2wasm` has...

Add wasm (rust) precompiles to the geth genesis file https://github.com/ewasm/testnet/issues/58 Pending: - [ ] ecrecover - [ ] modexp

https://github.com/ewasm/testnet/issues/136

Fixes https://github.com/ewasm/benchmarking/issues/154 Also, closes all charts after being used in order to not retain in memory, avoiding the warning message `RuntimeWarning: More than 20 figures have been opened. Figures created...