From 18045978926f412a181baeb6100a8147e76290a7 Mon Sep 17 00:00:00 2001 From: Charly Date: Tue, 23 May 2023 11:33:26 +0200 Subject: [PATCH] post v5.3.0 release chores (#3562) * Update CHANGELOG.md * Update versions --------- Co-authored-by: Carlos Rodriguez --- .../incentivized-transfer-chain-a.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-b.json | 31 ++++++++++++++---- .../release-v4.4.x/transfer-chain-a.json | 31 ++++++++++++++---- .../release-v4.4.x/transfer-chain-b.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-a.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-b.json | 31 ++++++++++++++---- .../release-v5.2.x/transfer-chain-a.json | 31 ++++++++++++++---- .../release-v5.2.x/transfer-chain-b.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-a.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-b.json | 31 ++++++++++++++---- .../release-v5.3.x/transfer-chain-a.json | 31 ++++++++++++++---- .../release-v5.3.x/transfer-chain-b.json | 31 ++++++++++++++---- .../release-v6.1.x/client-chain-a.json | 31 ++++++++++++++---- .../release-v6.1.x/client-chain-b.json | 31 ++++++++++++++---- .../release-v6.1.x/connection-chain-a.json | 31 ++++++++++++++---- .../release-v6.1.x/connection-chain-b.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-a.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-b.json | 31 ++++++++++++++---- .../release-v6.1.x/transfer-chain-a.json | 31 ++++++++++++++---- .../release-v6.1.x/transfer-chain-b.json | 31 ++++++++++++++---- .../release-v6.2.x/client-chain-a.json | 31 ++++++++++++++---- .../release-v6.2.x/client-chain-b.json | 31 ++++++++++++++---- .../release-v6.2.x/connection-chain-a.json | 31 ++++++++++++++---- .../release-v6.2.x/connection-chain-b.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-a.json | 31 ++++++++++++++---- .../incentivized-transfer-chain-b.json | 31 ++++++++++++++---- .../release-v6.2.x/transfer-chain-a.json | 31 ++++++++++++++---- .../release-v6.2.x/transfer-chain-b.json | 31 ++++++++++++++---- .../release-v7.0.x/client-chain-a.json | 32 +++++++++++++++---- .../release-v7.0.x/client-chain-b.json | 32 +++++++++++++++---- .../release-v7.0.x/connection-chain-a.json | 32 +++++++++++++++---- .../release-v7.0.x/connection-chain-b.json | 32 +++++++++++++++---- .../incentivized-transfer-chain-a.json | 32 +++++++++++++++---- .../incentivized-transfer-chain-b.json | 32 +++++++++++++++---- .../release-v7.0.x/transfer-chain-a.json | 32 +++++++++++++++---- .../release-v7.0.x/transfer-chain-b.json | 32 +++++++++++++++---- .../release-v7.1.x/client-chain-a.json | 32 +++++++++++++++---- .../release-v7.1.x/client-chain-b.json | 32 +++++++++++++++---- .../release-v7.1.x/connection-chain-a.json | 32 +++++++++++++++---- .../release-v7.1.x/connection-chain-b.json | 32 +++++++++++++++---- .../incentivized-transfer-chain-a.json | 32 +++++++++++++++---- .../incentivized-transfer-chain-b.json | 32 +++++++++++++++---- .../release-v7.1.x/transfer-chain-a.json | 32 +++++++++++++++---- .../release-v7.1.x/transfer-chain-b.json | 32 +++++++++++++++---- .github/workflows/e2e-manual-simd.yaml | 2 ++ CHANGELOG.md | 10 ++++-- docs/.vuepress/config.js | 4 +++ docs/versions | 1 + 48 files changed, 1131 insertions(+), 266 deletions(-) diff --git a/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-a.json index a60e3ef545c..c505f675f5f 100644 --- a/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v4.4.x"], - "chain-b": ["release-v4.4.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v4.4.x" + ], + "chain-b": [ + "release-v4.4.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-b.json index 8e4a316d59b..82f2224ec63 100644 --- a/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v4.4.x/incentivized-transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v4.4.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v4.4.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v4.4.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v4.4.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-a.json index d481d3eebbd..97819d4189d 100644 --- a/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v4.4.x"], - "chain-b": ["release-v4.4.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v4.4.x" + ], + "chain-b": [ + "release-v4.4.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-b.json index 97d6382622a..eb186919e08 100644 --- a/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v4.4.x/transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v4.4.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v4.4.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v4.4.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v4.4.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-a.json index 8373962ba4d..3e3489ca1a5 100644 --- a/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.2.x"], - "chain-b": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v5.2.x" + ], + "chain-b": [ + "release-v5.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-b.json index 80c95ca7a57..81e41ea1b38 100644 --- a/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v5.2.x/incentivized-transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v5.2.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v5.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v5.2.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-a.json index 8ae7876f05c..5fd2b1652dc 100644 --- a/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.2.x"], - "chain-b": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v5.2.x" + ], + "chain-b": [ + "release-v5.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-b.json index ef9ad5cb511..b3e6a4dec6c 100644 --- a/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v5.2.x/transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v5.2.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v5.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v5.2.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-a.json index 330bc464f88..fce34118107 100644 --- a/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.3.x"], - "chain-b": ["release-v5.3.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v5.3.x" + ], + "chain-b": [ + "release-v5.3.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-b.json index 99913ddf18e..a8bba521dd9 100644 --- a/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v5.3.x/incentivized-transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.3.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v5.3.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v5.3.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v5.3.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-a.json index 5d2392caf01..b646530fb08 100644 --- a/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.3.x"], - "chain-b": ["release-v5.3.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v5.3.x" + ], + "chain-b": [ + "release-v5.3.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-b.json index 386f424c91e..debca10ca8c 100644 --- a/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v5.3.x/transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v5.3.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v5.3.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v5.3.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v5.3.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/client-chain-a.json b/.github/compatibility-test-matrices/release-v6.1.x/client-chain-a.json index 0cda7375833..feac1ee0e1d 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/client-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/client-chain-a.json @@ -1,12 +1,31 @@ { - "chain-a": ["release-v6.1.x"], - "chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v6.1.x" + ], + "chain-b": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/client-chain-b.json b/.github/compatibility-test-matrices/release-v6.1.x/client-chain-b.json index 1a210cefad3..f1d13e759af 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/client-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/client-chain-b.json @@ -1,12 +1,31 @@ { - "chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.1.x"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.1.x" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-a.json b/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-a.json index 27c66b50e8e..ec0620143b9 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-a.json @@ -1,11 +1,30 @@ { - "chain-a": ["release-v6.1.x"], - "chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v6.1.x" + ], + "chain-b": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-b.json b/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-b.json index 6cedb56763e..b91cf143874 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/connection-chain-b.json @@ -1,11 +1,30 @@ { - "chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.1.x"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.1.x" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-a.json index 0ad6cc8fa7c..df76a5aba0d 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.1.x"], - "chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v6.1.x" + ], + "chain-b": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-b.json index a8029f8dd71..430c3b5a2a8 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/incentivized-transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.1.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.1.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-a.json index bf1b1caf518..9217eb28d7f 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.1.x"], - "chain-b": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v6.1.x" + ], + "chain-b": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-b.json index a356d046ceb..0f6ba6fea1b 100644 --- a/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.1.x/transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.1.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.1.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v6.1.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.1.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/client-chain-a.json b/.github/compatibility-test-matrices/release-v6.2.x/client-chain-a.json index a273e39799e..01ba64fefca 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/client-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/client-chain-a.json @@ -1,12 +1,31 @@ { - "chain-a": ["release-v6.2.x"], - "chain-b": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v6.2.x" + ], + "chain-b": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/client-chain-b.json b/.github/compatibility-test-matrices/release-v6.2.x/client-chain-b.json index ca1437ba3d8..9a48d9f4edc 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/client-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/client-chain-b.json @@ -1,12 +1,31 @@ { - "chain-a": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.2.x"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.2.x" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-a.json b/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-a.json index b20fe44faed..ba5e1c08f26 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-a.json @@ -1,11 +1,30 @@ { - "chain-a": ["release-v6.2.x"], - "chain-b": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v6.2.x" + ], + "chain-b": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-b.json b/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-b.json index f33d5f0b2af..9f2c4918b28 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/connection-chain-b.json @@ -1,11 +1,30 @@ { - "chain-a": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.2.x"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.2.x" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-a.json index 8d72e78a4ea..bd3caa15e52 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.2.x"], - "chain-b": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v6.2.x" + ], + "chain-b": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-b.json index ae06337f1b5..e93ed6cddfb 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/incentivized-transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.2.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.2.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +23,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-a.json index e4edf3bc4f2..42a30b0da61 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-a.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.2.x"], - "chain-b": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v6.2.x" + ], + "chain-b": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-b.json index d8a90049592..85a1af535d8 100644 --- a/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v6.2.x/transfer-chain-b.json @@ -1,7 +1,20 @@ { - "chain-a": ["release-v6.2.x", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v6.2.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v6.2.x", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v6.2.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +23,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/client-chain-a.json b/.github/compatibility-test-matrices/release-v7.0.x/client-chain-a.json index e533aed09ce..6dccd961c87 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/client-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/client-chain-a.json @@ -1,12 +1,32 @@ { - "chain-a": ["release-v7.0.x"], - "chain-b": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v7.0.x" + ], + "chain-b": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/client-chain-b.json b/.github/compatibility-test-matrices/release-v7.0.x/client-chain-b.json index 441ae7a0bf3..c41c66b9af9 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/client-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/client-chain-b.json @@ -1,12 +1,32 @@ { - "chain-a": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.0.x"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.0.x" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-a.json b/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-a.json index 2cb5312ee2f..2586bba0dc9 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-a.json @@ -1,11 +1,31 @@ { - "chain-a": ["release-v7.0.x"], - "chain-b": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v7.0.x" + ], + "chain-b": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-b.json b/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-b.json index 48272c52d76..19345c5afe6 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/connection-chain-b.json @@ -1,11 +1,31 @@ { - "chain-a": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.0.x"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.0.x" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-a.json index 48aa46a670e..7d0167c17be 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-a.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.0.x"], - "chain-b": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v7.0.x" + ], + "chain-b": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +24,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-b.json index 3f0993f25b3..e94a8068b33 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/incentivized-transfer-chain-b.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.0.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.0.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +24,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-a.json index a7122d091c0..79ef417920a 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-a.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.0.x"], - "chain-b": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v7.0.x" + ], + "chain-b": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +24,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-b.json index 242c8309497..a5b10c3a8c4 100644 --- a/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.0.x/transfer-chain-b.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.0.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.0.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v7.0.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.0.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +24,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/client-chain-a.json b/.github/compatibility-test-matrices/release-v7.1.x/client-chain-a.json index 3c3f9420978..b0715a1cb27 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/client-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/client-chain-a.json @@ -1,12 +1,32 @@ { - "chain-a": ["release-v7.1.x"], - "chain-b": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v7.1.x" + ], + "chain-b": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/client-chain-b.json b/.github/compatibility-test-matrices/release-v7.1.x/client-chain-b.json index d6f2c3f62cb..77e119ca1a6 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/client-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/client-chain-b.json @@ -1,12 +1,32 @@ { - "chain-a": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.1.x"], - "entrypoint": ["TestClientTestSuite"], + "chain-a": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.1.x" + ], + "entrypoint": [ + "TestClientTestSuite" + ], "test": [ "TestClientUpdateProposal_Succeeds", "TestClient_Update_Misbehaviour" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-a.json b/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-a.json index 72788d49d39..1fc66f9bfd5 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-a.json @@ -1,11 +1,31 @@ { - "chain-a": ["release-v7.1.x"], - "chain-b": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v7.1.x" + ], + "chain-b": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-b.json b/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-b.json index 7127f22a951..1377a8ce641 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/connection-chain-b.json @@ -1,11 +1,31 @@ { - "chain-a": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.1.x"], - "entrypoint": ["TestConnectionTestSuite"], + "chain-a": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.1.x" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], "test": [ "TestMaxExpectedTimePerBlockParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-a.json index dc5e8ffb6c0..d38de2fb357 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-a.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.1.x"], - "chain-b": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v7.1.x" + ], + "chain-b": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +24,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-b.json index 5cb7423f3f0..956cc3eeff1 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/incentivized-transfer-chain-b.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.1.x"], - "entrypoint": ["TestIncentivizedTransferTestSuite"], + "chain-a": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.1.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", "TestMsgPayPacketFee_InvalidReceiverAccount", @@ -10,7 +24,13 @@ "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-a.json index 010c69ec44f..eec0a60ef55 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-a.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.1.x"], - "chain-b": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v7.1.x" + ], + "chain-b": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +24,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-b.json index 80a5a4ba909..fd20a507e2b 100644 --- a/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/release-v7.1.x/transfer-chain-b.json @@ -1,7 +1,21 @@ { - "chain-a": ["release-v7.1.x", "v7.0.0", "v6.1.0", "v5.2.0", "v4.4.0", "v4.3.0", "v4.2.0", "v4.1.1"], - "chain-b": ["release-v7.1.x"], - "entrypoint": ["TestTransferTestSuite"], + "chain-a": [ + "release-v7.1.x", + "v7.0.0", + "v6.1.0", + "v5.2.0", + "v4.4.0", + "v4.3.0", + "v4.2.0", + "v4.1.1", + "v5.3.0" + ], + "chain-b": [ + "release-v7.1.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", @@ -10,7 +24,13 @@ "TestSendEnabledParam", "TestReceiveEnabledParam" ], - "relayer-type": ["rly"], - "chain-binary": ["simd"], - "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] + "relayer-type": [ + "rly" + ], + "chain-binary": [ + "simd" + ], + "chain-image": [ + "ghcr.io/cosmos/ibc-go-simd" + ] } diff --git a/.github/workflows/e2e-manual-simd.yaml b/.github/workflows/e2e-manual-simd.yaml index 6ddc9b7d050..99b477ef768 100644 --- a/.github/workflows/e2e-manual-simd.yaml +++ b/.github/workflows/e2e-manual-simd.yaml @@ -38,6 +38,7 @@ on: - v7.0.0 - v6.1.0 - v5.2.0 + - v5.3.0 - v4.4.0 - v4.3.0 - v4.2.0 @@ -56,6 +57,7 @@ on: - v7.0.0 - v6.1.0 - v5.2.0 + - v5.3.0 - v4.4.0 - v4.3.0 - v4.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de649b444a..aeaa1253c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,8 +50,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features ### Bug Fixes - -## [v7.0.0](https://github.com/cosmos/ibc-go/releases/tag/v6.1.0) - 2023-03-17 + +## [v7.0.0](https://github.com/cosmos/ibc-go/releases/tag/v6.1.0) - 2023-03-17 ### Dependencies @@ -220,6 +220,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (apps/transfer) [\#2679](https://github.com/cosmos/ibc-go/pull/2679) Check `x/bank` send enabled. * (modules/core/keeper) [\#2745](https://github.com/cosmos/ibc-go/pull/2745) Fix request wiring for `UpgradedConsensusState` in core query server. +## [v5.3.0](https://github.com/cosmos/ibc-go/releases/tag/v5.3.0) - 2023-05-04 + +### Dependencies + +* [\#3354](https://github.com/cosmos/ibc-go/pull/3354) Bump Cosmos SDK to v0.46.12 and replace Tendermint with CometBFT v0.34.27. + ## [v5.2.0](https://github.com/cosmos/ibc-go/releases/tag/v5.2.0) - 2022-12-20 ### Dependencies diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index af2902605b6..3613fdcc13d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -160,6 +160,10 @@ module.exports = { label: "v5.2.0", key: "v5.2.0", }, + { + label: "v5.3.0", + key: "v5.3.0", + }, { label: "v6.1.0", key: "v6.1.0", diff --git a/docs/versions b/docs/versions index e9a764b05dd..8007025dbfb 100644 --- a/docs/versions +++ b/docs/versions @@ -1,6 +1,7 @@ release/v7.0.x v7.0.0 release/v6.1.x v6.1.0 release/v6.0.x v6.0.0 +release/v5.3.x v5.3.0 release/v5.2.x v5.2.0 release/v5.1.x v5.1.0 release/v5.0.x v5.0.0