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

@ -25,7 +25,7 @@ reth-nippy-jar.workspace = true
reth-prune-types.workspace = true
reth-stages-types.workspace = true
reth-tracing.workspace = true
reth-trie-types.workspace = true
reth-trie-common.workspace = true
# codecs
serde = { workspace = true, default-features = false }