chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
joshieDo
2024-06-13 18:36:18 +02:00
committed by GitHub
parent 763317d356
commit 76c8f4842c
47 changed files with 401 additions and 394 deletions

View File

@ -18,7 +18,7 @@ reth-primitives.workspace = true
reth-prune-types.workspace = true
reth-storage-errors.workspace = true
reth-stages-types.workspace = true
reth-trie-types.workspace = true
reth-trie-common.workspace = true
# codecs
modular-bitfield.workspace = true