Skip to content

fix: outstanding ssz issues after #1430 #1432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 16, 2025

Conversation

rodrigo-o
Copy link
Collaborator

@rodrigo-o rodrigo-o commented Apr 15, 2025

Motivation

There are still 492 ssz related test failing in the spec test suite after #1430.

Description

  • 123 from BlobSidecar: The issue was related to a config in the minimal preset (KZG_COMMITMENT_INCLUSION_PROOF_DEPTH) which was out of sync since deneb.
  • 123 from BeaconBlockBody: The issue was related to a config in minimal also (MAX_BLOB_COMMITMENTS_PER_BLOCK) which was out of sync since deneb.
  • 123 from BeaconBlock: This failed because of BeaconBlockBody
  • 123 from SignedBeaconBlock: This also failed because of BeaconBlockBody

A couple of other test have been also fixed by this changes

Before this PR:
11370 tests, 979 failures, 784 skipped

After this PR:
11370 tests, 424 failures, 784 skipped

Closes #1429

@rodrigo-o rodrigo-o changed the base branch from main to electra-support April 15, 2025 20:04
@rodrigo-o rodrigo-o marked this pull request as ready for review April 15, 2025 21:20
@rodrigo-o rodrigo-o requested a review from a team as a code owner April 15, 2025 21:20
@rodrigo-o rodrigo-o changed the title Fix outstanding ssz issues fix: outstanding ssz issues after #1430 Apr 15, 2025
Copy link
Contributor

@LeanSerra LeanSerra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a small nit.

@rodrigo-o rodrigo-o merged commit cb9ffb4 into electra-support Apr 16, 2025
9 of 12 checks passed
@rodrigo-o rodrigo-o deleted the fix-outstanding-ssz-issues branch April 16, 2025 14:47
rodrigo-o added a commit that referenced this pull request Apr 25, 2025
rodrigo-o added a commit that referenced this pull request Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Validate the newly un-skipped spec-test in electra
2 participants