-
Notifications
You must be signed in to change notification settings - Fork 375
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
Add CLI command to update validator public key #1626
Conversation
@kevjue, we'll need to update |
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, just a minor refactor suggestion
Codecov Report
@@ Coverage Diff @@
## master #1626 +/- ##
========================================
Coverage 74.23% 74.23%
========================================
Files 287 287
Lines 7704 7704
Branches 960 667 -293
========================================
Hits 5719 5719
Misses 1871 1871
Partials 114 114
Continue to review full report at Codecov.
|
Description
This PR adds a smart contract function and corresponding CLI command for validators to update their public keys.
Note that this update will not affect the existing epoch, only future epochs.
Tested
Unit tests.
Other changes
None
Related issues
Backwards compatibility
Technically backwards compatible