Skip to content

Commit

Permalink
spec(proto): add cometbft.privval.v1beta2 proto package (cometbft#2529
Browse files Browse the repository at this point in the history
)

The package is added to represent the privval protocol in CometBFT
0.38.x, since the added field in `SignVoteRequest` (in a string of PRs
ending in cometbft#2522) and removal of the (unused) `Errors` enum make v1
different.

---

#### PR checklist

- [ ] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] 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
mzabaluev authored Mar 6, 2024
1 parent 63a7796 commit 99a5794
Show file tree
Hide file tree
Showing 5 changed files with 2,908 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
- `[proto]` Add `skip_extension_signing` field to the `SignVoteRequest` message
in privval ([\#2522](https://github.com/cometbft/cometbft/pull/2522))
in `cometbft.privval.v1` ([\#2522](https://github.com/cometbft/cometbft/pull/2522)).
The `cometbft.privval.v1beta2` package is added to capture the protocol as it was
released in CometBFT 0.38.x
([\#2529](https://github.com/cometbft/cometbft/pull/2529)).
Loading

0 comments on commit 99a5794

Please sign in to comment.