feat(trie): witness (#9803)

This commit is contained in:
Roman Krasiuk
2024-07-30 13:18:20 -07:00
committed by GitHub
parent d90f2396e5
commit 2c2a782bb8
8 changed files with 324 additions and 11 deletions

View File

@ -20,6 +20,7 @@ alloy-primitives.workspace = true
alloy-rlp.workspace = true
alloy-eips.workspace = true
revm-primitives.workspace = true
nybbles.workspace = true
thiserror-no-std = { workspace = true, default-features = false }