-
Notifications
You must be signed in to change notification settings - Fork 130
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
common: refactor epoch sync check when resolving current epoch block #604
Conversation
1e78e66
to
e7ed47e
Compare
I ended up with an I didn't force-pushed to keep means of comparison, but I pretend to squash the merge commit once approved. |
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.
Code looks good! I made some suggestions for the logging.
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.
👍
299e359
to
06a6e15
Compare
Force pushed to squash irrelevant commits |
Enforces that the Epoch Subgraph is at least one epoch away from the Epoch Manager.
Also, checks for the catastrophic case when the former is ahead of the latter.