-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/registry: Handle the old and busted node descriptor envelope #2614
Conversation
Yawning
commented
Jan 29, 2020
314ad5b
to
1ae026d
Compare
5b88c3d
to
d3c9a4e
Compare
Codecov Report
@@ Coverage Diff @@
## master #2614 +/- ##
==========================================
- Coverage 63.36% 63.21% -0.16%
==========================================
Files 359 360 +1
Lines 33864 33963 +99
==========================================
+ Hits 21459 21469 +10
- Misses 9766 9849 +83
- Partials 2639 2645 +6
Continue to review full report at Codecov.
|
d3c9a4e
to
08775c5
Compare
> Crawling in my skin > These wounds, they will not heal
08775c5
to
b968e5d
Compare
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.
Looks good as long as we revert it soon after.
var nsn node.MultiSignedNode | ||
nsn.MultiSigned.Signatures = []signature.Signature{osn.Signed.Signature} | ||
|
||
// TODO: Someone that understands the issue can also fix the node |
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.
We just need to clear all flags and set the (new) validator flag (other nodes are not persisted anyway AFAIK).