feat(engine): wire StateRootTask in EngineApiTreeHandler (#12639)

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Federico Gimenez
2025-01-07 11:27:16 +01:00
committed by GitHub
parent 3212af2d85
commit 107dfaeaa9
5 changed files with 200 additions and 100 deletions

View File

@ -32,6 +32,7 @@ reth-prune.workspace = true
reth-revm.workspace = true
reth-stages-api.workspace = true
reth-tasks.workspace = true
reth-trie-db.workspace = true
reth-trie-parallel.workspace = true
reth-trie-sparse.workspace = true
reth-trie.workspace = true
@ -82,7 +83,6 @@ reth-static-file.workspace = true
reth-testing-utils.workspace = true
reth-tracing.workspace = true
reth-trie-db.workspace = true
proptest.workspace = true
# alloy
alloy-rlp.workspace = true
@ -90,6 +90,7 @@ alloy-rlp.workspace = true
assert_matches.workspace = true
criterion.workspace = true
crossbeam-channel = "0.5.13"
proptest.workspace = true
rand.workspace = true
[[bench]]