You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port all tooling changes that landed on ethrex main after the initial
ethrex-tooling repo was created:
New tools/files:
- ef_tests/engine: in-process engine API EF tests runner (#6665)
- ef_tests/state_v2/statetest: goevmlab fuzzing subcommand (#6663)
- migrations/src/bin/bench_migration + seed_migration_test (#6598)
- trace_compare/: opcodeTracer compare script (#6595)
- sync/peer_top.py: snap sync observability (#6470)
Changes to existing tools:
- Add release-fast profile for faster EF test rebuilds
- Share merkle pool in blockchain/state_v2 test runners (#6665)
- Update amsterdam/zkevm Make targets to be idempotent
- Bump fixture URLs for bal-devnet-6/7 (#6574, #6653, #6671)
- Bump zkevm fixtures to v0.3.3 (#6527)
- Harden JSON-RPC defaults in sync/l2 configs (#6627)
- Move getBlockAccessList to eth namespace in REPL (#6709)
- Statetest CLI follow-ups (#6721)
- Docker monitor disk-full handling (#6500)
- Various version bumps and dep updates
// Skip because it's a "Create" Blob Transaction, which doesn't actually exist. It never reaches the EVM because we can't even parse it as an actual Transaction.
20
27
"createBlobhashTx",
28
+
// EIP-8025 optional-proofs fixtures filled against bal@v5.6.1 (devnets/bal/3),
29
+
// which predates EELS PR #2711 "immutable intrinsic_state_gas for EIP-7702".
30
+
// Expected gas assumes the auth refund still deducts from block-accounted state
0 commit comments