-
Notifications
You must be signed in to change notification settings - Fork 586
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 minh/modify-simapp-to-fulfill-appi
- Loading branch information
Showing
35 changed files
with
704 additions
and
189 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"entrypoint": ["TestClientTestSuite"], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.x/client-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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestClientTestSuite"], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"entrypoint": ["TestConnectionTestSuite"], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.x/connection-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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestConnectionTestSuite"], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
13 changes: 13 additions & 0 deletions
13
.github/compatibility-test-matrices/release-v7.1.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,13 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"entrypoint": ["TestInterchainAccountsTestSuite"], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSubmitTx_SuccessfulTransfer_AfterReopeningICA" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
13 changes: 13 additions & 0 deletions
13
.github/compatibility-test-matrices/release-v7.1.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,13 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestInterchainAccountsTestSuite"], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSubmitTx_SuccessfulTransfer_AfterReopeningICA" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestInterchainAccountsGovTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"entrypoint": ["TestInterchainAccountsGovTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
12 changes: 12 additions & 0 deletions
12
.github/compatibility-test-matrices/release-v7.1.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,12 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"entrypoint": ["TestIncentivizedInterchainAccountsTestSuite"], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
12 changes: 12 additions & 0 deletions
12
.github/compatibility-test-matrices/release-v7.1.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,12 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestIncentivizedInterchainAccountsTestSuite"], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
16 changes: 16 additions & 0 deletions
16
.github/compatibility-test-matrices/release-v7.1.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,16 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1"], | ||
"entrypoint": ["TestIncentivizedTransferTestSuite"], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
16 changes: 16 additions & 0 deletions
16
.github/compatibility-test-matrices/release-v7.1.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,16 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestIncentivizedTransferTestSuite"], | ||
"test": [ | ||
"TestMsgPayPacketFee_AsyncSingleSender_Succeeds", | ||
"TestMsgPayPacketFee_InvalidReceiverAccount", | ||
"TestMultiMsg_MsgPayPacketFeeSingleSender", | ||
"TestMsgPayPacketFee_SingleSender_TimesOut", | ||
"TestPayPacketFeeAsync_SingleSender_NoCounterPartyAddress", | ||
"TestMsgPayPacketFee_AsyncMultipleSenders_Succeeds" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
12 changes: 12 additions & 0 deletions
12
.github/compatibility-test-matrices/release-v7.1.x/localhost-ica-chain-1.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,12 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["LocalhostInterchainAccountsTestSuite"], | ||
"test": [ | ||
"TestInterchainAccounts_Localhost", | ||
"TestInterchainAccounts_ReopenChannel_Localhost" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.x/localhost-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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["LocalhostTransferTestSuite"], | ||
"test": [ | ||
"TestMsgTransfer_Localhost" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
11 changes: 11 additions & 0 deletions
11
.github/compatibility-test-matrices/release-v7.1.x/transfer-authz-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,11 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1"], | ||
"entrypoint": ["TestAuthzTransferTestSuite"], | ||
"test": [ | ||
"TestAuthz_MsgTransfer_Succeeds", | ||
"TestAuthz_InvalidTransferAuthorizations" | ||
], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
16 changes: 16 additions & 0 deletions
16
.github/compatibility-test-matrices/release-v7.1.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,16 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x"], | ||
"chain-b": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"entrypoint": ["TestTransferTestSuite"], | ||
"test": [ | ||
"TestMsgTransfer_Succeeds_Nonincentivized", | ||
"TestMsgTransfer_Fails_InvalidAddress", | ||
"TestMsgTransfer_Timeout_Nonincentivized", | ||
"TestMsgTransfer_WithMemo", | ||
"TestSendEnabledParam", | ||
"TestReceiveEnabledParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
16 changes: 16 additions & 0 deletions
16
.github/compatibility-test-matrices/release-v7.1.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,16 @@ | ||
{ | ||
"chain-a": ["release-v7.1.x", "v7.0.0-rc1", "v6.1.0", "v5.2.0", "v4.3.0", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1"], | ||
"chain-b": ["release-v7.1.x"], | ||
"entrypoint": ["TestTransferTestSuite"], | ||
"test": [ | ||
"TestMsgTransfer_Succeeds_Nonincentivized", | ||
"TestMsgTransfer_Fails_InvalidAddress", | ||
"TestMsgTransfer_Timeout_Nonincentivized", | ||
"TestMsgTransfer_WithMemo", | ||
"TestSendEnabledParam", | ||
"TestReceiveEnabledParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.