-
Notifications
You must be signed in to change notification settings - Fork 79
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
Capella changes #722
Capella changes #722
Conversation
-- add block request definition for Capella
name = "#{index} - Empty block request for spec {0} should return bad request status") | ||
@EnumSource( | ||
value = SpecMilestone.class, | ||
names = {"BELLATRIX", "CAPELLA"}) |
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.
Why does this only apply to bellatrix and capella? should also include phase0 and altair?
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.
good point, updated it to cover phase0 and altair as well.
version: | ||
type: string | ||
enum: | ||
- CAPELLA |
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.
Annoying that we need to define this just for the enum value. But think we have to do this way with the current API.
-- Introduce Capella fork
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.
LGTM
PR Description
Update Web3Signer to sign block for Capella spec.
Fixed Issue(s)
#682
Documentation
doc-change-required
label to this PR if updates are required.Changelog