feat: add UX improvements on e2e testing (#7804)

This commit is contained in:
joshieDo
2024-04-23 15:30:38 +01:00
committed by GitHub
parent 9fd35f948c
commit b3db4cf56d
16 changed files with 343 additions and 221 deletions

View File

@ -17,6 +17,8 @@ reth-tracing.workspace = true
reth-db.workspace = true
reth-rpc.workspace = true
reth-payload-builder = { workspace = true, features = ["test-utils"] }
reth-provider.workspace = true
reth-node-builder.workspace = true
jsonrpsee.workspace = true
@ -32,3 +34,4 @@ alloy-signer-wallet = { workspace = true, features = ["mnemonic"] }
alloy-rpc-types.workspace = true
alloy-network.workspace = true
alloy-consensus.workspace = true
tracing.workspace = true