Skip to content

Commit

Permalink
feat(proto)!: replace pub_key with pub_key_type (backport #2890) (#…
Browse files Browse the repository at this point in the history
…2922)

and `pub_key_bytes` in `privval.PubKeyResponse`, `types.Validator` and
`types.SimpleValidator`.

Closes #2878
Follow-up to #2843


---

#### 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
<hr>This is an automatic backport of pull request #2890 done by
[Mergify](https://mergify.com).

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
  • Loading branch information
mergify[bot] and melekes committed Apr 29, 2024
1 parent bf32cf1 commit 4d7da6b
Show file tree
Hide file tree
Showing 11 changed files with 406 additions and 264 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [`proto/privval`] Replace `pub_key` with `pub_key_type` and `pub_key_bytes` in
`PubKeyResponse` ([\#2878](https://github.com/cometbft/cometbft/issues/2878))
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [`proto/types`] Replace `pub_key` with `pub_key_type` and `pub_key_bytes` in
`Validator` and `SimpleValidator` ([\#2878](https://github.com/cometbft/cometbft/issues/2878))
248 changes: 149 additions & 99 deletions api/cometbft/privval/v1/types.pb.go

Large diffs are not rendered by default.

Loading

0 comments on commit 4d7da6b

Please sign in to comment.