Skip to content

Commit 9d3509c

Browse files
kevaundrayrkrasiuk
andauthored
chore: Explicitly check for failure on expected blocks in ef-tests (paradigmxyz#15803)
Co-authored-by: Roman Krasiuk <[email protected]>
1 parent 57f77ac commit 9d3509c

File tree

5 files changed

+284
-104
lines changed

5 files changed

+284
-104
lines changed

Cargo.lock

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing/ef-tests/Cargo.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,24 @@ asm-keccak = [
2222
reth-chainspec.workspace = true
2323
reth-ethereum-primitives.workspace = true
2424
reth-primitives-traits.workspace = true
25+
reth-consensus.workspace = true
2526
reth-db = { workspace = true, features = ["mdbx", "test-utils", "disable-lock"] }
2627
reth-db-api.workspace = true
28+
reth-db-common.workspace = true
2729
reth-provider = { workspace = true, features = ["test-utils"] }
28-
reth-stages.workspace = true
29-
reth-static-file-types.workspace = true
30+
reth-evm.workspace = true
3031
reth-evm-ethereum.workspace = true
3132
reth-ethereum-consensus.workspace = true
3233
reth-revm = { workspace = true, features = ["std"] }
33-
34+
reth-trie.workspace = true
35+
reth-trie-db.workspace = true
3436
revm = { workspace = true, features = ["secp256k1", "blst", "c-kzg"] }
3537

3638
alloy-rlp.workspace = true
3739
alloy-primitives.workspace = true
3840
alloy-eips.workspace = true
3941
alloy-consensus.workspace = true
42+
alloy-genesis.workspace = true
4043

4144
walkdir.workspace = true
4245
serde.workspace = true

0 commit comments

Comments
 (0)