diff --git a/.github/.codespellignore b/.github/.codespellignore new file mode 100644 index 00000000000..a28b2cedab9 --- /dev/null +++ b/.github/.codespellignore @@ -0,0 +1,2 @@ +clientA +connectionA diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml index ec1b3337bff..85f5845ea86 100644 --- a/.github/workflows/spell-checker.yml +++ b/.github/workflows/spell-checker.yml @@ -19,7 +19,7 @@ jobs: continue-on-error: true run: | sudo apt-get install codespell -y - codespell -w --skip="*.pb.go,*.pb.gw.go,*.json,*.git,*.js,*.h,*.bin,go.sum,go.mod,.github" + codespell -w --skip="*.pb.go,*.pb.gw.go,*.json,*.git,*.js,*.h,*.bin,go.sum,go.mod,.github" --ignore-words=.github/.codespellignore - uses: peter-evans/create-pull-request@v7 if: github.event_name != 'pull_request' with: @@ -30,4 +30,4 @@ jobs: body: | This PR fixes typos in the codebase. Please review it, and merge if everything is fine. - If there are proto changes, run `make proto-all` and commit the changes. \ No newline at end of file + If there are proto changes, run `make proto-all` and commit the changes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 48438165af4..bf059d539a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -181,7 +181,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Improvements -* (apps/27-interchain-accounts, apps/tranfer, apps/29-fee) [\#6253](https://github.com/cosmos/ibc-go/pull/6253) Allow channel handshake to succeed if fee middleware is wired up on one side, but not the other. +* (apps/27-interchain-accounts, apps/transfer, apps/29-fee) [\#6253](https://github.com/cosmos/ibc-go/pull/6253) Allow channel handshake to succeed if fee middleware is wired up on one side, but not the other. * (apps/27-interchain-accounts) [\#6251](https://github.com/cosmos/ibc-go/pull/6251) Use `UNORDERED` as the default ordering for new ICA channels. * (apps/transfer) [\#6268](https://github.com/cosmos/ibc-go/pull/6268) Use memo strings instead of JSON keys in `AllowedPacketData` of transfer authorization. * (core/ante) [\#6278](https://github.com/cosmos/ibc-go/pull/6278) Performance: Exclude pruning from tendermint client updates in ante handler executions. @@ -395,7 +395,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (apps/27-interchain-accounts) [\#6147](https://github.com/cosmos/ibc-go/pull/6147) Emit an event signalling that the host submodule is disabled. * (testing) [\#6180](https://github.com/cosmos/ibc-go/pull/6180) Add version to tm abci headers in ibctesting. -* (apps/27-interchain-accounts, apps/tranfer, apps/29-fee) [\#6253](https://github.com/cosmos/ibc-go/pull/6253) Allow channel handshake to succeed if fee middleware is wired up on one side, but not the other. +* (apps/27-interchain-accounts, apps/transfer, apps/29-fee) [\#6253](https://github.com/cosmos/ibc-go/pull/6253) Allow channel handshake to succeed if fee middleware is wired up on one side, but not the other. * (apps/transfer) [\#6268](https://github.com/cosmos/ibc-go/pull/6268) Use memo strings instead of JSON keys in `AllowedPacketData` of transfer authorization. ### Features diff --git a/docs/versioned_docs/version-v5.4.x/01-ibc/09-roadmap.md b/docs/versioned_docs/version-v5.4.x/01-ibc/09-roadmap.md index 7204f09dc3c..7d3392ed5ba 100644 --- a/docs/versioned_docs/version-v5.4.x/01-ibc/09-roadmap.md +++ b/docs/versioned_docs/version-v5.4.x/01-ibc/09-roadmap.md @@ -7,7 +7,7 @@ slug: /roadmap/roadmap # Roadmap ibc-go -*Lastest update: July 7, 2022* +*Latest update: July 7, 2022* This document endeavours to inform the wider IBC community about plans and priorities for work on ibc-go by the team at Interchain GmbH. It is intended to broadly inform all users of ibc-go, including developers and operators of IBC, relayer, chain and wallet applications. diff --git a/docs/versioned_docs/version-v6.3.x/01-ibc/09-roadmap.md b/docs/versioned_docs/version-v6.3.x/01-ibc/09-roadmap.md index 7204f09dc3c..7d3392ed5ba 100644 --- a/docs/versioned_docs/version-v6.3.x/01-ibc/09-roadmap.md +++ b/docs/versioned_docs/version-v6.3.x/01-ibc/09-roadmap.md @@ -7,7 +7,7 @@ slug: /roadmap/roadmap # Roadmap ibc-go -*Lastest update: July 7, 2022* +*Latest update: July 7, 2022* This document endeavours to inform the wider IBC community about plans and priorities for work on ibc-go by the team at Interchain GmbH. It is intended to broadly inform all users of ibc-go, including developers and operators of IBC, relayer, chain and wallet applications. diff --git a/docs/versioned_docs/version-v7.8.x/01-ibc/09-roadmap.md b/docs/versioned_docs/version-v7.8.x/01-ibc/09-roadmap.md index 94fa7e376ef..12f580b4df2 100644 --- a/docs/versioned_docs/version-v7.8.x/01-ibc/09-roadmap.md +++ b/docs/versioned_docs/version-v7.8.x/01-ibc/09-roadmap.md @@ -7,7 +7,7 @@ slug: /roadmap/roadmap # Roadmap ibc-go -*Lastest update: December 21st, 2022* +*Latest update: December 21st, 2022* This document endeavours to inform the wider IBC community about plans and priorities for work on ibc-go by the team at Interchain GmbH. It is intended to broadly inform all users of ibc-go, including developers and operators of IBC, relayer, chain and wallet applications. diff --git a/modules/apps/transfer/types/packet_test.go b/modules/apps/transfer/types/packet_test.go index 254cec03522..5da67149fca 100644 --- a/modules/apps/transfer/types/packet_test.go +++ b/modules/apps/transfer/types/packet_test.go @@ -33,7 +33,7 @@ func TestFungibleTokenPacketDataValidateBasic(t *testing.T) { {"valid packet with memo", types.NewFungibleTokenPacketData(denom, amount, sender, receiver, "memo"), nil}, {"valid packet with large amount", types.NewFungibleTokenPacketData(denom, largeAmount, sender, receiver, ""), nil}, {"invalid denom", types.NewFungibleTokenPacketData("", amount, sender, receiver, ""), types.ErrInvalidDenomForTransfer}, - {"invalid denom, invalid portID", types.NewFungibleTokenPacketData("(tranfer)/channel-1/uatom", amount, sender, receiver, ""), host.ErrInvalidID}, + {"invalid denom, invalid portID", types.NewFungibleTokenPacketData("(transfer)/channel-1/uatom", amount, sender, receiver, ""), host.ErrInvalidID}, {"invalid empty amount", types.NewFungibleTokenPacketData(denom, "", sender, receiver, ""), types.ErrInvalidAmount}, {"invalid zero amount", types.NewFungibleTokenPacketData(denom, "0", sender, receiver, ""), types.ErrInvalidAmount}, {"invalid negative amount", types.NewFungibleTokenPacketData(denom, "-1", sender, receiver, ""), types.ErrInvalidAmount},