chore(trie): replace ParallelStateRoot with AsyncStateRoot (#11213)

This commit is contained in:
Federico Gimenez
2024-09-26 10:25:19 +02:00
committed by GitHub
parent 353fd60d29
commit 42d2e485de
8 changed files with 67 additions and 399 deletions

View File

@ -25,7 +25,7 @@ reth-execution-types.workspace = true
reth-stages-api.workspace = true
reth-trie = { workspace = true, features = ["metrics"] }
reth-trie-db = { workspace = true, features = ["metrics"] }
reth-trie-parallel = { workspace = true, features = ["parallel"] }
reth-trie-parallel.workspace = true
reth-network.workspace = true
reth-consensus.workspace = true
reth-node-types.workspace = true