-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: mergify task and e2e tests for v4.5.x (#4739)
- Loading branch information
1 parent
03ad616
commit 53de2f1
Showing
15 changed files
with
145 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
.github/compatibility-test-matrices/release-v4.5.x/incentivized-transfer-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v4.5.x" | ||
], | ||
"chain-b": [ | ||
"v7.3.0", | ||
"v7.2.1", | ||
"v7.2.0", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"release-v4.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
.github/compatibility-test-matrices/release-v4.5.x/incentivized-transfer-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"chain-a": [ | ||
"v7.3.0", | ||
"v7.2.1", | ||
"v7.2.0", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"release-v4.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v4.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
.github/compatibility-test-matrices/release-v4.5.x/transfer-chain-a.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v4.5.x" | ||
], | ||
"chain-b": [ | ||
"v7.3.0", | ||
"v7.2.1", | ||
"v7.2.0", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"release-v4.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgTransfer_Succeeds_Nonincentivized", | ||
"TestMsgTransfer_Fails_InvalidAddress", | ||
"TestMsgTransfer_Timeout_Nonincentivized", | ||
"TestMsgTransfer_WithMemo", | ||
"TestSendEnabledParam", | ||
"TestReceiveEnabledParam" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
.github/compatibility-test-matrices/release-v4.5.x/transfer-chain-b.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"chain-a": [ | ||
"v7.3.0", | ||
"v7.2.1", | ||
"v7.2.0", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"release-v4.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v4.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgTransfer_Succeeds_Nonincentivized", | ||
"TestMsgTransfer_Fails_InvalidAddress", | ||
"TestMsgTransfer_Timeout_Nonincentivized", | ||
"TestMsgTransfer_WithMemo" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters