-
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
feature: Downtime-less runtime updates #4449
Conversation
Yawning
commented
Jan 25, 2022
•
edited
Loading
edited
- Document the design
- Implement the code
- Implement the tests
61ccbb7
to
d74cc40
Compare
f61a854
to
5f26b2f
Compare
0946b46
to
d35381d
Compare
Codecov Report
@@ Coverage Diff @@
## master #4449 +/- ##
==========================================
- Coverage 68.01% 67.93% -0.08%
==========================================
Files 421 422 +1
Lines 46985 47357 +372
==========================================
+ Hits 31957 32173 +216
- Misses 11077 11213 +136
- Partials 3951 3971 +20
Continue to review full report at Codecov.
|
d35381d
to
1f95c06
Compare
1f95c06
to
9def180
Compare
@@ -129,6 +129,7 @@ func TestVerifyNodeUpdate(t *testing.T) { | |||
err: ErrNodeUpdateNotAllowed, | |||
msg: "expired node consensus ID update should not be allowed", | |||
}, | |||
// TODO: Add checks for runtime versions. |
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.
Should we add these now?
9def180
to
06364b3
Compare
06364b3
to
1af13ca
Compare
1af13ca
to
2810414
Compare
2810414
to
f82385b
Compare