Skip to content

Commit

Permalink
rebase 04-channel-upgrades branch (#4160)
Browse files Browse the repository at this point in the history
* 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
3 people authored Aug 8, 2023
1 parent 7735de1 commit d5e63d4
Show file tree
Hide file tree
Showing 587 changed files with 23,604 additions and 5,733 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/

* @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton
* @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton @DimitrisJim

# Our appreciation and gratitude to past code owners: @fedekunze @seantking
# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
Expand Down Expand Up @@ -39,4 +39,4 @@
/proto/ibc/applications/fee/ @AdityaSripal @charleenfei @colin-axner @damiannolan

# CODEOWNERS for docs
/docs/ @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton @tmsdkeys
/docs/ @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton @DimitrisJim @srdtrk
39 changes: 31 additions & 8 deletions .github/compatibility-test-matrices/main/client-chain-a.json
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 .github/compatibility-test-matrices/main/client-chain-b.json
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 .github/compatibility-test-matrices/main/connection-chain-a.json
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 .github/compatibility-test-matrices/main/connection-chain-b.json
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"
]
}
31 changes: 23 additions & 8 deletions .github/compatibility-test-matrices/main/ica-chain-a.json
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"
]
}
28 changes: 28 additions & 0 deletions .github/compatibility-test-matrices/main/ica-chain-b.json
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 .github/compatibility-test-matrices/main/ica-gov-chain-a.json
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 .github/compatibility-test-matrices/main/ica-gov-chain-b.json
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 .github/compatibility-test-matrices/main/ica-groups-chain-a.json
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 .github/compatibility-test-matrices/main/ica-groups-chain-b.json
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"
]
}
Loading

0 comments on commit d5e63d4

Please sign in to comment.