feat(trie): add trie-debug feature for recording sparse trie mutations (#22234)

Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Brian Picciano
2026-02-17 12:59:11 +01:00
committed by GitHub
parent 117b212e2e
commit 8db352dfd2
14 changed files with 388 additions and 7 deletions

View File

@@ -190,6 +190,7 @@ min-trace-logs = [
"reth-node-core/min-trace-logs",
]
trie-debug = ["reth-node-builder/trie-debug", "reth-node-core/trie-debug"]
rocksdb = ["reth-ethereum-cli/rocksdb", "reth-node-core/rocksdb"]
edge = ["rocksdb"]