Skip to content

feat(privval)!: DO NOT require extension signature (backport #2496)#2518

Merged
melekes merged 1 commit intov1.xfrom
mergify/bp/v1.x/pr-2496
Mar 5, 2024
Merged

feat(privval)!: DO NOT require extension signature (backport #2496)#2518
melekes merged 1 commit intov1.xfrom
mergify/bp/v1.x/pr-2496

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Mar 5, 2024

This is an automatic backport of pull request #2496 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

... from privval if vote extensions are disabled

New API (added sign_extension bool flag):

```
SignVote(chainID string, vote *cmtproto.Vote, signExtension bool) error {
```

New Protobuf message (added sign_extension field):

```
// SignVoteRequest is a request to sign a vote
message SignVoteRequest {
  cometbft.types.v1beta1.Vote vote     = 1;
  string                      chain_id = 2;
  bool sign_extension = 3;
}
```

[api-breaking]
Closes #2439

---

#### PR checklist

- [x] 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

(cherry picked from commit cb177fe)
@mergify mergify bot requested a review from a team as a code owner March 5, 2024 07:35
@mergify mergify bot requested a review from a team March 5, 2024 07:35
@melekes melekes merged commit d03e864 into v1.x Mar 5, 2024
@melekes melekes deleted the mergify/bp/v1.x/pr-2496 branch March 5, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant