From 83a1994488683ee00cb0366155b8787155970317 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Wed, 20 Sep 2023 05:55:28 +0000 Subject: [PATCH] Fix Compatibility Test CI (#4695) --- .../compatibility-test-matrices/main/client-chain-a.json | 4 ++-- .../compatibility-test-matrices/main/client-chain-b.json | 4 ++-- .../main/connection-chain-a.json | 4 ++-- .../main/connection-chain-b.json | 4 ++-- .github/compatibility-test-matrices/main/ica-chain-a.json | 4 ++-- .github/compatibility-test-matrices/main/ica-chain-b.json | 4 ++-- .../compatibility-test-matrices/main/ica-gov-chain-a.json | 4 ++-- .../compatibility-test-matrices/main/ica-gov-chain-b.json | 4 ++-- .../main/ica-groups-chain-a.json | 4 ++-- .../main/ica-groups-chain-b.json | 4 ++-- .../main/incentivized-ica-chain-a.json | 4 ++-- .../main/incentivized-ica-chain-b.json | 4 ++-- .../main/incentivized-transfer-chain-a.json | 4 ++-- .../main/incentivized-transfer-chain-b.json | 4 ++-- .../main/localhost-ica-chain-a.json | 4 ++-- .../main/localhost-ica-chain-b.json | 4 ++-- .../main/localhost-transfer-chain-a.json | 4 ++-- .../main/localhost-transfer-chain-b.json | 4 ++-- .../main/transfer-authz-chain-a.json | 4 ++-- .../main/transfer-authz-chain-b.json | 4 ++-- .../compatibility-test-matrices/main/transfer-chain-a.json | 4 ++-- .../compatibility-test-matrices/main/transfer-chain-b.json | 4 ++-- .github/compatibility-test-matrices/unreleased/client.json | 2 +- .../compatibility-test-matrices/unreleased/connection.json | 2 +- .../compatibility-test-matrices/unreleased/ica-gov.json | 2 +- .../compatibility-test-matrices/unreleased/ica-groups.json | 2 +- .github/compatibility-test-matrices/unreleased/ica.json | 2 +- .../unreleased/incentivized-ica.json | 2 +- .../unreleased/incentivized-transfer-1.json | 2 +- .../unreleased/incentivized-transfer-2.json | 2 +- .../unreleased/incentivized-transfer-3.json | 2 +- .../unreleased/localhost-ica.json | 2 +- .../unreleased/localhost-transfer.json | 2 +- .../compatibility-test-matrices/unreleased/transfer-1.json | 2 +- .../compatibility-test-matrices/unreleased/transfer-2.json | 2 +- .../compatibility-test-matrices/unreleased/transfer-3.json | 2 +- .../unreleased/transfer-authz.json | 2 +- e2e/scripts/init.sh | 7 +++++++ e2e/testsuite/testconfig.go | 4 ++-- 39 files changed, 68 insertions(+), 61 deletions(-) diff --git a/.github/compatibility-test-matrices/main/client-chain-a.json b/.github/compatibility-test-matrices/main/client-chain-a.json index c389c981465..6407df31f09 100644 --- a/.github/compatibility-test-matrices/main/client-chain-a.json +++ b/.github/compatibility-test-matrices/main/client-chain-a.json @@ -23,7 +23,7 @@ "TestAllowedClientsParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -31,4 +31,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/client-chain-b.json b/.github/compatibility-test-matrices/main/client-chain-b.json index f5fce3a32d8..9907c8aaf43 100644 --- a/.github/compatibility-test-matrices/main/client-chain-b.json +++ b/.github/compatibility-test-matrices/main/client-chain-b.json @@ -22,7 +22,7 @@ "TestClient_Update_Misbehaviour" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -30,4 +30,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/connection-chain-a.json b/.github/compatibility-test-matrices/main/connection-chain-a.json index 7a6ae45abf7..43b9efa1a39 100644 --- a/.github/compatibility-test-matrices/main/connection-chain-a.json +++ b/.github/compatibility-test-matrices/main/connection-chain-a.json @@ -21,7 +21,7 @@ "TestMaxExpectedTimePerBlockParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -29,4 +29,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/connection-chain-b.json b/.github/compatibility-test-matrices/main/connection-chain-b.json index cc3078ab296..9f0d28e94d2 100644 --- a/.github/compatibility-test-matrices/main/connection-chain-b.json +++ b/.github/compatibility-test-matrices/main/connection-chain-b.json @@ -21,7 +21,7 @@ "TestMaxExpectedTimePerBlockParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -29,4 +29,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-chain-a.json b/.github/compatibility-test-matrices/main/ica-chain-a.json index 242ef7b73ac..123d3ddadfa 100644 --- a/.github/compatibility-test-matrices/main/ica-chain-a.json +++ b/.github/compatibility-test-matrices/main/ica-chain-a.json @@ -20,7 +20,7 @@ "TestControllerEnabledParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -28,4 +28,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-chain-b.json b/.github/compatibility-test-matrices/main/ica-chain-b.json index 1f19b42bcfa..beb677e42f4 100644 --- a/.github/compatibility-test-matrices/main/ica-chain-b.json +++ b/.github/compatibility-test-matrices/main/ica-chain-b.json @@ -20,7 +20,7 @@ "TestHostEnabledParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -28,4 +28,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-gov-chain-a.json b/.github/compatibility-test-matrices/main/ica-gov-chain-a.json index 0382cb47da6..3dd18e0f79b 100644 --- a/.github/compatibility-test-matrices/main/ica-gov-chain-a.json +++ b/.github/compatibility-test-matrices/main/ica-gov-chain-a.json @@ -17,7 +17,7 @@ "TestInterchainAccountsGovIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-gov-chain-b.json b/.github/compatibility-test-matrices/main/ica-gov-chain-b.json index e7db95d76b6..ca072bdc9c9 100644 --- a/.github/compatibility-test-matrices/main/ica-gov-chain-b.json +++ b/.github/compatibility-test-matrices/main/ica-gov-chain-b.json @@ -17,7 +17,7 @@ "TestInterchainAccountsGovIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-groups-chain-a.json b/.github/compatibility-test-matrices/main/ica-groups-chain-a.json index f2467492085..a2d59694f93 100644 --- a/.github/compatibility-test-matrices/main/ica-groups-chain-a.json +++ b/.github/compatibility-test-matrices/main/ica-groups-chain-a.json @@ -17,7 +17,7 @@ "TestInterchainAccountsGroupsIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/ica-groups-chain-b.json b/.github/compatibility-test-matrices/main/ica-groups-chain-b.json index 9bf334cc98c..d1e6a8af5fe 100644 --- a/.github/compatibility-test-matrices/main/ica-groups-chain-b.json +++ b/.github/compatibility-test-matrices/main/ica-groups-chain-b.json @@ -17,7 +17,7 @@ "TestInterchainAccountsGroupsIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/incentivized-ica-chain-a.json b/.github/compatibility-test-matrices/main/incentivized-ica-chain-a.json index 7d7985d0348..72d7b45d325 100644 --- a/.github/compatibility-test-matrices/main/incentivized-ica-chain-a.json +++ b/.github/compatibility-test-matrices/main/incentivized-ica-chain-a.json @@ -18,7 +18,7 @@ "TestMsgSendTx_FailedBankSend_Incentivized" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -26,4 +26,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/incentivized-ica-chain-b.json b/.github/compatibility-test-matrices/main/incentivized-ica-chain-b.json index 7cf5eb8282f..a32e80c63dd 100644 --- a/.github/compatibility-test-matrices/main/incentivized-ica-chain-b.json +++ b/.github/compatibility-test-matrices/main/incentivized-ica-chain-b.json @@ -18,7 +18,7 @@ "TestMsgSendTx_FailedBankSend_Incentivized" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -26,4 +26,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/incentivized-transfer-chain-a.json b/.github/compatibility-test-matrices/main/incentivized-transfer-chain-a.json index c85c0f86b05..1e66de417b5 100644 --- a/.github/compatibility-test-matrices/main/incentivized-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/main/incentivized-transfer-chain-a.json @@ -26,7 +26,7 @@ "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -34,4 +34,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/incentivized-transfer-chain-b.json b/.github/compatibility-test-matrices/main/incentivized-transfer-chain-b.json index ab2b0f3edd9..8ea0babd681 100644 --- a/.github/compatibility-test-matrices/main/incentivized-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/main/incentivized-transfer-chain-b.json @@ -26,7 +26,7 @@ "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -34,4 +34,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/localhost-ica-chain-a.json b/.github/compatibility-test-matrices/main/localhost-ica-chain-a.json index 4ac2f14a854..49506ce837c 100644 --- a/.github/compatibility-test-matrices/main/localhost-ica-chain-a.json +++ b/.github/compatibility-test-matrices/main/localhost-ica-chain-a.json @@ -16,7 +16,7 @@ "TestInterchainAccounts_ReopenChannel_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -24,4 +24,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/localhost-ica-chain-b.json b/.github/compatibility-test-matrices/main/localhost-ica-chain-b.json index affc10e0f0f..15b4a94cebe 100644 --- a/.github/compatibility-test-matrices/main/localhost-ica-chain-b.json +++ b/.github/compatibility-test-matrices/main/localhost-ica-chain-b.json @@ -16,7 +16,7 @@ "TestInterchainAccounts_ReopenChannel_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -24,4 +24,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/localhost-transfer-chain-a.json b/.github/compatibility-test-matrices/main/localhost-transfer-chain-a.json index 54959a5fd1b..f477f86c97b 100644 --- a/.github/compatibility-test-matrices/main/localhost-transfer-chain-a.json +++ b/.github/compatibility-test-matrices/main/localhost-transfer-chain-a.json @@ -15,7 +15,7 @@ "TestMsgTransfer_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -23,4 +23,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/localhost-transfer-chain-b.json b/.github/compatibility-test-matrices/main/localhost-transfer-chain-b.json index 4d8aae60ead..7d60b2e1193 100644 --- a/.github/compatibility-test-matrices/main/localhost-transfer-chain-b.json +++ b/.github/compatibility-test-matrices/main/localhost-transfer-chain-b.json @@ -15,7 +15,7 @@ "TestMsgTransfer_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -23,4 +23,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/transfer-authz-chain-a.json b/.github/compatibility-test-matrices/main/transfer-authz-chain-a.json index 358ae6ece85..b0e73c2079a 100644 --- a/.github/compatibility-test-matrices/main/transfer-authz-chain-a.json +++ b/.github/compatibility-test-matrices/main/transfer-authz-chain-a.json @@ -17,7 +17,7 @@ "TestAuthz_InvalidTransferAuthorizations" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/transfer-authz-chain-b.json b/.github/compatibility-test-matrices/main/transfer-authz-chain-b.json index fd8f40827f1..f435dc27fff 100644 --- a/.github/compatibility-test-matrices/main/transfer-authz-chain-b.json +++ b/.github/compatibility-test-matrices/main/transfer-authz-chain-b.json @@ -17,7 +17,7 @@ "TestAuthz_InvalidTransferAuthorizations" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -25,4 +25,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/transfer-chain-a.json b/.github/compatibility-test-matrices/main/transfer-chain-a.json index 95ebdcbbbe5..d8f895e86a6 100644 --- a/.github/compatibility-test-matrices/main/transfer-chain-a.json +++ b/.github/compatibility-test-matrices/main/transfer-chain-a.json @@ -26,7 +26,7 @@ "TestReceiveEnabledParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -34,4 +34,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/main/transfer-chain-b.json b/.github/compatibility-test-matrices/main/transfer-chain-b.json index cb6d22c3624..adeddde0aad 100644 --- a/.github/compatibility-test-matrices/main/transfer-chain-b.json +++ b/.github/compatibility-test-matrices/main/transfer-chain-b.json @@ -24,7 +24,7 @@ "TestMsgTransfer_WithMemo" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" @@ -32,4 +32,4 @@ "chain-image": [ "ghcr.io/cosmos/ibc-go-simd" ] -} \ No newline at end of file +} diff --git a/.github/compatibility-test-matrices/unreleased/client.json b/.github/compatibility-test-matrices/unreleased/client.json index 2b3e2376be2..304bb031e16 100644 --- a/.github/compatibility-test-matrices/unreleased/client.json +++ b/.github/compatibility-test-matrices/unreleased/client.json @@ -26,7 +26,7 @@ "TestAllowedClientsParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/connection.json b/.github/compatibility-test-matrices/unreleased/connection.json index c595c7c1f6d..fcd682b3cb2 100644 --- a/.github/compatibility-test-matrices/unreleased/connection.json +++ b/.github/compatibility-test-matrices/unreleased/connection.json @@ -24,7 +24,7 @@ "TestMaxExpectedTimePerBlockParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/ica-gov.json b/.github/compatibility-test-matrices/unreleased/ica-gov.json index 826ebba82c2..05a95625aad 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-gov.json +++ b/.github/compatibility-test-matrices/unreleased/ica-gov.json @@ -18,7 +18,7 @@ "TestInterchainAccountsGovIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/ica-groups.json b/.github/compatibility-test-matrices/unreleased/ica-groups.json index 8512782b481..01b350bcad2 100644 --- a/.github/compatibility-test-matrices/unreleased/ica-groups.json +++ b/.github/compatibility-test-matrices/unreleased/ica-groups.json @@ -18,7 +18,7 @@ "TestInterchainAccountsGroupsIntegration" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/ica.json b/.github/compatibility-test-matrices/unreleased/ica.json index 0c59df65a89..01d67fa4bfc 100644 --- a/.github/compatibility-test-matrices/unreleased/ica.json +++ b/.github/compatibility-test-matrices/unreleased/ica.json @@ -22,7 +22,7 @@ "TestHostEnabledParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-ica.json b/.github/compatibility-test-matrices/unreleased/incentivized-ica.json index 7a4e889e431..28233546ec2 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-ica.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-ica.json @@ -19,7 +19,7 @@ "TestMsgSendTx_FailedBankSend_Incentivized" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json index 1e1579a9def..27370f3f69c 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-1.json @@ -25,7 +25,7 @@ "TestMsgPayPacketFee_InvalidReceiverAccount" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json index b17a9f4f634..635d954c830 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-2.json @@ -25,7 +25,7 @@ "TestMsgPayPacketFee_SingleSender_TimesOut" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json index cf4d6085fbf..9c61b7d3bbe 100644 --- a/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json +++ b/.github/compatibility-test-matrices/unreleased/incentivized-transfer-3.json @@ -25,7 +25,7 @@ "TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/localhost-ica.json b/.github/compatibility-test-matrices/unreleased/localhost-ica.json index de0c8864ef6..7db8f9497da 100644 --- a/.github/compatibility-test-matrices/unreleased/localhost-ica.json +++ b/.github/compatibility-test-matrices/unreleased/localhost-ica.json @@ -15,7 +15,7 @@ "TestInterchainAccounts_ReopenChannel_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/localhost-transfer.json b/.github/compatibility-test-matrices/unreleased/localhost-transfer.json index 3b12ae68abb..8ef8046cd8c 100644 --- a/.github/compatibility-test-matrices/unreleased/localhost-transfer.json +++ b/.github/compatibility-test-matrices/unreleased/localhost-transfer.json @@ -14,7 +14,7 @@ "TestMsgTransfer_Localhost" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/transfer-1.json b/.github/compatibility-test-matrices/unreleased/transfer-1.json index 602c4805a07..fac906e7698 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-1.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-1.json @@ -25,7 +25,7 @@ "TestMsgTransfer_Fails_InvalidAddress" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/transfer-2.json b/.github/compatibility-test-matrices/unreleased/transfer-2.json index c6f47077b04..299452c0a93 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-2.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-2.json @@ -25,7 +25,7 @@ "TestMsgTransfer_WithMemo" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/transfer-3.json b/.github/compatibility-test-matrices/unreleased/transfer-3.json index a2cc9586658..2744ac31242 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-3.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-3.json @@ -25,7 +25,7 @@ "TestReceiveEnabledParam" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/.github/compatibility-test-matrices/unreleased/transfer-authz.json b/.github/compatibility-test-matrices/unreleased/transfer-authz.json index e5142e19dfa..52e5f17b450 100644 --- a/.github/compatibility-test-matrices/unreleased/transfer-authz.json +++ b/.github/compatibility-test-matrices/unreleased/transfer-authz.json @@ -17,7 +17,7 @@ "TestAuthz_InvalidTransferAuthorizations" ], "relayer-type": [ - "rly" + "hermes" ], "chain-binary": [ "simd" diff --git a/e2e/scripts/init.sh b/e2e/scripts/init.sh index 9ff395aed2a..be4efd994fa 100755 --- a/e2e/scripts/init.sh +++ b/e2e/scripts/init.sh @@ -2,6 +2,13 @@ set -euo pipefail +# TODO: when we are using config files for CI we can remove this. +# ref: https://github.com/cosmos/ibc-go/issues/4697 +# if running in CI we just use env vars. +if [[ "${CI:-}" = "true" ]]; then + exit 0 +fi + # ensure_config_file makes sure there is a config file for the e2e tests either by creating a new one using the sample, # it is copied to either the default location or the specified env location. function ensure_config_file(){ diff --git a/e2e/testsuite/testconfig.go b/e2e/testsuite/testconfig.go index 18c64bb2b67..295dd9b458a 100644 --- a/e2e/testsuite/testconfig.go +++ b/e2e/testsuite/testconfig.go @@ -55,9 +55,9 @@ const ( defaultBinary = "simd" // defaultRlyTag is the tag that will be used if no relayer tag is specified. // all images are here https://github.com/cosmos/relayer/pkgs/container/relayer/versions - defaultRlyTag = "latest" // "andrew-tendermint_v0.37" // "v2.2.0" + defaultRlyTag = "latest" // defaultHermesTag is the tag that will be used if no relayer tag is specified for hermes. - defaultHermesTag = "v1.6.0" + defaultHermesTag = "bef2f53" // defaultChainTag is the tag that will be used for the chains if none is specified. defaultChainTag = "main" // defaultRelayerType is the default relayer that will be used if none is specified.