2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
Submodule monad-execution updated 27 files
- category/execution/ethereum/db/test/test_db.cpp+15-3
- category/execution/ethereum/dispatch_transaction.cpp+2
- category/execution/ethereum/dispatch_transaction.hpp+2
- category/execution/ethereum/evm_test.cpp+162-133
- category/execution/ethereum/execute_block.cpp+39-25
- category/execution/ethereum/execute_block.hpp+2
- category/execution/ethereum/execute_transaction.cpp+5
- category/execution/ethereum/execute_transaction.hpp+3
- category/execution/ethereum/execute_transaction_test.cpp+18-7
- category/execution/ethereum/test/test_monad_chain.cpp+2-2
- category/execution/monad/dispatch_transaction.cpp+2
- category/execution/monad/dispatch_transaction.hpp+1-1
- category/vm/compiler/ir/x86/emitter.cpp+29-24
- category/vm/compiler/ir/x86/emitter.hpp+1-1
- category/vm/fuzzing/generator/generator.hpp+197-119
- cmd/monad/runloop_ethereum.cpp+6-1
- cmd/monad/runloop_monad.cpp+5
- docker/Dockerfile+26-39
- docker/release.Dockerfile-86
- scripts/ubuntu-build/install-boost.sh+2
- scripts/ubuntu-build/install-deps.sh+8-1
- scripts/ubuntu-build/install-tools.sh+12-1
- test/ethereum_test/src/blockchain_test.cpp+6-1
- test/unit/common/CMakeLists.txt+1-1
- test/unit/common/include/monad/test/traits_test.hpp+16-6
- test/vm/fuzzer/fuzzer.cpp+15-5
- test/vm/fuzzer/typechecker_fuzzer.cpp+3-3
0 commit comments