eip7495: add ProgressiveContainer specs and tests#4529
Merged
Conversation
This follows up on ethereum#4445 and ethereum#4480 to extend EIP-7495 support for containers, making the `ProgressiveContainer` type available to implementations in _features. - https://eips.ethereum.org/EIPS/eip-7495
Contributor
Author
etan-status
added a commit
to status-im/nimbus-eth2
that referenced
this pull request
Aug 25, 2025
Implement test runner for new consensus-spec test format for EIP-7495 ProgressiveContainer. New tests will automatically be picked up once they become available. - ethereum/consensus-specs#4529
Member
|
I think as part of the test vectors we should have serialized binaries that were serialized with an active_field marked as 1, but the deserializer has it marked as 0 |
leolara
reviewed
Aug 27, 2025
leolara
reviewed
Aug 27, 2025
tersec
pushed a commit
to status-im/nimbus-eth2
that referenced
this pull request
Aug 28, 2025
Implement test runner for new consensus-spec test format for EIP-7495 ProgressiveContainer. New tests will automatically be picked up once they become available. - ethereum/consensus-specs#4529
leolara
approved these changes
Aug 31, 2025
etan-status
added a commit
to etan-status/consensus-specs
that referenced
this pull request
Sep 4, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
etan-status
added a commit
to etan-status/consensus-specs
that referenced
this pull request
Sep 5, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
jtraglia
approved these changes
Sep 11, 2025
etan-status
added a commit
to etan-status/consensus-specs
that referenced
this pull request
Sep 11, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
etan-status
added a commit
to etan-status/consensus-specs
that referenced
this pull request
Sep 11, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
etan-status
added a commit
to etan-status/consensus-specs
that referenced
this pull request
Sep 11, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
jtraglia
pushed a commit
that referenced
this pull request
Oct 7, 2025
This follows up on #4445, #4480, and #4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
leolara
pushed a commit
to leolara/consensus-specs
that referenced
this pull request
Oct 14, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
leolara
pushed a commit
to leolara/consensus-specs
that referenced
this pull request
Oct 16, 2025
This follows up on ethereum#4445, ethereum#4480, and ethereum#4529 to extend EIP-8016 support for unions, making the `CompatibleUnion` type available to _features. - https://eips.ethereum.org/EIPS/eip-8016
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.
This follows up on #4445 and #4480 to extend EIP-7495 support for containers, making the
ProgressiveContainertype available to implementations in _features.