Restore randomized blocks test generator#4872
Merged
jihoonsong merged 2 commits intoethereum:masterfrom Jan 29, 2026
Merged
Conversation
jtraglia
approved these changes
Jan 28, 2026
jihoonsong
approved these changes
Jan 28, 2026
Member
jihoonsong
left a comment
There was a problem hiding this comment.
It seems it has a good refactor.
| zero_activation_threshold, | ||
| only_generator, | ||
| ) | ||
| from eth2spec.test.context import ( |
Member
There was a problem hiding this comment.
from eth2spec.test.context import here can be merged with the above one. But it is fixed by running ruff anyway.
leolara
pushed a commit
that referenced
this pull request
Feb 5, 2026
# Description Adds randomized block tests for Gloas. Covers builder, bids and payload attestations. ## Changes - Adds `get_random_payload_attestations` using `prepare_signed_payload_attestation` - Adds `random_block_gloas` based on Altair blocks appending new fields - Adds `_add_random_builders` helper - Adds `_build_random_signed_bid` ## Relations Follows up: - #4872
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.
Note: you can check the generator works exactly as before by running it, should generate the same test suites that are already commited.