Skip to content

Commit

Permalink
Merge branch 'main' into carlos/add-buf-gen-pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Sep 22, 2023
2 parents 98a354f + e443a88 commit d41e1fa
Show file tree
Hide file tree
Showing 1,283 changed files with 63,991 additions and 31,940 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@

# CODEOWNERS for docs
/docs/ @colin-axner @AdityaSripal @crodriguezvega @charleenfei @damiannolan @chatton @DimitrisJim @srdtrk

# CODEOWNERS for callbacks middleware

/modules/apps/callbacks/ @colin-axner @AdityaSripal @damiannolan @srdtrk
27 changes: 15 additions & 12 deletions .github/ISSUE_TEMPLATE/release-tracker.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
name: Release tracker
about: Create an issue to track release progress

---

<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
v Word of caution: poorly thought-out proposals may be rejected
v without deliberation
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->

## Milestones
Expand All @@ -32,7 +31,7 @@ versions of ibc-go to guarantee that no regression is introduced -->

### Other testing

## Migration
## Migration

<!-- Link to migration document -->

Expand All @@ -42,7 +41,7 @@ versions of ibc-go to guarantee that no regression is introduced -->

- [ ] Bump [go package version](https://github.com/cosmos/ibc-go/blob/main/go.mod#L3).
- [ ] Change all imports starting with `github.com/cosmos/ibc-go/v{x}` to `github.com/cosmos/ibc-go/v{x+1}`.
- [ ] Branch off main to create release branch in the form of `release/vx.y.z` and add branch protection rules.
- [ ] Branch off main to create release branch in the form of `release/vx.y.z` and add branch protection rules.
- [ ] Add branch protection rules to new release branch.
- [ ] Add backport task to [`mergify.yml`](https://github.com/cosmos/ibc-go/blob/main/.github/mergify.yml)
- [ ] Upgrade ibc-go version in [ibctest](https://github.com/strangelove-ventures/ibctest).
Expand All @@ -59,19 +58,23 @@ versions of ibc-go to guarantee that no regression is introduced -->
- Remove any tags that might not be recommended anymore.
- [ ] Update the list of [supported release lines in README.md](https://github.com/cosmos/ibc-go#releases), if necessary.
- [ ] Update docs site:
- [ ] Add new release branch to [`docs/versions`](https://github.com/cosmos/ibc-go/blob/main/docs/versions) file.
- [ ] Add `label` and `key` to `versions` array in [`config.js`](https://github.com/cosmos/ibc-go/blob/main/docs/.vuepress/config.js#L62).
- [ ] If the release is occurring on the main branch, on the latest version, then run `npm run docusaurus docs:version vX.Y.Z` in the `docs/` directory. (where `X.Y.Z` is the new version number)
- [ ] If the release is occurring on an older release branch, then make a PR to the main branch called `docs: new release vX.Y.Z` doing the following:
- [ ] Update the content of the docs found in `docs/versioned_docs/version-vx.y.z` if needed. (where `x.y.z` is the previous version number)
- [ ] Update the version number of the older release branch by changing the version number of the older release branch in:
- [ ] In `docs/versions.json`.
- [ ] Rename `docs/versioned_sidebars/version-vx.y.z-sidebars.json`
- [ ] Rename `docs/versioned_docs/version-vx.y.z`
- [ ] Bump ibc-go version in [cosmos/interchain-accounts-demo repository](https://github.com/cosmos/interchain-accounts-demo) and create a tag.
- [ ] Update the [compatibility test matrices](https://github.com/cosmos/ibc-go/tree/main/.github/compatibility-test-matrices):
- Add the new release.
- Remove any tags that might not be recommended anymore.
- [ ] Update the manual [e2e `simd`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-simd.yaml) and [e2e `icad`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-icad.yaml) test workflows:
- Add the new release and the new `icad` tag.
- [ ] Update the manual [e2e `simd`](https://github.com/cosmos/ibc-go/blob/main/.github/workflows/e2e-manual-simd.yaml) test workflow:
- Remove any tags that might not be recommended anymore.
- [ ] After changes to docs site are deployed, check [ibc.cosmos.network](https://ibc.cosmos.network) is updated.
- [ ] Open issue in [SDK tutorials repo](https://github.com/cosmos/sdk-tutorials) to update tutorials to the released version of ibc-go.

____
---

#### For Admin Use

Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ closes: #XXXX

### Commit Message / Changelog Entry

```bash
```text
type: commit message
```

Expand Down Expand Up @@ -43,7 +43,7 @@ write a little note why.

- [ ] 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).
- [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/main/docs/build/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/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).
Expand Down
20 changes: 7 additions & 13 deletions .github/compatibility-test-matrices/main/client-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,25 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"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"
"v4.4.2"
],
"entrypoint": [
"TestClientTestSuite"
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestRecoverClient_Succeeds",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
21 changes: 7 additions & 14 deletions .github/compatibility-test-matrices/main/client-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"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"
"v4.4.2"
],
"chain-b": [
"main"
Expand All @@ -19,16 +18,10 @@
"TestClientTestSuite"
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestAllowedClientsParam"
"TestRecoverClient_Succeeds",
"TestClient_Update_Misbehaviour"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
17 changes: 5 additions & 12 deletions .github/compatibility-test-matrices/main/connection-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"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"
"v4.4.2"
],
"entrypoint": [
"TestConnectionTestSuite"
Expand All @@ -22,12 +21,6 @@
"TestMaxExpectedTimePerBlockParam"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
17 changes: 5 additions & 12 deletions .github/compatibility-test-matrices/main/connection-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"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"
"v4.4.2"
],
"chain-b": [
"main"
Expand All @@ -22,12 +21,6 @@
"TestMaxExpectedTimePerBlockParam"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
15 changes: 6 additions & 9 deletions .github/compatibility-test-matrices/main/ica-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -14,15 +16,10 @@
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
15 changes: 6 additions & 9 deletions .github/compatibility-test-matrices/main/ica-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -14,15 +16,10 @@
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestHostEnabledParam"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
12 changes: 4 additions & 8 deletions .github/compatibility-test-matrices/main/ica-gov-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -15,12 +17,6 @@
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
12 changes: 4 additions & 8 deletions .github/compatibility-test-matrices/main/ica-gov-chain-b.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"chain-a": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -15,12 +17,6 @@
"TestInterchainAccountsGovIntegration"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
12 changes: 4 additions & 8 deletions .github/compatibility-test-matrices/main/ica-groups-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
],
"chain-b": [
"main",
"v7.3.0",
"v7.2.1",
"v7.2.0",
"v6.2.0",
"v6.1.1"
Expand All @@ -15,12 +17,6 @@
"TestInterchainAccountsGroupsIntegration"
],
"relayer-type": [
"rly"
],
"chain-binary": [
"simd"
],
"chain-image": [
"ghcr.io/cosmos/ibc-go-simd"
"hermes"
]
}
}
Loading

0 comments on commit d41e1fa

Please sign in to comment.