Add gloas worst-case block stress playbook#207
Merged
Conversation
eab098b to
3e5bc20
Compare
🤖 qu0b-reviewerAll referenced parameters in the new playbook are confirmed to exist in the task configs. The PR is a well-formed playbook addition plus consistent contract-address updates across playbooks, READMEs, and Go defaults. Summary of verification:
No grounded 🔴/🟡 findings. Reviewed @ |
pk910
approved these changes
Jul 8, 2026
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.
Adds
playbooks/gloas-dev/worst-case-block.yaml, which reconstructs the worst-caseSignedBeaconBlockfrom ethereum/consensus-specs#5436 (removal ofMAX_DEPOSIT_REQUESTS_PER_PAYLOAD) by flooding every operation type at its per-block limit concurrently — deposit requests (default 16384, unbounded post-Gloas), 16 withdrawal requests, 2 consolidations, 64 builder deposits, 16 builder exits, 16 voluntary exits, 16 BLS changes, 16 proposer slashings, and 1 attester slashing — then asserts per-type that a block reached each limit (headline: a block carrying more than the old 8192 deposit-request cap) and that the chain still finalizes; on a giga-gas devnet the deposit knobs can be raised to 40000 to approach the ~10 MiBMAX_SIGNED_BEACON_BLOCK_SIZEbound. The playbook index diff includes catch-up regeneration for descriptions that had drifted on master.This PR also updates the EIP-8282 builder contract addresses everywhere in assertoor (task defaults in
generate_builder_deposits/generate_builder_exits, all gloas-dev playbooks, and the task READMEs) to the new sys-asm main CREATE2 addresses shipped in ethereum-genesis-generator v6.1.3 (ethpandaops/ethereum-genesis-generator#305):0x0000884d2AA32eAa155F59A2f24eFa73D90082820x0000bFF46984e3725691FA540a8C7589300D82820x000014574A74c805590AFF9499fc7A690f0082820x000064D678505ad48F8cCb093BC65613800E8282Heads-up for anyone running gloas playbooks: master still has the old addresses until this merges — on any devnet whose genesis was generated with EGG ≥ v6.1.3 (glamsterdam-devnet-7 onwards), builder deposits/exits from master's playbooks will target contracts that don't exist. Either use this branch or override
builderDepositContract/builderExitContractin your playbook config.