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

@@ -121,6 +121,7 @@ test-utils = [
"reth-primitives-traits/test-utils",
"reth-tasks/test-utils",
]
trie-debug = ["reth-engine-tree/trie-debug"]
op = [
"reth-db/op",
"reth-db-api/op",