feat(playbooks): add glamsterdam-devnet-6 network-level EIP test suite#197
Open
qu0b wants to merge 1 commit into
Open
feat(playbooks): add glamsterdam-devnet-6 network-level EIP test suite#197qu0b wants to merge 1 commit into
qu0b wants to merge 1 commit into
Conversation
5 playbooks covering Amsterdam EIP behaviors that require a live running network and cannot be covered by EELS state tests: - EIP-7778: verifies block.gasUsed diverges from sum(receipt.gasUsed) when refund txs are mined (multi-slot block gas accounting) - EIP-7843: cross-validates SLOTNUM opcode value against CL beacon API - EIP-7928: reads blockAccessListHash from all EL clients simultaneously to verify cross-client consistency - EIP-7975/8159: checks p2p protocol version negotiation via admin_peers - EIP-8282: builder deposit/exit lifecycle requiring CL slot progression EVM semantics EIPs (7708, 8246, 8038, 7954, etc.) are covered by the EELS spec test suite (see glamsterdam-devnet-6-eels-tests.yaml).
5e6fc07 to
0a16427
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
5 playbooks covering Amsterdam EIP behaviors that require a live running network — things EELS state tests cannot cover: cross-client consistency, CL/beacon API cross-validation, P2P protocol negotiation, multi-slot block accounting, and builder lifecycle flows.
EVM semantics EIPs (7708, 8246, 8038, 7954, etc.) are covered by the EELS spec test suite (see #198).
glamsterdam-devnet-6-eip7778-block-gasblock.gasUseddiverges fromsum(receipt.gasUsed)when refund txs are mined — requires real blocks across multiple slotsglamsterdam-devnet-6-eip7843-slotnumglamsterdam-devnet-6-eip7928-bal-hashblockAccessListHashfrom all EL clients simultaneously to verify cross-client consistencyglamsterdam-devnet-6-eip7975-8159-protocoladmin_peers— not testable in state testsglamsterdam-devnet-6-builder-lifecycleexecution_requestsin beacon blocksTest plan
passstatus