Skip to content

Commit

Permalink
Merge branch 'main' into damian/fix-reopening-channel-handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez authored Sep 21, 2022
2 parents 4c243e1 + 35a27cb commit 3559f5b
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 5 deletions.
48 changes: 46 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,34 @@ Ref: https://keepachangelog.com/en/1.0.0/

* (apps/27-interchain-accounts) [\#2147](https://github.com/cosmos/ibc-go/pull/2147) Adding a `SubmitTx` gRPC endpoint for the ICS27 Controller module which allows owners of interchain accounts to submit transactions. This replaces the previously existing need for authentication modules to implement this standard functionality.
* (testing/simapp) [\#2190](https://github.com/cosmos/ibc-go/pull/2190) Adding the new `x/group` cosmos-sdk module to simapp.
* (apps/27-interchain-accounts) [\#2193](https://github.com/cosmos/ibc-go/pull/2193) Adding `InterchainAccount` gRPC query endpont to ICS27 `controller` submodule to allow users to retrieve registered interchain account addresses.

### Bug Fixes

* (27-interchain-accounts) [\#2308](https://github.com/cosmos/ibc-go/pull/2308) Nil checks have been added to ensure services are not registered for nil host or controller keepers.
* (makefile) [\#1785](https://github.com/cosmos/ibc-go/pull/1785) Fetch the correct versions of protocol buffers dependencies from tendermint, cosmos-sdk, and ics23.
* (light-clients/solomachine) [#1839](https://github.com/cosmos/ibc-go/issues/1839) Fixed usage of the new diversifier in validation of changing diversifiers for the solo machine. The current diversifier must sign over the new diversifier.
* (light-clients/07-tendermint) [\#1674](https://github.com/cosmos/ibc-go/pull/1674) Submitted ClientState is zeroed out before checking the proof in order to prevent the proposal from containing information governance is not actually voting on.
* (modules/core/02-client)[\#1676](https://github.com/cosmos/ibc-go/pull/1676) ClientState must be zeroed out for `UpgradeProposals` to pass validation. This prevents a proposal containing information governance is not actually voting on.

## [v4.1.0](https://github.com/cosmos/ibc-go/releases/tag/v4.1.0) - 2022-09-20

### Dependencies

* [\#2288](https://github.com/cosmos/ibc-go/pull/2288) Bump SDK version to v0.45.8 and Tendermint to v0.34.21.

### Features

* (apps/27-interchain-accounts) [\#2193](https://github.com/cosmos/ibc-go/pull/2193) Adding `InterchainAccount` gRPC query endpont to ICS27 `controller` submodule to allow users to retrieve registered interchain account addresses.

### Bug Fixes

* (27-interchain-accounts) [\#2308](https://github.com/cosmos/ibc-go/pull/2308) Nil checks have been added to ensure services are not registered for nil host or controller keepers.

## [v4.0.1](https://github.com/cosmos/ibc-go/releases/tag/v4.0.1) - 2022-09-15

### Dependencies

* [\#2287](https://github.com/cosmos/ibc-go/pull/2287) Bump SDK version to v0.45.8 and Tendermint to v0.34.21.

## [v4.0.0](https://github.com/cosmos/ibc-go/releases/tag/v4.0.0) - 2022-08-12

### Dependencies
Expand Down Expand Up @@ -169,6 +187,26 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (apps/29-fee) [\#1278](https://github.com/cosmos/ibc-go/pull/1278) The URI path for the query to get all incentivized packets for a specific channel did not follow the same format as the rest of queries.
* (modules/core/04-channel)[\#1919](https://github.com/cosmos/ibc-go/pull/1919) Fixed formatting of sequence for packet "acknowledgement written" logs.

## [v3.3.0](https://github.com/cosmos/ibc-go/releases/tag/v3.3.0) - 2022-09-20

### Dependencies

* [\#2286](https://github.com/cosmos/ibc-go/pull/2286) Bump SDK version to v0.45.8 and Tendermint to v0.34.21.

### Features

* (apps/27-interchain-accounts) [\#2193](https://github.com/cosmos/ibc-go/pull/2193) Adding `InterchainAccount` gRPC query endpont to ICS27 `controller` submodule to allow users to retrieve registered interchain account addresses.

### Bug Fixes

* (27-interchain-accounts) [\#2308](https://github.com/cosmos/ibc-go/pull/2308) Nil checks have been added to ensure services are not registered for nil host or controller keepers.

## [v3.2.1](https://github.com/cosmos/ibc-go/releases/tag/v3.2.1) - 2022-09-15

### Dependencies

* [\#2285](https://github.com/cosmos/ibc-go/pull/2285) Bump SDK version to v0.45.8 and Tendermint to v0.34.21.

## [v3.2.0](https://github.com/cosmos/ibc-go/releases/tag/v3.2.0) - 2022-08-12

### Dependencies
Expand Down Expand Up @@ -317,6 +355,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (client) [\#941](https://github.com/cosmos/ibc-go/pull/941) Classify client states without consensus states as expired
* (channel) [\#995](https://github.com/cosmos/ibc-go/pull/995) Call `packet.GetSequence()` rather than passing func in `AcknowledgePacket` log output

## [v2.4.1](https://github.com/cosmos/ibc-go/releases/tag/v2.4.1) - 2022-09-15

### Dependencies

* [\#2284](https://github.com/cosmos/ibc-go/pull/2284) Bump SDK version to v0.45.8 and Tendermint to v0.34.21.

## [v2.4.0](https://github.com/cosmos/ibc-go/releases/tag/v2.4.0) - 2022-08-12

### Dependencies
Expand Down
12 changes: 9 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,19 @@ Only the following major release series have a stable release status:

|Release|End of Life Date|
|-------|----------------|
|`v1.3.x`|July 01, 2022|
|`v1.4.x`|July 01, 2022|
|`v1.5.x`|July 01, 2022|
|~~`v1.3.x`~~|~~July 01, 2022~~|
|~~`v1.4.x`~~|~~July 01, 2022~~|
|~~`v1.5.x`~~|~~July 01, 2022~~|
|`v2.1.x`|February 01, 2023|
|`v2.2.x`|February 01, 2023|
|`v2.3.x`|February 01, 2023|
|`v2.4.x`|February 01, 2023|
|`v3.0.x`|March 15, 2023|
|`v3.1.x`|March 15, 2023|
|`v3.2.x`|March 15, 2023|
|`v3.3.x`|March 15, 2023|
|`v4.0.x`|August 12, 2023|
|`v4.1.x`|August 12, 2023|

**Note**: The v1 major release series will reach end of life 6 months after merging this policy. v2 will reach end of life one year after merging this policy.

Expand Down Expand Up @@ -121,7 +123,11 @@ Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently ac
| 1.17 | v3.1.0 | v0.45.4 | v0.34.19 |
| 1.17 | v3.1.1 | v0.45.5 | v0.34.19 |
| 1.18 | v3.2.0 | v0.45.7 | v0.34.20 |
| 1.18 | v3.2.1 | v0.45.8 | v0.34.21 |
| 1.18 | v3.3.0 | v0.45.8 | v0.34.21 |
| 1.18 | v4.0.0 | v0.45.7 | v0.34.20 |
| 1.18 | v4.0.1 | v0.45.8 | v0.34.21 |
| 1.18 | v4.1.0 | v0.45.8 | v0.34.21 |

## Graphics

Expand Down
8 changes: 8 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,18 @@ module.exports = {
label: "v3.2.0",
key: "v3.2.0",
},
{
label: "v3.3.0",
key: "v3.3.0",
},
{
label: "v4.0.0",
key: "v4.0.0",
},
{
label: "v4.1.0",
key: "v4.1.0",
},
],
topbar: {
banner: true,
Expand Down
2 changes: 2 additions & 0 deletions docs/versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
release/v4.1.x v4.1.0
release/v4.0.x v4.0.0
release/v3.3.x v3.3.0
release/v3.2.x v3.2.0
release/v3.1.x v3.1.0
release/v3.0.x v3.0.0
Expand Down

0 comments on commit 3559f5b

Please sign in to comment.