-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fork choice filter changes #13464
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
Fork choice filter changes #13464
Conversation
|
Discussing offline the changes |
09353bf to
d14cc56
Compare
proto/ssz_proto_library.bzl
Outdated
| "max_blobs_per_block.size": "6", | ||
| "max_blob_commitments.size": "16", | ||
| "kzg_commitment_inclusion_proof_depth.size": "9", | ||
| "kzg_commitment_inclusion_proof_depth.size": "17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain this change. Was there an upstream spec change for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it's this one: ethereum/consensus-specs#3255
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change fails test //testing/spectest/minimal/deneb/ssz_static:go_default_test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the blob size will not change the proof size, the proof is for the KZG commitment, the block is smaller so it needs a smaller Merkle Tree, I'm pushing a revert of this and approving this PR
18f3c60 to
600316b
Compare
|
Blocking just in case cause I still don't understand a failing testcase |
What type of PR is this?
Feature
What does this PR do? Why is it needed?
Changes the fork choice filteration logic as needed by ethereum/consensus-specs#3431