-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Permit validator voting across an airgap (#3985)
## Describe your changes This addresses the first changeset described in #3813, permitting validator definitions and votes to be signed separately and those signatures to be broadcast from a potentially-unrelated penumbra account. This is a breaking change to the CLI for all workflows that use the `validator vote` subcommand, because it redefines that command to `validator vote cast` in order to make room for `validator vote sign`. It is purely a client-side change, and as such is not consensus-breaking. ## Issue ticket number and link #3813 ## Checklist before requesting a review - [X] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label.
- Loading branch information
1 parent
3a9db32
commit ec9837a
Showing
2 changed files
with
260 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters