Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/upgrade-sdk-v0.50' into v7.…
Browse files Browse the repository at this point in the history
…2.0-for-sdk-50
  • Loading branch information
faddat committed Jun 23, 2023
2 parents d02ab9d + 7893863 commit e1a3ee9
Show file tree
Hide file tree
Showing 682 changed files with 33,770 additions and 7,922 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ closes: #XXXX
type: commit message
```

see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) for commit messages. (view raw markdown for examples)
see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) for commit messages. (view raw markdown for examples)


<!--
Expand All @@ -41,12 +41,12 @@ Before we can merge this PR, please make sure that all the following items have
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#pr-targeting)).
- [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#pull-request-targeting)).
- [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules/11-structure.md) and [Go style guide](../docs/dev/go-style-guide.md).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/master/CONTRIBUTING.md#testing).
- [ ] Wrote unit and integration [tests](https://github.com/cosmos/ibc-go/blob/main/testing/README.md#ibc-testing-package).
- [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`).
- [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code).
- [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/CONTRIBUTING.md#commit-messages) to be used for the changelog entry in the PR description for review.
- [ ] Provide a [commit message](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) to be used for the changelog entry in the PR description for review.
- [ ] Re-reviewed `Files changed` in the Github PR explorer.
- [ ] Review `Codecov Report` in the comment section below once CI passes.
37 changes: 31 additions & 6 deletions .github/compatibility-test-matrices/main/client-chain-a.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
{
"chain-a": ["main"],
"chain-b": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"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"
],
"chain-binary": ["simd"],
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"]
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
]
}
37 changes: 31 additions & 6 deletions .github/compatibility-test-matrices/main/client-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
{
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"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"
],
"chain-binary": ["simd"],
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"]
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
]
}
34 changes: 29 additions & 5 deletions .github/compatibility-test-matrices/main/connection-chain-a.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
{
"chain-a": ["main"],
"chain-b": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"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"
],
"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"
]
}
34 changes: 29 additions & 5 deletions .github/compatibility-test-matrices/main/connection-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
{
"chain-a": ["main", "v5.1.0", "v5.0.1", "v4.2.0", "v4.1.1", "v3.4.0", "v3.3.1", "v2.5.0", "v2.4.2"],
"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"
],
"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"
]
}
29 changes: 23 additions & 6 deletions .github/compatibility-test-matrices/main/ica-chain-a.json
Original file line number Diff line number Diff line change
@@ -1,12 +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"
],
"chain-binary": ["simd"],
"chain-image": ["ghcr.io/cosmos/ibc-go-simd"]
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
]
}
29 changes: 29 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,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"
]
}
27 changes: 22 additions & 5 deletions .github/compatibility-test-matrices/main/ica-gov-chain-a.json
Original file line number Diff line number Diff line change
@@ -1,10 +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"
],
"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 .github/compatibility-test-matrices/main/ica-gov-chain-b.json
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"
]
}
27 changes: 22 additions & 5 deletions .github/compatibility-test-matrices/main/ica-groups-chain-a.json
Original file line number Diff line number Diff line change
@@ -1,10 +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"
],
"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 .github/compatibility-test-matrices/main/ica-groups-chain-b.json
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"
]
}
Loading

0 comments on commit e1a3ee9

Please sign in to comment.