-
Notifications
You must be signed in to change notification settings - Fork 991
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
Change validator's consensus key #2137
Conversation
@tzemanovic @cwgoes Should the validator be required to explicitly provide a new consensus key or should we allow a new consensus key to be generated for them as well? |
They should be required to explicitly provide one, only experienced validators should be doing this. |
|
16849a9
to
96974b5
Compare
96974b5
to
b07196f
Compare
b07196f
to
931f20c
Compare
* brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key
* brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key
* origin/brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key # Conflicts: # proof_of_stake/src/tests.rs
* origin/brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key # Conflicts: # proof_of_stake/src/tests.rs
* origin/brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key # Conflicts: # proof_of_stake/src/tests.rs
* origin/brent/consensus-key-change: benches: consensus key must be ed25519 add pos error add unit test that covers `validator_set_update_tendermint` changelog: add #2137 change a validator's consensus key # Conflicts: # proof_of_stake/src/tests.rs
Describe your changes
Closes #36.
TODO:
Indicate on which release or other PRs this topic is based on
v0.26.0
Checklist before merging to
draft