forked from cosmos/ibc-go
-
Notifications
You must be signed in to change notification settings - Fork 7
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 serdar/issue#3246-alternative-approach
- Loading branch information
Showing
296 changed files
with
2,052 additions
and
866 deletions.
There are no files selected for viewing
34 changes: 34 additions & 0 deletions
34
.github/compatibility-test-matrices/release-v7.2.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,34 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3", | ||
"v5.3.1" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestClient_Update_Misbehaviour" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
.github/compatibility-test-matrices/release-v7.2.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,34 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3", | ||
"v5.3.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"entrypoint": [ | ||
"TestClientTestSuite" | ||
], | ||
"test": [ | ||
"TestClientUpdateProposal_Succeeds", | ||
"TestClient_Update_Misbehaviour" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
.github/compatibility-test-matrices/release-v7.2.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,33 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3", | ||
"v5.3.1" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
.github/compatibility-test-matrices/release-v7.2.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,33 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1", | ||
"v5.2.1", | ||
"v4.4.2", | ||
"v4.3.1", | ||
"v4.2.2", | ||
"v4.1.3", | ||
"v5.3.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"entrypoint": [ | ||
"TestConnectionTestSuite" | ||
], | ||
"test": [ | ||
"TestMaxExpectedTimePerBlockParam" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
.github/compatibility-test-matrices/release-v7.2.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,29 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"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" | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
.github/compatibility-test-matrices/release-v7.2.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,29 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"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" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/release-v7.2.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGovTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGovIntegration" | ||
], | ||
"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/release-v7.2.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"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" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/release-v7.2.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"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" | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
.github/compatibility-test-matrices/release-v7.2.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,27 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"entrypoint": [ | ||
"TestInterchainAccountsGroupsTestSuite" | ||
], | ||
"test": [ | ||
"TestInterchainAccountsGroupsIntegration" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
.github/compatibility-test-matrices/release-v7.2.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,28 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x", | ||
"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" | ||
] | ||
} |
28 changes: 28 additions & 0 deletions
28
.github/compatibility-test-matrices/release-v7.2.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,28 @@ | ||
{ | ||
"chain-a": [ | ||
"release-v7.2.x", | ||
"v7.1.0", | ||
"v7.0.1", | ||
"v6.2.0", | ||
"v6.1.1" | ||
], | ||
"chain-b": [ | ||
"release-v7.2.x" | ||
], | ||
"entrypoint": [ | ||
"TestIncentivizedInterchainAccountsTestSuite" | ||
], | ||
"test": [ | ||
"TestMsgSendTx_SuccessfulBankSend_Incentivized", | ||
"TestMsgSendTx_FailedBankSend_Incentivized" | ||
], | ||
"relayer-type": [ | ||
"rly" | ||
], | ||
"chain-binary": [ | ||
"simd" | ||
], | ||
"chain-image": [ | ||
"ghcr.io/cosmos/ibc-go-simd" | ||
] | ||
} |
Oops, something went wrong.