evmone
evmone copied to clipboard
Fast Ethereum Virtual Machine implementation
Currently, in the analysis phase we prepare a table where for each instruction in the code we store: - pointer to function implementing the instruction (8 bytes) - optional imminent...
Closes #511. I haven't checked gas used in every benchmark loop iteration because I want to make sure current changes won't break anything. After that, I'll add a check for...
The existing benchmark suite has been converted to JSON State Test format and is available in https://github.com/ipsilon/evm-benchmarks. - [ ] Add evm-benchmarks as git submodule replacing `test/benchmarks`. - [ ]...
Currently the `evmone-statetest` tool takes one argument and loads JSON tests from the dir specified by this argument. Add support for loading tests from multiple dirs (multiple args). Also handle...
I'm trying to get `evmone` to pass all the tests in [ethereum/tests](https://github.com/ethereum/tests), but currently I find that `evmone` can't pass [this test](https://github.com/ethereum/tests/blob/develop/GeneralStateTests/stCreate2/CREATE2_HighNonce.json). After debugging, I found out that this is...
This binaries upload script on AppVeyor does not work any more. And also release and debug binaries are in conflict.