-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Harmonize changelog bullet format Signed-off-by: Thane Thomson <connect@thanethomson.com> * Bump version to v0.21.0 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Build changelog for v0.21.0 Signed-off-by: Thane Thomson <connect@thanethomson.com> * Replace individual Informal Systems authors with catch-all contact Signed-off-by: Thane Thomson <connect@thanethomson.com> * Expand changelog summary slightly Signed-off-by: Thane Thomson <connect@thanethomson.com>
- Loading branch information
1 parent
f46cf0f
commit d8e18c6
Showing
27 changed files
with
104 additions
and
55 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...breaking-changes/918-dedup-domaintypes.md → ...breaking-changes/918-dedup-domaintypes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* `[tendermint-rpc]` Remove the `TmEvent` and `Attribute` structs and replace | ||
- `[tendermint-rpc]` Remove the `TmEvent` and `Attribute` structs and replace | ||
them with their equivalent domain types from the `tendermint` crate | ||
([#918](https://github.com/informalsystems/tendermint-rs/issues/918)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...ased/improvements/871-rebuild-protobuf.md → ...21.0/improvements/871-rebuild-protobuf.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* `[tendermint-proto]` Regenerate the Rust equivalents of the Tendermint | ||
- `[tendermint-proto]` Regenerate the Rust equivalents of the Tendermint | ||
Protobuf structures for Tendermint v0.34.9 | ||
([#871](https://github.com/informalsystems/tendermint-rs/issues/871)) |
2 changes: 1 addition & 1 deletion
2
...leased/improvements/919-rpc-url-bounds.md → ...0.21.0/improvements/919-rpc-url-bounds.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* `[tendermint-rpc]` Add `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash` trait | ||
- `[tendermint-rpc]` Add `PartialEq`, `Eq`, `PartialOrd`, `Ord` and `Hash` trait | ||
bounds to the RPC URL types | ||
([#919](https://github.com/informalsystems/tendermint-rs/issues/919)) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
*Jul 20, 2021* | ||
|
||
This release introduces several minor breaking changes (see below), among other | ||
improvements, that clean up a few RPC-related data structures and ensure better | ||
correctness of the `TrustThresholdFraction` data structure when constructing | ||
and deserializing it. | ||
|
||
A [security issue](https://github.com/informalsystems/tendermint-rs/issues/925) | ||
was reported in `prost` v0.7, and we attempted to upgrade to v0.8, but we are | ||
still awaiting one [bug fix](https://github.com/tokio-rs/prost/issues/502) in | ||
v0.8 before we can upgrade. The moment that is fixed in `prost`, we will upgrade | ||
to v0.8 and provide another `tendermint-rs` release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters