-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rebase
04-channel-upgrades
branch (#4160)
* update with latest changes from main * fix conflicts in e2e * make invalid version constant * fix linter by using constant instead of literal --------- Co-authored-by: chatton <github.qpeyb@simplelogin.fr> Co-authored-by: Damian Nolan <damiannolan@gmail.com>
- Loading branch information
1 parent
7735de1
commit d5e63d4
Showing
587 changed files
with
23,604 additions
and
5,733 deletions.
There are no files selected for viewing
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
39 changes: 31 additions & 8 deletions
39
.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,34 @@ | ||
{ | ||
"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.2.0", | ||
"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" | ||
] | ||
} |
39 changes: 31 additions & 8 deletions
39
.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,34 @@ | ||
{ | ||
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestClientTestSuite"], | ||
"chain-a": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
36 changes: 29 additions & 7 deletions
36
.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,33 @@ | ||
{ | ||
"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.2.0", | ||
"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" | ||
] | ||
} |
36 changes: 29 additions & 7 deletions
36
.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,33 @@ | ||
{ | ||
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestConnectionTestSuite"], | ||
"chain-a": [ | ||
"main", | ||
"v7.2.0", | ||
"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,28 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.2.0", | ||
"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,28 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
29 changes: 22 additions & 7 deletions
29
.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,26 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsGovTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
.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,26 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
29 changes: 22 additions & 7 deletions
29
.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,26 @@ | ||
{ | ||
"chain-a": ["main"], | ||
"chain-b": ["main"], | ||
"entrypoint": ["TestInterchainAccountsGroupsTestSuite"], | ||
"chain-a": [ | ||
"main" | ||
], | ||
"chain-b": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
26 changes: 26 additions & 0 deletions
26
.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,26 @@ | ||
{ | ||
"chain-a": [ | ||
"main", | ||
"v7.2.0", | ||
"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" | ||
] | ||
} |
Oops, something went wrong.