-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1360ef
commit 894ffbe
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
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,10 +1,8 @@ | ||
# Changelog | ||
|
||
## v1.0.0-rc0 | ||
## v0.7.0 | ||
|
||
*5 November 2020* | ||
|
||
This is the first RC for the 1.0.0 release of the relayer. Currently we are waiting on the following items for the v1.0.0 release: | ||
- [ ] [`tendermint`](https://github.com/tendermint/tendermint) v0.34.0 final - We anticipate that the current [v0.34.0-rc6](https://github.com/tendermint/tendermint/releases/tag/v0.34.0-rc6) will be `v0.34.0` final after being tested in a series of testnets for the SDK | ||
- [ ] [`cosmos-sdk`](https://github.com/cosmos/cosmos-sdk) v0.40.0 final - the `rc0` release of the relayer relies on `v0.40.0-rc2` of the `cosmos-sdk`, there will be a `v0.40.0-rc3` cut that included `[email protected]` as well as some minor changes. | ||
- [ ] A fix for the [timeouts issue](https://github.com/cosmos/relayer/pull/322). Currently timeouts aren't passing proof validation and that will be fixed for both `ORDERED` and `UNORDERED` channels prior to a `v1.0.0` final on the relayer. | ||
* (deps) Bump SDK version to [v0.41.0](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.0). | ||
* Bug fixes and minor improvements | ||
* (relayer)[\#329](https://github.com/cosmos/relayer/issues/329) client, conenction, and channel handshake refactor (identifiers generated auto generated on-chain) | ||
* (relayer)[\#386](https://github.com/cosmos/relayer/pull/386) client, connection and channel identifier reuse |