-
Notifications
You must be signed in to change notification settings - Fork 784
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
Electra spec changes for v1.5.0-beta.0
#6731
Conversation
4f3e932
to
f892849
Compare
I think I've made all the substantial changes for Electra, but the tests are broken and I haven't looked into why. Some of them probably need disabling because this branch doesn't have the PeerDAS changes. I'll be back on Jan 6. |
This is ready for review once CI passes (I think it should 🤞 ) |
v1.5.0-alpha.10
v1.5.0-beta.0
@@ -85,4 +85,4 @@ MAX_ATTESTATIONS: 128 | |||
# 2**4 (= 16) | |||
MAX_DEPOSITS: 16 | |||
# 2**4 (= 16) | |||
MAX_VOLUNTARY_EXITS: 16 | |||
MAX_VOLUNTARY_EXITS: 16 |
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.
Note for reviewers: the contents of the presets and configs are copied verbatim from consensus-specs
, which is why there are a mix of substantive changes and formatting changes.
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.
Self-review complete. I think this is good now.
Eh, tests are broken. Working on it. |
Should be good now. |
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.
These changes are in parity with the spec 👍
Thanks for the reviews guys! I'll merge this so we can get closer to devnet 5 support in |
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 06e4d22 |
Proposed Changes
Consensus changes for
v1.5.0-alpha.10
, and consequentlyv1.5.0-beta.0
which is only cosmetically different.Built on: