From 4280b4fc625e7508ea920949520b81c721f0fbbe Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Mon, 31 Oct 2022 09:59:10 +0100 Subject: [PATCH 1/5] add transfer with memo compatibility tests --- .../release-v2.5.x/transfer.json | 15 +++++++++++++++ .../release-v3.4.x/transfer.json | 15 +++++++++++++++ .../release-v4.2.x/incentivized-transfer.json | 15 +++++++++++++++ .../release-v4.2.x/transfer.json | 15 +++++++++++++++ .../release-v5.1.x/incentivized-transfer.json | 15 +++++++++++++++ .../release-v5.1.x/transfer.json | 15 +++++++++++++++ .../release-v6.0.x/transfer.json | 1 + 7 files changed, 91 insertions(+) create mode 100644 .github/compatibility-test-matrices/release-v2.5.x/transfer.json create mode 100644 .github/compatibility-test-matrices/release-v3.4.x/transfer.json create mode 100644 .github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json create mode 100644 .github/compatibility-test-matrices/release-v4.2.x/transfer.json create mode 100644 .github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json create mode 100644 .github/compatibility-test-matrices/release-v5.1.x/transfer.json diff --git a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json new file mode 100644 index 00000000000..4e26c2a2b8e --- /dev/null +++ b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v2.5.x", "v2.4.2"], + "entrypoint": ["TestTransferTestSuite"], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", + "TestSendEnabledParam", + "TestReceiveEnabledParam" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json new file mode 100644 index 00000000000..ac21f5529cc --- /dev/null +++ b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "entrypoint": ["TestTransferTestSuite"], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", + "TestSendEnabledParam", + "TestReceiveEnabledParam" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json new file mode 100644 index 00000000000..d115453ff14 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v4.2.x"], + "chain-b": ["release-v4.2.x"], + "entrypoint": ["TestIncentivizedTransferTestSuite"], + "test": [ + "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", + "TestMsgPayPacketFee_InvalidReceiverAccount", + "TestMultiMsg_MsgPayPacketFeeSingleSender", + "TestMsgPayPacketFee_SingleSender_TimesOut", + "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", + "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json new file mode 100644 index 00000000000..fdcb980f04d --- /dev/null +++ b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "entrypoint": ["TestTransferTestSuite"], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", + "TestSendEnabledParam", + "TestReceiveEnabledParam" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json new file mode 100644 index 00000000000..28fd3d01663 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v5.1.x", "v4.1.1"], + "chain-b": ["release-v5.1.x", "v4.1.1"], + "entrypoint": ["TestIncentivizedTransferTestSuite"], + "test": [ + "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", + "TestMsgPayPacketFee_InvalidReceiverAccount", + "TestMultiMsg_MsgPayPacketFeeSingleSender", + "TestMsgPayPacketFee_SingleSender_TimesOut", + "TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", + "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json new file mode 100644 index 00000000000..fd64678deb7 --- /dev/null +++ b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json @@ -0,0 +1,15 @@ +{ + "chain-a": ["release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "entrypoint": ["TestTransferTestSuite"], + "test": [ + "TestMsgTransfer_Succeeds_Nonincentivized", + "TestMsgTransfer_Fails_InvalidAddress", + "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", + "TestSendEnabledParam", + "TestReceiveEnabledParam" + ], + "chain-binary": ["simd"], + "chain-image": ["ghcr.io/cosmos/ibc-go-simd"] +} diff --git a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json index 30a3d054948..334083c372d 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json @@ -6,6 +6,7 @@ "TestMsgTransfer_Succeeds_Nonincentivized", "TestMsgTransfer_Fails_InvalidAddress", "TestMsgTransfer_Timeout_Nonincentivized", + "TestMsgTransfer_WithMemo", "TestSendEnabledParam", "TestReceiveEnabledParam" ], From a2fe946f63c69b7d95e9c7ac48f16b8612a7cdff Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Mon, 31 Oct 2022 10:04:27 +0100 Subject: [PATCH 2/5] add versions to dropdown --- .github/workflows/e2e-compatibility.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-compatibility.yaml b/.github/workflows/e2e-compatibility.yaml index 13922c0ec5b..8f720ae40ae 100644 --- a/.github/workflows/e2e-compatibility.yaml +++ b/.github/workflows/e2e-compatibility.yaml @@ -7,7 +7,11 @@ on: required: true type: choice options: + - release/v2.5.x + - release/v3.4.x + - release/v4.2.x - release/v5.0.x + - release/v5.1.x - release/v6.0.x env: From 2bd191ed11d1680700b92ad563e7355b7b43514b Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Mon, 31 Oct 2022 12:17:33 +0100 Subject: [PATCH 3/5] update compatibility tests for v6.0.x --- .../compatibility-test-matrices/release-v6.0.x/transfer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json index 334083c372d..58e4527069f 100644 --- a/.github/compatibility-test-matrices/release-v6.0.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v6.0.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"], - "chain-b": ["release-v6.0.x", "v5.0.0", "v4.1.0", "v3.3.0", "v2.4.0"], + "chain-a": ["release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", From ab81c63d18018593b8fc825083b20815cfad0af3 Mon Sep 17 00:00:00 2001 From: crodriguezvega Date: Wed, 2 Nov 2022 10:25:54 +0100 Subject: [PATCH 4/5] review comment --- .../compatibility-test-matrices/release-v2.5.x/transfer.json | 4 ++-- .../compatibility-test-matrices/release-v3.4.x/transfer.json | 4 ++-- .../release-v4.2.x/incentivized-transfer.json | 4 ++-- .../compatibility-test-matrices/release-v4.2.x/transfer.json | 4 ++-- .../compatibility-test-matrices/release-v5.1.x/transfer.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json index 4e26c2a2b8e..0b786d4f816 100644 --- a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v2.5.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "v2.4.2"], + "chain-b": ["release-v2.5.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json index ac21f5529cc..6a6249530e4 100644 --- a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v3.4.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v3.4.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "v3.3.1", "release-v2.5.x", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json index d115453ff14..c523502219c 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x"], - "chain-b": ["release-v4.2.x"], + "chain-a": ["release-v4.2.x", "v4.1.0"], + "chain-b": ["release-v4.2.x", "v4.1.0"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json index fdcb980f04d..457650a0283 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v4.2.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v4.2.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json index fd64678deb7..630d8b49b83 100644 --- a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v5.1.x", "release-v6.0.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-b": ["release-v5.1.x", "release-v6.0.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", From 7225232e2b21f3a88887d736485b3d90eaafc401 Mon Sep 17 00:00:00 2001 From: crodriguezvega Date: Wed, 2 Nov 2022 12:27:14 +0100 Subject: [PATCH 5/5] after discussion with Cian --- .../compatibility-test-matrices/release-v2.5.x/transfer.json | 4 ++-- .../compatibility-test-matrices/release-v3.4.x/transfer.json | 4 ++-- .../release-v4.2.x/incentivized-transfer.json | 4 ++-- .../compatibility-test-matrices/release-v4.2.x/transfer.json | 4 ++-- .../release-v5.1.x/incentivized-transfer.json | 4 ++-- .../compatibility-test-matrices/release-v5.1.x/transfer.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json index 0b786d4f816..b27928d4979 100644 --- a/.github/compatibility-test-matrices/release-v2.5.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v2.5.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v2.5.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "v2.4.2"], - "chain-b": ["release-v2.5.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "v2.4.2"], + "chain-a": ["release-v2.5.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-b": ["release-v2.5.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json index 6a6249530e4..24df89f60ed 100644 --- a/.github/compatibility-test-matrices/release-v3.4.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v3.4.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v3.4.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v3.4.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v3.4.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-b": ["release-v3.4.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json index c523502219c..5cf6fbf5409 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x", "v4.1.0"], - "chain-b": ["release-v4.2.x", "v4.1.0"], + "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.0"], + "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.0"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json index 457650a0283..ff060a1e7ff 100644 --- a/.github/compatibility-test-matrices/release-v4.2.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v4.2.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v4.2.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v4.2.x", "release-v6.0.x", "release-v5.1.x", "v5.0.1", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-b": ["release-v4.2.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized", diff --git a/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json index 28fd3d01663..102c1a8adc2 100644 --- a/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json +++ b/.github/compatibility-test-matrices/release-v5.1.x/incentivized-transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.1.x", "v4.1.1"], - "chain-b": ["release-v5.1.x", "v4.1.1"], + "chain-a": ["release-v5.1.x", "v5.0.1", "v4.1.1"], + "chain-b": ["release-v5.1.x", "v5.0.1", "v4.1.1"], "entrypoint": ["TestIncentivizedTransferTestSuite"], "test": [ "TestMsgPayPacketFee_AsyncSingleSender_Succeeds", diff --git a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json index 630d8b49b83..064b8ce7a00 100644 --- a/.github/compatibility-test-matrices/release-v5.1.x/transfer.json +++ b/.github/compatibility-test-matrices/release-v5.1.x/transfer.json @@ -1,6 +1,6 @@ { - "chain-a": ["release-v5.1.x", "release-v6.0.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], - "chain-b": ["release-v5.1.x", "release-v6.0.x", "v5.0.1", "release-v4.2.x", "v4.1.1", "release-v3.4.x", "v3.3.1", "release-v2.5.x", "v2.4.2"], + "chain-a": ["release-v5.1.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], + "chain-b": ["release-v5.1.x", "v5.0.1", "v4.1.1", "v3.3.1", "v2.4.2"], "entrypoint": ["TestTransferTestSuite"], "test": [ "TestMsgTransfer_Succeeds_Nonincentivized",