-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add WaitForSynced to beacon node for validator startup #5366
Merged
prylabs-bulldozer
merged 10 commits into
prysmaticlabs:master
from
0xKiwi:simplify-validator
Apr 18, 2020
Merged
Add WaitForSynced to beacon node for validator startup #5366
prylabs-bulldozer
merged 10 commits into
prysmaticlabs:master
from
0xKiwi:simplify-validator
Apr 18, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
prestonvanloon
requested changes
Apr 12, 2020
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.
Please split gRPC client and server changes into two different PRs
0xKiwi
force-pushed
the
simplify-validator
branch
from
April 14, 2020 22:52
c067dd6
to
b901b51
Compare
0xKiwi
changed the title
Simplify validator startup
Add WaitForSynced to beacon node for validator startup
Apr 16, 2020
rauljordan
approved these changes
Apr 16, 2020
terencechain
approved these changes
Apr 16, 2020
…simplify-validator
Please wait to merge new features until after Topaz |
0xKiwi
added
Blocked
Blocked by research or external factors
and removed
OK to merge
labels
Apr 16, 2020
prestonvanloon
added
OK to merge
and removed
Blocked
Blocked by research or external factors
labels
Apr 16, 2020
prestonvanloon
approved these changes
Apr 16, 2020
Codecov Report
@@ Coverage Diff @@
## master #5366 +/- ##
==========================================
+ Coverage 40.82% 44.77% +3.95%
==========================================
Files 237 237
Lines 20158 20864 +706
==========================================
+ Hits 8229 9342 +1113
+ Misses 10414 9861 -553
- Partials 1515 1661 +146 |
terencechain
added a commit
that referenced
this pull request
Apr 18, 2020
This reverts commit 1224e75.
prylabs-bulldozer bot
pushed a commit
that referenced
this pull request
Apr 18, 2020
* Revert "Add WaitForSynced to beacon node for validator startup (#5366)" This reverts commit 1224e75. * Merge branch 'master' of github.com:prysmaticlabs/prysm * Revert "Add Separate Network Config (#5454)" This reverts commit 28733f2. * Save blocks to db before generating state * Revert "Revert "Add Separate Network Config (#5454)"" This reverts commit d43c2b7. * Revert "Revert "Add WaitForSynced to beacon node for validator startup (#5366)"" This reverts commit 927d8d9.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #5345 by reducing
WaitForChainstart
andWaitForSync
toWaitForSynced
, also making the validator startup more reliable. as previously the beacon node was not ready when the validator made requests to it.Confirmed in runtime:
Old Startup:
New Startup: