-
Notifications
You must be signed in to change notification settings - Fork 51
Make epoch mandatory in RegisterSignerMessage
#1986
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
Make epoch mandatory in RegisterSignerMessage
#1986
Conversation
jpraynaud
left a comment
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 👍
Test Results 4 files ±0 54 suites ±0 9m 19s ⏱️ -1s Results for commit 525751e. ± Comparison against base commit 322a8ce. This pull request removes 2 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
dlachaume
left a comment
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 🚀
sfauvel
left a comment
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
This is non-breaking since the epoch is sent by all signers since version `0.2.36` released with distribution `2318` more than a year and half ago (no signers are running older versions anymore).
* mithril-aggregator from `0.5.74` to `0.5.75` * mithril-common from `0.4.64` to `0.4.65` * mithril-signer from `0.2.194` to `0.2.195` * mithril-end-to-end from `0.4.34` to `0.4.35`
ac75149 to
525751e
Compare
Content
This PR refactor the
RegisterSignerMessagein order to make its epoch field mandatory, allowing to simplify the code that used it.This is non-breaking since the epoch is sent by all signers since version
0.2.36released with distribution2318more than a year and half ago (no signers are running older versions anymore).Pre-submit checklist
Issue(s)
Closes #1956