chore: replace StoredBranchNode, StoredTrieMask and StoredHashBuilderValue types with Compact impl instead (#9573)

This commit is contained in:
joshieDo
2024-07-17 14:06:05 +02:00
committed by GitHub
parent 0befab52c9
commit 89d0281ce3
20 changed files with 175 additions and 206 deletions

View File

@ -19,6 +19,7 @@ alloy-consensus = { workspace = true, optional = true }
alloy-eips = { workspace = true, optional = true }
alloy-genesis = { workspace = true, optional = true }
alloy-primitives.workspace = true
alloy-trie.workspace = true
# misc
bytes.workspace = true