-
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.
author plaidfinch <[email protected]> 1710279332 -0400 committer finch <[email protected]> 1710280707 -0400 Permit validator voting across an airgap (#3985) 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. - [X] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Delete unused import Make formatting a bit nicer, set validator vote sign to offline Allow initializing a separate governance subkey Add a validator command to emit the governance key Use the governance subkey correctly when present, in SoftKMS mode Use the governance key, if configured, in the validator template Fix mistake where the governance key was overzealously used It should only be used to sign *votes*, not *definitions*! Fix bug loading wrong config file path in dkg deal for governance keys
- Loading branch information
1 parent
fad097e
commit 95b50cb
Showing
3 changed files
with
254 additions
and
78 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
Oops, something went wrong.