Skip to content

Commit

Permalink
Fix up some changelog entries, generate CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabaluev committed Jan 26, 2024
1 parent e4acb4a commit cd765f5
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1,791 deletions.
4 changes: 1 addition & 3 deletions .changelog/v0.1.0-alpha.1/breaking-changes/7-proto-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
level, e.g. `crate::abci`, `crate::types`. Each of these has a `v1` module
corresponding to the protobufs released in 1.0.0, and possibly a series of
`v1beta1`, `v1beta2`, ... modules with earlier revisions of the protocol,
as documented in the [CometBFT protobuf README][proto-readme]
as documented in the [CometBFT protobuf README](https://github.com/cometbft/cometbft/blob/main/proto/README.md)
- `[cometbft]` Update to the new version structure in `cometbft-proto` ([\#7](https://github.com/cometbft/cometbft-rs/pull/7)):
* Relocated the modules for version-targeted ABCI support. Now under the
`abci` module, `v1` provides the `Request` and `Response` enum definitions
with the variants valid per CometBFT 1.0, while `v1beta*` modules provide
revisions corresponding to earlier ABCI versions.
- `[cometbft-rpc]` Update to changes in CometBFT 1.0 ([\#7](https://github.com/cometbft/cometbft-rs/pull/7)):
* Renamed `dialect::v0_37` module to `dialect::v1`.

[proto-readme]: https://github.com/cometbft/cometbft/blob/main/proto/README.md
Loading

0 comments on commit cd765f5

Please sign in to comment.