-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into damian/3636-noop-for-misbehaviour-in-updates…
…tate
- Loading branch information
Showing
78 changed files
with
1,216 additions
and
64 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/main/ica-queries-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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/main/ica-queries-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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
.github/compatibility-test-matrices/release-v7.5.x/client-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,19 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestClient_Update_Misbehaviour", | ||
"TestAllowedClientsParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v7.5.x/connection-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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v7.5.x/ica-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,23 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", | ||
"TestControllerEnabledParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
23 changes: 23 additions & 0 deletions
23
.github/compatibility-test-matrices/release-v7.5.x/ica-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,23 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA", | ||
"TestHostEnabledParam" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v7.5.x/ica-gov-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,20 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v7.5.x/ica-gov-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,20 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v7.5.x/ica-groups-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,20 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
20 changes: 20 additions & 0 deletions
20
.github/compatibility-test-matrices/release-v7.5.x/ica-groups-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,20 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v7.5.x/ica-queries-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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
.github/compatibility-test-matrices/release-v7.5.x/ica-queries-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,17 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsQueryTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsQuery" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.github/compatibility-test-matrices/release-v7.5.x/ica-unordered-channel-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,18 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.github/compatibility-test-matrices/release-v7.5.x/ica-unordered-channel-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,18 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer_UnorderedChannel" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
.github/compatibility-test-matrices/release-v7.5.x/incentivized-ica-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,21 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
.github/compatibility-test-matrices/release-v7.5.x/incentivized-ica-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,21 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/release-v7.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"v5.4.0", | ||
"v4.6.0", | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/release-v7.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"v8.2.0", | ||
"v7.4.0", | ||
"v6.3.0", | ||
"v5.4.0", | ||
"v4.6.0", | ||
"release-v7.5.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.5.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedTransferTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": [ | ||
"hermes" | ||
] | ||
} |
Oops, something went wrong.