chore: remove deprecated tools (tx_fuzz, custom_flood, full_beaconchain_explorer, blutgang)#1427
Open
barnabasbusa wants to merge 1 commit into
Open
chore: remove deprecated tools (tx_fuzz, custom_flood, full_beaconchain_explorer, blutgang)#1427barnabasbusa wants to merge 1 commit into
barnabasbusa wants to merge 1 commit into
Conversation
…in_explorer, blutgang) These tools have been superseded by actively-maintained alternatives: - tx_fuzz / custom_flood -> spamoor (and rakoon) for transaction spamming - full_beaconchain_explorer -> dora as the lightweight beacon explorer - blutgang -> erpc as the EL RPC proxy/cache Removes their launchers, params, static config templates, and all references in main.star, input_parser, sanity_check, docs, README and CI test fixtures (which already use spamoor for tx load).
barnabasbusa
force-pushed
the
cleanup/remove-legacy-tools
branch
from
June 15, 2026 12:06
fb3dfe4 to
fd81fee
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.
What
Removes four legacy
additional_servicesthat have been superseded by actively-maintained alternatives:tx_fuzzspamoor(andrakoon)custom_floodspamoorfull_beaconchain_explorerdorablutgangerpcChanges
src/tx_fuzz/,src/blutgang/,src/full_beaconchain/,src/mev/flashbots/mev_custom_flood/static_files/blutgang-config/,static_files/full-beaconchain-config/elifbranches frommain.startx_fuzz_params/custom_flood_paramsdefaults, structs and validation frominput_parser.starandsanity_check.starADDITIONAL_SERVICES_PARAMSREADME.md,docs/architecture.md,network_params.yaml.github/tests/— every affected fixture already runsspamoor, so transaction-load coverage is preservedValidation
kurtosis run --dry-runwith[spamoor, rakoon, erpc, dora]builds the plan successfullytx_fuzz) now fails fast withInvalid additional_services tx_fuzz, allowed fields: [...]Note
This is technically breaking for anyone explicitly listing these services in their config — they should switch to the replacements above.