feat(engine): introduce sync implementation of StateRootTask (#12378)

This commit is contained in:
Federico Gimenez
2024-11-18 14:58:31 +01:00
committed by GitHub
parent 26ce7fbdb2
commit 8339c716b4
4 changed files with 257 additions and 54 deletions

View File

@ -45,9 +45,7 @@ revm-primitives.workspace = true
# common
futures.workspace = true
pin-project.workspace = true
tokio = { workspace = true, features = ["macros", "sync"] }
tokio-stream.workspace = true
thiserror.workspace = true
# metrics
@ -82,6 +80,12 @@ reth-chainspec.workspace = true
alloy-rlp.workspace = true
assert_matches.workspace = true
criterion.workspace = true
crossbeam-channel = "0.5.13"
[[bench]]
name = "channel_perf"
harness = false
[features]
test-utils = [