-
Notifications
You must be signed in to change notification settings - Fork 214
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 by Bors] - update majority calculation for optimistic filtering #4879
[Merged by Bors] - update majority calculation for optimistic filtering #4879
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4879 +/- ##
=========================================
- Coverage 76.7% 76.7% -0.1%
=========================================
Files 256 256
Lines 29655 29665 +10
=========================================
- Hits 22774 22772 -2
- Misses 5408 5423 +15
+ Partials 1473 1470 -3
|
blocks/utils.go
Outdated
@@ -69,15 +69,22 @@ func getProposalMetadata( | |||
if err != nil { | |||
return nil, err | |||
} | |||
upgrade := proposals[0].Layer.Uint32() >= types.OpUpgradeLayer() |
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.
it is not obvious that proposals[0] exists
bors merge |
## Motivation Closes #4878 ## Changes this change will take effect at the first layer of epoch 3
Pull request successfully merged into develop. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Motivation
Closes #4878
Changes
this change will take effect at the first layer of epoch 3