-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule evmone
updated
22 files
+1 −1 | .bumpversion.cfg | |
+69 −6 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+11 −14 | README.md | |
+18 −26 | circle.yml | |
+3 −30 | cmake/Hunter/config.cmake | |
+3 −3 | cmake/Hunter/init.cmake | |
+1 −1 | evmc | |
+3 −3 | lib/evmone/advanced_instructions.cpp | |
+96 −45 | lib/evmone/baseline.cpp | |
+1 −0 | lib/evmone/execution_state.hpp | |
+6 −4 | lib/evmone/instructions.hpp | |
+300 −145 | lib/evmone/instructions_xmacro.hpp | |
+13 −9 | lib/evmone/vm.cpp | |
+10 −0 | lib/evmone/vm.hpp | |
+14 −2 | test/bench/bench.cpp | |
+2 −2 | test/fuzzer/fuzzer.cpp | |
+2 −2 | test/integration/CMakeLists.txt | |
+7 −3 | test/unittests/evm_fixture.cpp | |
+19 −10 | test/unittests/evmone_test.cpp | |
+3 −0 | test/unittests/execution_state_test.cpp | |
+1 −1 | test/unittests/tracing_test.cpp |