-
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] - disable beacon protocol in epoch 7 #5083
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5083 +/- ##
=======================================
Coverage 77.0% 77.1%
=======================================
Files 257 257
Lines 30278 30340 +62
=======================================
+ Hits 23328 23393 +65
+ Misses 5423 5416 -7
- Partials 1527 1531 +4
|
bors try |
tryBuild failed: |
bors try |
tryBuild 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. |
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.
bors merge |
Build failed: |
bors merge |
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
disable beacon protocol until #4989 and #4583 are fixed
Changes
set RoundsNumber == 0 to disable beacon protocol and not listen to beacon gossip
TODO