forked from informalsystems/tendermint-rs
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.22.0 (informalsystems#987)
* Fix changelog entry naming Signed-off-by: Thane Thomson <[email protected]> * Clean up and format changelog entries Signed-off-by: Thane Thomson <[email protected]> * Build changelog for v0.22.0 release Signed-off-by: Thane Thomson <[email protected]> * Add date to release in changelog Signed-off-by: Thane Thomson <[email protected]> * Bump version to v0.22.0 Signed-off-by: Thane Thomson <[email protected]> * Clarify wording in v0.22.0 release summary in changelog Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
dd37137
commit 979b7b5
Showing
37 changed files
with
151 additions
and
42 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
.changelog/unreleased/breaking-changes/disable-sled-lightstore.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.changelog/unreleased/improvements/969-derive-eq-signed-header-commit.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...hanges/956-light-client-predicates-ibc.md → ...hanges/956-light-client-predicates-ibc.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,4 +1,4 @@ | ||
- `[tendermint_light_client]` The light client verification functionality has | ||
- `[tendermint-light-client]` The light client verification functionality has | ||
been refactored (including breaking changes to the API) such that it can be | ||
more easily used from both `tendermint_light_client` and `ibc-rs` | ||
([#956](https://github.com/informalsystems/tendermint-rs/issues/956)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.22.0/breaking-changes/976-disable-sled-lightstore.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[tendermint-light-client]` Disable the `lightstore-sled` feature by default | ||
([#976](https://github.com/informalsystems/tendermint-rs/issues/976)) |
File renamed without changes.
File renamed without changes.
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,2 @@ | ||
- `[tendermint, tendermint-light-client]` Add support for Secp256k1 signatures | ||
([#939](https://github.com/informalsystems/tendermint-rs/issues/939)) |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...ngelog/unreleased/improvements/968-mbt.md → .changelog/v0.22.0/improvements/968-mbt.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-light-client]` Model-based tests are now disabled | ||
by default and can be enabled through the `mbt` feature | ||
- `[tendermint-light-client]` Model-based tests are now disabled by default and | ||
can be enabled through the `mbt` feature | ||
([#968](https://github.com/informalsystems/tendermint-rs/issues/968)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.22.0/improvements/969-derive-eq-signed-header-commit.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- `[tendermint, tendermint-rpc]` Derive `Eq` on `SignedHeader` and `Commit` | ||
([#969](https://github.com/informalsystems/tendermint-rs/issues/969)) |
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,3 @@ | ||
- `[tendermint-light-client]` Add `WebSocketClient::new_with_config` to specify | ||
the WebSocket connection settings | ||
([#974](https://github.com/informalsystems/tendermint-rs/issues/974)) |
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,22 @@ | ||
*Sep 23, 2021* | ||
|
||
This release targets numerous issues largely in support of | ||
[ibc-rs](https://github.com/informalsystems/ibc-rs). The major breaking change | ||
in this regard is in the | ||
[API](https://github.com/informalsystems/tendermint-rs/blob/dd371372da58921efe1b48a4dd24a2597225df11/light-client/src/components/verifier.rs#L143) | ||
we use to perform verification in the `tendermint-light-client` crate. | ||
|
||
Toward `no_std` compatibility and flexibility in the way we handle error tracing | ||
and reporting, we have also refactored the entire error handling system in | ||
`tendermint-rs` to make use of | ||
[flex-error](https://github.com/informalsystems/flex-error). | ||
|
||
Finally, we are also (painfully) aware of the fact that our documentation does | ||
not build for this release and apologize for this. We currently still depend on | ||
Prost v0.7.0 and are awaiting a new release of Prost after v0.8.0 that does not | ||
break our builds. We have | ||
[\#978](https://github.com/informalsystems/tendermint-rs/pull/978) open in | ||
preparation for this upgrade and will release a new version of `tendermint-rs` | ||
as soon as a new Prost release is available. | ||
|
||
See below for more specific detail as to what has changed in this 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-abci" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -34,7 +34,7 @@ std = [ | |
[dependencies] | ||
bytes = "1.0" | ||
prost = "0.7" | ||
tendermint-proto = { version = "0.21.0", path = "../proto" } | ||
tendermint-proto = { version = "0.22.0", path = "../proto" } | ||
tracing = "0.1" | ||
flex-error = { version = "0.4.1", default-features = false } | ||
|
||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-light-client-js" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
@@ -24,8 +24,8 @@ serde = { version = "1.0", features = [ "derive" ] } | |
serde_json = "1.0" | ||
# TODO(thane): Remove once https://github.com/rustwasm/wasm-bindgen/issues/2508 is resolved | ||
syn = "=1.0.65" | ||
tendermint = { version = "0.21.0", path = "../tendermint" } | ||
tendermint-light-client = { version = "0.21.0", path = "../light-client", default-features = false } | ||
tendermint = { version = "0.22.0", path = "../tendermint" } | ||
tendermint-light-client = { version = "0.22.0", path = "../light-client", default-features = false } | ||
wasm-bindgen = { version = "0.2.63", features = [ "serde-serialize" ] } | ||
|
||
# The `console_error_panic_hook` crate provides better debugging of panics by | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-pbt-gen" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-proto" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-testgen" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
readme = "README.md" | ||
|
@@ -16,7 +16,7 @@ description = """ | |
""" | ||
|
||
[dependencies] | ||
tendermint = { version = "0.21.0", path = "../tendermint" } | ||
tendermint = { version = "0.22.0", path = "../tendermint" } | ||
serde = { version = "1", features = ["derive"] } | ||
serde_json = "1" | ||
ed25519-dalek = "1" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "abci-test" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
description = """ | ||
|
@@ -13,8 +13,8 @@ description = """ | |
[dependencies] | ||
futures = "0.3" | ||
structopt = "0.3" | ||
tendermint = { version = "0.21.0", path = "../../tendermint" } | ||
tendermint-rpc = { version = "0.21.0", path = "../../rpc", features = [ "websocket-client" ] } | ||
tendermint = { version = "0.22.0", path = "../../tendermint" } | ||
tendermint-rpc = { version = "0.22.0", path = "../../rpc", features = [ "websocket-client" ] } | ||
tracing = "0.1" | ||
tracing-subscriber = "0.2" | ||
tokio = { version = "1", features = ["full"] } |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "tendermint-rpc-probe" | ||
version = "0.21.0" | ||
version = "0.22.0" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|