fix(engine): return error on StateRootTask multiproof and root calculation failures (#13356)

This commit is contained in:
Federico Gimenez
2024-12-12 16:23:52 +01:00
committed by GitHub
parent c339811727
commit 5ef21cdfec
3 changed files with 21 additions and 3 deletions

View File

@ -21,6 +21,7 @@ reth-consensus.workspace = true
reth-engine-primitives.workspace = true
reth-errors.workspace = true
reth-evm.workspace = true
reth-execution-errors.workspace = true
reth-network-p2p.workspace = true
reth-payload-builder-primitives.workspace = true
reth-payload-builder.workspace = true