-
Notifications
You must be signed in to change notification settings - Fork 906
[Merged by Bors] - Restore backwards compatibility when using older BNs #3410
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
Conversation
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.
Nice fix!
bors r+
## Issue Addressed status-im/nimbus-eth2#3930 ## Proposed Changes We can trivially support beacon nodes which do not provide the `is_optimistic` field by wrapping the field in an `Option`.
Build failed: |
After discussion with @divagant-martian we think it's safe to temporarily ignore |
I think it's |
bors r+ |
## Issue Addressed status-im/nimbus-eth2#3930 ## Proposed Changes We can trivially support beacon nodes which do not provide the `is_optimistic` field by wrapping the field in an `Option`.
## Issue Addressed NA ## Proposed Changes We are unaffected by this issue: #3410 (comment) ## Additional Info NA
Issue Addressed
status-im/nimbus-eth2#3930
Proposed Changes
We can trivially support beacon nodes which do not provide the
is_optimistic
field by wrapping the field in anOption
.