Skip to content

Commit 40c9f98

Browse files
Add a new partial trie DB that can be populated by reth's execution witness
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 58f6b0d commit 40c9f98

File tree

13 files changed

+1480
-59
lines changed

13 files changed

+1480
-59
lines changed

category/execution/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ add_library(
9898
"ethereum/db/db_snapshot_filesystem.h"
9999
"ethereum/db/file_db.cpp"
100100
"ethereum/db/file_db.hpp"
101+
"ethereum/db/partial_trie_db.hpp"
102+
"ethereum/db/partial_trie_db.cpp"
101103
"ethereum/db/trie_db.cpp"
102104
"ethereum/db/trie_db.hpp"
103105
"ethereum/db/trie_rodb.hpp"
@@ -173,6 +175,8 @@ add_library(
173175
"ethereum/rlp/decode_error.cpp"
174176
"ethereum/rlp/decode_error.hpp"
175177
"ethereum/rlp/encode2.hpp"
178+
"ethereum/rlp/execution_witness.cpp"
179+
"ethereum/rlp/execution_witness.hpp"
176180
# ethereum/state2
177181
"ethereum/state2/block_state.cpp"
178182
"ethereum/state2/block_state.hpp"

0 commit comments

Comments
 (0)