feat: sync all tooling changes from ethrex main#2
Open
azteca1998 wants to merge 1 commit into
Open
Conversation
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
cb2b683 to
a79f133
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Port all tooling changes that landed on ethrex main after the initial ethrex-tooling repo was created. This is needed for the tooling migration PR — without these changes, several tools and fixes would be lost when
tooling/is deleted from ethrex.New tools/files
ef_tests/engine/: in-process engine API EF tests runner (#6665)ef_tests/state_v2/statetest.rs: goevmlab fuzzing subcommand (#6663)migrations/src/bin/bench_migration.rs+seed_migration_test.rs(#6598)trace_compare/: opcodeTracer compare script (#6595)sync/peer_top.py: snap sync observability (#6470)Changes to existing tools
release-fastprofile for faster EF test rebuildsTest plan
cargo check -p ef_tests-enginepasses (on Linux)cargo check -p ef_tests-blockchain -p ef_tests-statev2passescd ef_tests/engine && make test