Skip to content

Commit 27e8e93

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 0484261 commit 27e8e93

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
@@ -99,6 +99,8 @@ add_library(
9999
"ethereum/db/db_snapshot_filesystem.h"
100100
"ethereum/db/file_db.cpp"
101101
"ethereum/db/file_db.hpp"
102+
"ethereum/db/partial_trie_db.hpp"
103+
"ethereum/db/partial_trie_db.cpp"
102104
"ethereum/db/trie_db.cpp"
103105
"ethereum/db/trie_db.hpp"
104106
"ethereum/db/trie_rodb.hpp"
@@ -174,6 +176,8 @@ add_library(
174176
"ethereum/rlp/decode_error.cpp"
175177
"ethereum/rlp/decode_error.hpp"
176178
"ethereum/rlp/encode2.hpp"
179+
"ethereum/rlp/execution_witness.cpp"
180+
"ethereum/rlp/execution_witness.hpp"
177181
# ethereum/state2
178182
"ethereum/state2/block_state.cpp"
179183
"ethereum/state2/block_state.hpp"

0 commit comments

Comments
 (0)