Skip to content

Commit

Permalink
Merge branch 'main' into damian/1207-prune-consensus-state-on-dup-upd…
Browse files Browse the repository at this point in the history
…ates
  • Loading branch information
damiannolan authored Dec 22, 2022
2 parents 3ae3d47 + a89d5a7 commit d076867
Show file tree
Hide file tree
Showing 39 changed files with 54 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ versions of ibc-go to guarantee that no regression is introduced -->

- [ ] Bump [go package version](https://github.com/cosmos/ibc-go/blob/main/go.mod#L3).
- [ ] Change all imports starting with `github.com/cosmos/ibc-go/v{x}` to `github.com/cosmos/ibc-go/v{x+1}`.
- [ ] Branch off main to create release branch in the form of `release/vx.y.z`.
- [ ] Branch off main to create release branch in the form of `release/vx.y.z` and add branch protection rules.
- [ ] Add branch protection rules to new release branch.
- [ ] Add backport task to [`mergify.yml`](https://github.com/cosmos/ibc-go/blob/main/.github/mergify.yml)
- [ ] Upgrade ibc-go version in [ibctest](https://github.com/strangelove-ventures/ibctest).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v2.5.x"],
"chain-b": ["release-v2.5.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v2.5.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v2.5.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v2.5.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v2.5.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v3.4.x"],
"chain-b": ["release-v3.4.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v3.4.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v3.4.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v3.4.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v3.4.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v4.2.x"],
"chain-b": ["release-v4.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.1.1"],
"chain-b": ["release-v4.2.x", "v6.1.0", "v5.2.0", "v4.1.1"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v4.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.1.1"],
"chain-a": ["release-v4.2.x", "v6.1.0", "v5.2.0", "v4.1.1"],
"chain-b": ["release-v4.2.x"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v4.2.x"],
"chain-b": ["release-v4.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v4.2.x", "v6.1.0", "v5.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v4.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v4.2.x", "v6.1.0", "v5.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v4.2.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v4.3.x"],
"chain-b": ["release-v4.3.x", "v6.0.0", "v5.1.0", "v5.0.1", "4.2.0", "v4.1.1"],
"chain-b": ["release-v4.3.x", "v6.1.0", "v5.2.0", "4.2.0", "v4.1.1"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v4.3.x", "v6.0.0", "v5.1.0", "v5.0.1", "4.2.0", "v4.1.1"],
"chain-a": ["release-v4.3.x", "v6.1.0", "v5.2.0", "4.2.0", "v4.1.1"],
"chain-b": ["release-v4.3.x"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v4.3.x"],
"chain-b": ["release-v4.3.x", "v6.0.0", "v5.1.0", "v5.0.1", "4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v4.3.x", "v6.1.0", "v5.2.0", "4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v4.3.x", "v6.0.0", "v5.1.0", "v5.0.1", "4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v4.3.x", "v6.1.0", "v5.2.0", "4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v4.3.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v5.2.x"],
"chain-b": ["release-v5.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"],
"chain-b": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v5.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"],
"chain-a": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1"],
"chain-b": ["release-v5.2.x"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v5.2.x"],
"chain-b": ["release-v5.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v5.2.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v5.2.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestClientTestSuite"],
"test": [
"TestClientUpdateProposal_Succeeds"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestClientTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestConnectionTestSuite"],
"test": [
"TestMaxExpectedTimePerBlockParam"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestConnectionTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0"],
"chain-b": ["release-v6.1.x", "v6.1.0"],
"entrypoint": ["TestInterchainAccountsTestSuite"],
"test": [
"TestMsgSendTx_SuccessfulTransfer",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0"],
"chain-a": ["release-v6.1.x", "v6.1.0"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestInterchainAccountsTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0"],
"chain-a": ["release-v6.1.x", "v6.1.0"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestInterchainAccountsGovTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0"],
"chain-b": ["release-v6.1.x", "v6.1.0"],
"entrypoint": ["TestInterchainAccountsGovTestSuite"],
"test": [
"TestInterchainAccountsGovIntegration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0"],
"chain-b": ["release-v6.1.x", "v6.1.0"],
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"],
"test": [
"TestInterchainAccountsGroupsIntegration"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0"],
"chain-a": ["release-v6.1.x", "v6.1.0"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0"],
"chain-b": ["release-v6.1.x", "v6.1.0"],
"entrypoint": ["TestIncentivizedInterchainAccountsTestSuite"],
"test": [
"TestMsgSendTx_SuccessfulBankSend_Incentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0"],
"chain-a": ["release-v6.1.x", "v6.1.0"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestIncentivizedInterchainAccountsTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"],
"chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"],
"chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestIncentivizedTransferTestSuite"],
"test": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chain-a": ["release-v6.1.x"],
"chain-b": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
"TestMsgTransfer_Succeeds_Nonincentivized",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chain-a": ["release-v6.1.x", "v6.0.0", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"chain-b": ["release-v6.1.x"],
"entrypoint": ["TestTransferTestSuite"],
"test": [
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-manual-icad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ on:
default: master
options:
- master
- v0.4.2
- v0.3.5
- v0.4.3
- v0.3.6
- v0.2.5
- v0.1.7
chain-b-tag:
Expand All @@ -36,8 +36,8 @@ on:
type: choice
options:
- master
- v0.4.2
- v0.3.5
- v0.4.3
- v0.3.6
- v0.2.5
- v0.1.7
relayer-tag:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/e2e-manual-simd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ on:
default: main
options:
- main
- v6.0.0
- v5.1.0
- v5.0.1
- v6.1.0
- v5.2.0
- v4.2.0
- v4.1.1
- v3.4.0
Expand All @@ -45,9 +44,8 @@ on:
type: choice
options:
- main
- v6.0.0
- v5.1.0
- v5.0.1
- v6.1.0
- v5.2.0
- v4.2.0
- v4.1.1
- v3.4.0
Expand Down
10 changes: 4 additions & 6 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ Only the following major release series have a stable release status:
|`v3.4.x`|March 15, 2023|
|`v4.1.x`|August 12, 2023|
|`v4.2.x`|August 12, 2023|
|`v5.0.x`|September 28, 2023|
|`v5.1.x`|September 28, 2023|
|`v6.0.x`|December 09, 2023|
|`v5.2.x`|September 28, 2023|
|`v6.1.x`|December 09, 2023|

All missing minor release versions have been discontinued.

Expand Down Expand Up @@ -110,9 +109,8 @@ Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently ac
| 1.18 | v3.4.0 | v0.45.10 | v0.34.22 |
| 1.18 | v4.1.1 | v0.45.10 | v0.34.22 |
| 1.18 | v4.2.0 | v0.45.10 | v0.34.22 |
| 1.18 | v5.0.1 | v0.46.3 | v0.34.22 |
| 1.18 | v5.1.0 | v0.46.4 | v0.34.22 |
| 1.18 | v6.0.0 | v0.46.6 | v0.34.23 |
| 1.18 | v5.2.0 | v0.46.7 | v0.34.24 |
| 1.18 | v6.1.0 | v0.46.7 | v0.34.24 |

## Graphics

Expand Down
8 changes: 6 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,12 @@ module.exports = {
key: "v5.1.0",
},
{
label: "v6.0.0",
key: "v6.0.0",
label: "v5.2.0",
key: "v5.2.0",
},
{
label: "v6.1.0",
key: "v6.1.0",
},
],
topbar: {
Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Follow the progress with the [beta](https://github.com/cosmos/ibc-go/milestone/2

Follow the progress with the [milestone](https://github.com/cosmos/ibc-go/milestone/36).

### `authz` support to 20-transfer
### Add `authz` support to 20-transfer

See [this issue](https://github.com/cosmos/ibc-go/issues/2431) for more details.

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/v6.1.x v6.1.0
release/v6.0.x v6.0.0
release/v5.2.x v5.2.0
release/v5.1.x v5.1.0
release/v5.0.x v5.0.0
release/v4.2.x v4.2.0
Expand Down

0 comments on commit d076867

Please sign in to comment.