Skip to content

Commit

Permalink
Merge branch 'feat/wasm-clients' into steve/feat/wasm-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
misko9 authored Sep 14, 2023
2 parents aaaab5a + 090bc9f commit 4f1bfa3
Show file tree
Hide file tree
Showing 364 changed files with 11,666 additions and 2,617 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
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
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/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
6 changes: 2 additions & 4 deletions .github/compatibility-test-matrices/main/client-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@
"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",
"TestClient_Update_Misbehaviour",
"TestAllowedClientsParam"
],
"relayer-type": [
Expand Down
7 changes: 2 additions & 5 deletions .github/compatibility-test-matrices/main/client-chain-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"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 @@ -20,7 +17,7 @@
],
"test": [
"TestClientUpdateProposal_Succeeds",
"TestAllowedClientsParam"
"TestClient_Update_Misbehaviour"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"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 Down
3 changes: 2 additions & 1 deletion .github/compatibility-test-matrices/main/ica-chain-a.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestControllerEnabledParam"
],
"relayer-type": [
"rly"
Expand Down
3 changes: 2 additions & 1 deletion .github/compatibility-test-matrices/main/ica-chain-b.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"test": [
"TestMsgSendTx_SuccessfulTransfer",
"TestMsgSendTx_FailedTransfer_InsufficientFunds",
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA"
"TestMsgSendTx_SuccessfulTransfer_AfterReopeningICA",
"TestHostEnabledParam"
],
"relayer-type": [
"rly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"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": [
"TestIncentivizedTransferTestSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"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": [
"TestTransferTestSuite"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"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,9 +19,7 @@
"TestMsgTransfer_Succeeds_Nonincentivized",
"TestMsgTransfer_Fails_InvalidAddress",
"TestMsgTransfer_Timeout_Nonincentivized",
"TestMsgTransfer_WithMemo",
"TestSendEnabledParam",
"TestReceiveEnabledParam"
"TestMsgTransfer_WithMemo"
],
"relayer-type": [
"rly"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4f1bfa3

Please sign in to comment.