File tree
2 files changed
+16
-10
lines changed- monad-cxx
- monad-triedb/triedb-driver/src
2 files changed
+16
-10
lines changedSubmodule monad-execution updated 55 files
- category/async/erased_connected_operation.hpp+1-1
- category/async/io.cpp+36-27
- category/async/io.hpp+31-37
- category/core/CMakeLists.txt+2-2
- category/core/event/event_ring.c+1-11
- category/core/is_specialization_of.hpp+38
- category/event/CMakeLists.txt+5
- category/execution/ethereum/block_hash_buffer.cpp+2-2
- category/execution/ethereum/core/contract/events.hpp+6-1
- category/execution/ethereum/db/db_cache.hpp+1
- category/execution/ethereum/db/db_snapshot.cpp+24-12
- category/execution/ethereum/db/test/test_db.cpp+38-26
- category/execution/ethereum/db/trie_db.cpp+84-48
- category/execution/ethereum/db/trie_db.hpp+4-1
- category/execution/ethereum/db/util.cpp+26-29
- category/execution/ethereum/db/util.hpp+3-5
- category/execution/ethereum/evm_test.cpp+4-4
- category/execution/ethereum/execute_transaction_test.cpp+5-5
- category/execution/ethereum/precompiles_test.cpp+9-9
- category/execution/ethereum/state2/test/test_state.cpp+15-15
- category/execution/ethereum/test/test_db_snapshot.cpp+6-4
- category/execution/ethereum/test/test_monad_chain.cpp+89-45
- category/execution/monad/chain/monad_devnet.cpp+1-1
- category/execution/monad/chain/monad_testnet.cpp+5-2
- category/execution/monad/chain/monad_testnet2.cpp+4-1
- category/execution/monad/monad_precompiles.cpp+1-1
- category/execution/monad/monad_transaction_gas.cpp+2-2
- category/execution/monad/staking/read_valset.cpp+1-1
- category/execution/monad/staking/staking_contract.cpp+52-28
- category/execution/monad/staking/staking_contract.hpp+8
- category/execution/monad/staking/test_staking_contract.cpp+247-155
- category/execution/monad/staking/util/constants.hpp+59-18
- category/mpt/bench/async_read_bench.cpp+16-14
- category/mpt/copy_trie.cpp+33-34
- category/mpt/db.cpp+132-235
- category/mpt/db.hpp+10-13
- category/mpt/test/db_test.cpp+443-286
- category/mpt/test/read_only_db_stress_test.cpp+26-24
- category/mpt/trie.hpp+4-4
- category/rpc/eth_call_test.cpp+1-2
- category/statesync/statesync_client.cpp+6-1
- category/statesync/statesync_client_context.cpp+8-2
- category/statesync/statesync_server.cpp+2-2
- category/statesync/test/test_statesync.cpp+51-23
- category/vm/evm/explicit_traits.hpp+8-3
- category/vm/evm/monad/revision.h+3
- category/vm/evm/opcodes.hpp+8-1
- category/vm/evm/switch_traits.hpp+2
- category/vm/evm/traits.hpp+17-20
- category/vm/runtime/storage_costs.hpp+6
- cmd/monad/main.cpp+5-6
- docker/Dockerfile+13-17
- test/ethereum_test/src/blockchain_test.cpp+18-17
- test/unit/common/include/monad/test/traits_test.hpp+6-6
- test/vm/unit/evm_tests.cpp+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
450 | 451 | | |
451 | | - | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
452 | 455 | | |
453 | 456 | | |
454 | 457 | | |
| |||
457 | 460 | | |
458 | 461 | | |
459 | 462 | | |
460 | | - | |
461 | | - | |
462 | | - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
463 | 469 | | |
464 | 470 | | |
465 | 471 | | |
| |||
0 commit comments