forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…ometbft#2522) Follow-up and bikeshedding after cometbft#2519: - Rename the added field to `skip_extension_signing` which reads better. - Update the `tendermint.privval.SignVoteRequest` definition as per the current practice. --- #### PR checklist - [ ] Tests written/updated - [x] Changelog entry added in `.changelog` (we use [unclog](https://github.com/informalsystems/unclog) to manage our changelog) - [ ] Updated relevant documentation (`docs/` or `spec/`) and code comments - [x] Title follows the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
- Loading branch information
Showing
7 changed files
with
66 additions
and
63 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.changelog/unreleased/improvements/2496-privval-ext-signature.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[privval]` DO NOT require extension signature from privval if vote | ||
extensions are disabled. Remote signers can skip signing the extension if | ||
`skip_sign_extension` flag in `SignVoteRequest` is true. | ||
`skip_extension_signing` flag in `SignVoteRequest` is true. | ||
[\#2496](https://github.com/cometbft/cometbft/pull/2496) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/2522-privval-skip-extension-signing.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[proto]` Add `skip_extension_signing` field to the `SignVoteRequest` message | ||
in privval ([\#2522](https://github.com/cometbft/cometbft/pull/2522)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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