-
Notifications
You must be signed in to change notification settings - Fork 231
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
VC: Hardening and optimizing time handling. #4743
Merged
Merged
Commits on Apr 16, 2023
-
Fix durationToNextSlot() and durationToNextEpoch() to work not only a…
…fter Genesis, but also before Genesis. Change VC pre-genesis behavior, add runPreGenesisWaitingLoop() and runGenesisWaitingLoop(). Add checkedWaitForSlot() and checkedWaitForNextSlot() to strictly check current time and print warnings. Fix VC main loop to use checkedWaitForNextSlot(). Fix attestation_service to run attestations processing only until the end of the duty slot. Change attestation_service main loop to use checkedWaitForNextSlot(). Change block_service to properly cancel all the pending proposer tasks. Use checkedWaitForSlot to wait for block proposal. Fix block_service waitForBlockPublished() to be compatible with BN. Fix sync_committee_service to avoid asyncSpawn. Fix sync_committee_service to run only until the end of the duty slot. Fix sync_committee_service to use checkedWaitForNextSlot().
Configuration menu - View commit details
-
Copy full SHA for e17a785 - Browse repository at this point
Copy the full SHA e17a785View commit details -
Fix aggregated attestation publishing missing delay.
Configuration menu - View commit details
-
Copy full SHA for 6beb537 - Browse repository at this point
Copy the full SHA 6beb537View commit details -
Fix doppelganger detection should not start at pre-genesis time.
Fix fallback service sync status spam. Fix false `sync committee subnets subscription error`.
Configuration menu - View commit details
-
Copy full SHA for b21adc9 - Browse repository at this point
Copy the full SHA b21adc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17336cd - Browse repository at this point
Copy the full SHA 17336cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5740df5 - Browse repository at this point
Copy the full SHA 5740df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be531a - Browse repository at this point
Copy the full SHA 5be531aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447332f - Browse repository at this point
Copy the full SHA 447332fView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa4a00d - Browse repository at this point
Copy the full SHA aa4a00dView commit details
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.