diff --git a/.github/compatibility-test-matrices/release-v7.6.x/client-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/client-chain-a.json new file mode 100644 index 00000000000..ecb200c09fc --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/client-chain-a.json @@ -0,0 +1,19 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestClientTestSuite" + ], + "test": [ + "TestClientUpdateProposal_Succeeds", + "TestClient_Update_Misbehaviour", + "TestAllowedClientsParam" + ], + "relayer-type": [ + "hermes" + ] +} diff --git a/.github/compatibility-test-matrices/release-v7.6.x/connection-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/connection-chain-a.json new file mode 100644 index 00000000000..e7fe0ba3029 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/connection-chain-a.json @@ -0,0 +1,17 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestConnectionTestSuite" + ], + "test": [ + "TestMaxExpectedTimePerBlockParam" + ], + "relayer-type": [ + "hermes" + ] +} diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-a.json new file mode 100644 index 00000000000..d70c1b8fe9b --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-a.json @@ -0,0 +1,25 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulTransfer", + "TestMsgSendTx_FailedTransfer_InsufficientFunds", + "TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", + "TestControllerEnabledParam" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-b.json new file mode 100644 index 00000000000..0ff51908880 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-chain-b.json @@ -0,0 +1,25 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulTransfer", + "TestMsgSendTx_FailedTransfer_InsufficientFunds", + "TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", + "TestHostEnabledParam" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-a.json new file mode 100644 index 00000000000..e4802317d51 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-a.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsGovTestSuite" + ], + "test": [ + "TestInterchainAccountsGovIntegration" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-b.json new file mode 100644 index 00000000000..4c3c7324009 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-gov-chain-b.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsGovTestSuite" + ], + "test": [ + "TestInterchainAccountsGovIntegration" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-a.json new file mode 100644 index 00000000000..a16ffa83f58 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-a.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsGroupsTestSuite" + ], + "test": [ + "TestInterchainAccountsGroupsIntegration" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-b.json new file mode 100644 index 00000000000..72748ae528a --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-groups-chain-b.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsGroupsTestSuite" + ], + "test": [ + "TestInterchainAccountsGroupsIntegration" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-a.json new file mode 100644 index 00000000000..e246bd2de96 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-a.json @@ -0,0 +1,18 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v7.5.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsQueryTestSuite" + ], + "test": [ + "TestInterchainAccountsQuery" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-b.json new file mode 100644 index 00000000000..2d52dc16316 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-queries-chain-b.json @@ -0,0 +1,18 @@ +{ + "chain-a": [ + "v7.5.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsQueryTestSuite" + ], + "test": [ + "TestInterchainAccountsQuery" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-a.json new file mode 100644 index 00000000000..c7c07a73416 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-a.json @@ -0,0 +1,19 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-b.json new file mode 100644 index 00000000000..0c26bbc9bb7 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/ica-unordered-channel-chain-b.json @@ -0,0 +1,19 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-a.json new file mode 100644 index 00000000000..e9fe32aa06e --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-a.json @@ -0,0 +1,23 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestIncentivizedInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulBankSend_Incentivized", + "TestMsgSendTx_FailedBankSend_Incentivized" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-b.json new file mode 100644 index 00000000000..61c6f8367ee --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-ica-chain-b.json @@ -0,0 +1,23 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestIncentivizedInterchainAccountsTestSuite" + ], + "test": [ + "TestMsgSendTx_SuccessfulBankSend_Incentivized", + "TestMsgSendTx_FailedBankSend_Incentivized" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-a.json new file mode 100644 index 00000000000..74abaf1cabe --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-a.json @@ -0,0 +1,29 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "v5.4.0", + "v4.6.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], + "test": [ + "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", + "TestMsgPayPacketFee_InvalidReceiverAccount", + "TestMultiMsg_MsgPayPacketFeeSingleSender", + "TestMsgPayPacketFee_SingleSender_TimesOut", + "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", + "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-b.json new file mode 100644 index 00000000000..0f5fa865e2d --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/incentivized-transfer-chain-b.json @@ -0,0 +1,29 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "v5.4.0", + "v4.6.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestIncentivizedTransferTestSuite" + ], + "test": [ + "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", + "TestMsgPayPacketFee_InvalidReceiverAccount", + "TestMultiMsg_MsgPayPacketFeeSingleSender", + "TestMsgPayPacketFee_SingleSender_TimesOut", + "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", + "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/localhost-ica-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/localhost-ica-chain-a.json new file mode 100644 index 00000000000..93af192db5f --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/localhost-ica-chain-a.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "release-v7.6.x" + ], + "entrypoint": [ + "LocalhostInterchainAccountsTestSuite" + ], + "test": [ + "TestInterchainAccounts_Localhost", + "TestInterchainAccounts_ReopenChannel_Localhost" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/localhost-transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/localhost-transfer-chain-a.json new file mode 100644 index 00000000000..30b7b44dd6c --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/localhost-transfer-chain-a.json @@ -0,0 +1,21 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "release-v7.6.x" + ], + "entrypoint": [ + "LocalhostTransferTestSuite" + ], + "test": [ + "TestMsgTransfer_Localhost" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-a.json new file mode 100644 index 00000000000..992841acf38 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-a.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestAuthzTransferTestSuite" + ], + "test": [ + "TestAuthz_MsgTransfer_Succeeds", + "TestAuthz_InvalidTransferAuthorizations" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-b.json new file mode 100644 index 00000000000..e697ec44386 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/transfer-authz-chain-b.json @@ -0,0 +1,22 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestAuthzTransferTestSuite" + ], + "test": [ + "TestAuthz_MsgTransfer_Succeeds", + "TestAuthz_InvalidTransferAuthorizations" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-a.json b/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-a.json new file mode 100644 index 00000000000..e70e17ad71d --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-a.json @@ -0,0 +1,31 @@ +{ + "chain-a": [ + "release-v7.6.x" + ], + "chain-b": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "v5.4.0", + "v4.6.0", + "v3.4.0", + "v2.5.0", + "release-v7.6.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", + "TestSendEnabledParam", + "TestReceiveEnabledParam" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-b.json b/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-b.json new file mode 100644 index 00000000000..8509b5f8e16 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v7.6.x/transfer-chain-b.json @@ -0,0 +1,29 @@ +{ + "chain-a": [ + "v8.3.0", + "v8.2.0", + "v7.5.0", + "v7.4.0", + "v6.3.0", + "v5.4.0", + "v4.6.0", + "v3.4.0", + "v2.5.0", + "release-v7.6.x" + ], + "chain-b": [ + "release-v7.6.x" + ], + "entrypoint": [ + "TestTransferTestSuite" + ], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo" + ], + "relayer-type": [ + "hermes" + ] +} \ No newline at end of file diff --git a/.github/compatibility-test-matrices/unreleased/client-1.json b/.github/compatibility-test-matrices/unreleased/client-1.json index 0361fd6a8da..4655eb4a9d7 100644 --- a/.github/compatibility-test-matrices/unreleased/client-1.json +++ b/.github/compatibility-test-matrices/unreleased/client-1.json @@ -1,11 +1,13 @@ { "chain-a": [ "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], "chain-b": [ "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], diff --git a/.github/compatibility-test-matrices/unreleased/connection.json b/.github/compatibility-test-matrices/unreleased/connection.json index 33e262834c2..551cb942481 100644 --- a/.github/compatibility-test-matrices/unreleased/connection.json +++ b/.github/compatibility-test-matrices/unreleased/connection.json @@ -2,12 +2,14 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], diff --git a/.github/compatibility-test-matrices/unreleased/ica-gov.json b/.github/compatibility-test-matrices/unreleased/ica-gov.json index 868a725ba79..a2b90d46d5a 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-gov.json +++ b/.github/compatibility-test-matrices/unreleased/ica-gov.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" @@ -9,6 +10,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" diff --git a/.github/compatibility-test-matrices/unreleased/ica-groups.json b/.github/compatibility-test-matrices/unreleased/ica-groups.json index a1e28847e36..fedd1523e24 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-groups.json +++ b/.github/compatibility-test-matrices/unreleased/ica-groups.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" @@ -9,6 +10,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" diff --git a/.github/compatibility-test-matrices/unreleased/ica-queries.json b/.github/compatibility-test-matrices/unreleased/ica-queries.json index cf6d56c2b29..4dabd49fb5b 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-queries.json +++ b/.github/compatibility-test-matrices/unreleased/ica-queries.json @@ -1,11 +1,13 @@ { "chain-a": [ - "release-v7.5.x", - "release-v8.3.x" + "release-v8.3.x", + "release-v7.6.x", + "release-v7.5.x" ], "chain-b": [ - "release-v7.5.x", - "release-v8.3.x" + "release-v8.3.x", + "release-v7.6.x", + "release-v7.5.x" ], "entrypoint": [ "TestInterchainAccountsQueryTestSuite" diff --git a/.github/compatibility-test-matrices/unreleased/ica-unordered-channel.json b/.github/compatibility-test-matrices/unreleased/ica-unordered-channel.json index c94a924271a..37a3da3f8f8 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-unordered-channel.json +++ b/.github/compatibility-test-matrices/unreleased/ica-unordered-channel.json @@ -2,11 +2,13 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x" ], "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x" ], "entrypoint": [ @@ -18,4 +20,4 @@ "relayer-type": [ "hermes" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/unreleased/ica.json b/.github/compatibility-test-matrices/unreleased/ica.json index c9f90cb9723..3d741b776d6 100644 --- a/.github/compatibility-test-matrices/unreleased/ica.json +++ b/.github/compatibility-test-matrices/unreleased/ica.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-ica.json b/.github/compatibility-test-matrices/unreleased/incentivized-ica.json index d00a8503674..603726089a9 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-ica.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-ica.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" @@ -9,6 +10,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x" diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json index 1c9ed5d57b3..08d059451dd 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json index aeb79124a06..6f9a98cc996 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json index aac7f89b940..57303a3621f 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/localhost-ica.json b/.github/compatibility-test-matrices/unreleased/localhost-ica.json index 0170731fe6f..91089c87eaa 100644 --- a/.github/compatibility-test-matrices/unreleased/localhost-ica.json +++ b/.github/compatibility-test-matrices/unreleased/localhost-ica.json @@ -2,12 +2,14 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], diff --git a/.github/compatibility-test-matrices/unreleased/localhost-transfer.json b/.github/compatibility-test-matrices/unreleased/localhost-transfer.json index 6864d56e5e7..059113dae8c 100644 --- a/.github/compatibility-test-matrices/unreleased/localhost-transfer.json +++ b/.github/compatibility-test-matrices/unreleased/localhost-transfer.json @@ -2,12 +2,14 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], diff --git a/.github/compatibility-test-matrices/unreleased/transfer-1.json b/.github/compatibility-test-matrices/unreleased/transfer-1.json index 546d18a947e..7f0f868bb9c 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-1.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-1.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/transfer-2.json b/.github/compatibility-test-matrices/unreleased/transfer-2.json index 6bca693fc79..cd82e851cbc 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-2.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-2.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/transfer-3.json b/.github/compatibility-test-matrices/unreleased/transfer-3.json index eeb4914bc65..9bd23143164 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-3.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-3.json @@ -2,6 +2,7 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", @@ -11,6 +12,7 @@ "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x", "release-v6.3.x", diff --git a/.github/compatibility-test-matrices/unreleased/transfer-authz.json b/.github/compatibility-test-matrices/unreleased/transfer-authz.json index e559804b247..41434e19b95 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-authz.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-authz.json @@ -2,12 +2,14 @@ "chain-a": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], "chain-b": [ "release-v8.3.x", "release-v8.2.x", + "release-v7.6.x", "release-v7.5.x", "release-v7.4.x" ], diff --git a/.github/workflows/e2e-compatibility-unreleased.yaml b/.github/workflows/e2e-compatibility-unreleased.yaml index e78285e80ec..b59a0851892 100644 --- a/.github/workflows/e2e-compatibility-unreleased.yaml +++ b/.github/workflows/e2e-compatibility-unreleased.yaml @@ -17,6 +17,7 @@ jobs: - release/v6.3.x - release/v7.4.x - release/v7.5.x + - release/v7.6.x - release/v8.2.x - release/v8.3.x steps: diff --git a/.github/workflows/e2e-compatibility.yaml b/.github/workflows/e2e-compatibility.yaml index e55d2574108..c8af81ddfbf 100644 --- a/.github/workflows/e2e-compatibility.yaml +++ b/.github/workflows/e2e-compatibility.yaml @@ -9,6 +9,7 @@ on: options: - release/v7.4.x - release/v7.5.x + - release/v7.6.x - release/v8.2.x - release/v8.3.x - main @@ -45,6 +46,7 @@ jobs: release-branch: - release/v7.4.x - release/v7.5.x + - release/v7.6.x - release/v8.2.x - release/v8.3.x - main