Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.0-alpha.1 #13

Merged
merged 3 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

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
9 changes: 9 additions & 0 deletions .changelog/v0.1.0-alpha.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
First pre-release of the crates under cometbft-rs naming.

The renamed project's crates are released with versioning restarted from 0.1.0.
The API naming has been changed from Tendermint to CometBFT where appropriate.
The new versioned package set of .proto files published in
[CometBFT 1.0][v1-protos] is used to generate protobuf data marshalling
structures in cometbft-proto.

[v1-protos]: https://github.com/cometbft/cometbft/tree/v1.x/proto
1,856 changes: 68 additions & 1,788 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading