-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into dang/remove-ics4wrapper
- Loading branch information
Showing
532 changed files
with
13,437 additions
and
3,965 deletions.
There are no files selected for viewing
38 changes: 31 additions & 7 deletions
38
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,35 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"entrypoint": ["TestClientTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v5.0.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds" | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestAllowedClientsParam" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
38 changes: 31 additions & 7 deletions
38
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,35 @@ | ||
{ | ||
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestClientTestSuite"], | ||
"chain-a": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v5.0.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds" | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestAllowedClientsParam" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
35 changes: 29 additions & 6 deletions
35
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,34 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"entrypoint": ["TestConnectionTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v5.0.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
35 changes: 29 additions & 6 deletions
35
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,34 @@ | ||
{ | ||
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestConnectionTestSuite"], | ||
"chain-a": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.3.1", | ||
"v5.2.1", | ||
"v5.0.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,29 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSubmitTx_SuccessfulTransfer_AfterReopeningICA" | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulTransfer", | ||
"TestMsgSendTx_FailedTransfer_InsufficientFunds", | ||
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
28 changes: 22 additions & 6 deletions
28
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,27 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsGovTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/main/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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
28 changes: 22 additions & 6 deletions
28
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,11 +1,27 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/main/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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"main" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
28 changes: 22 additions & 6 deletions
28
.github/compatibility-test-matrices/main/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 |
---|---|---|
@@ -1,12 +1,28 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestIncentivizedInterchainAccountsTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": ["rly"], | ||
"chain-binary": ["simd"], | ||
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"] | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
Oops, something went wrong.