-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
delayed pubsub subscribe for messages topic #3646
Conversation
fixed bug that prevented us from joining; block timestamp is in seconds, time was checked in nanoseconds! |
2df732f
to
32f2a3e
Compare
rebased on master. |
32f2a3e
to
46bd1ed
Compare
rebased on master and added variable controlling sync epochs so that user can override the magic number 10. |
Fixes #469 |
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.
LGTM, but def want review from some of @magik6k / @Kubuxu / @whyrusleeping
(and a rebase) |
46bd1ed
to
dab20ef
Compare
rebased on master. |
Reinstates the code that got reverted, but with a couple of improvements:
Also moves the subscription code in blocks after the validator registration, which is the correct order of things.
Please test in your nodes!