Skip to content

Commit

Permalink
fix typo + mergify backports for 08-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Aug 9, 2024
1 parent 1650a95 commit 52acab0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v8.0.x
- name: backport patches to v0.3.x wasm ibc-go v7.3.x & wasmvm 1.5.x branch
- name: backport patches to v0.3.x wasm ibc-go v7.4.x & wasmvm 1.5.x branch
conditions:
- base=main
- label=backport-wasm-v0.3.x+ibc-go-v7.3.x-wasmvm-v1.5.x
- label=backport-wasm-v0.3.x+ibc-go-v7.4.x-wasmvm-v1.5.x
actions:
backport:
branches:
- 08-wasm/release/v0.3.x+ibc-go-v7.4.x-wasmvm-v1.5.x
- name: backport patches to v0.4.x wasm ibc-go v8.3.x & wasmvm 2.0.x branch
- name: backport patches to v0.4.x wasm ibc-go v8.4.x & wasmvm 2.0.x branch
conditions:
- base=main
- label=backport-wasm-v0.4.x+ibc-go-v8.3.x-wasmvm-v2.0.x
- label=backport-wasm-v0.4.x+ibc-go-v8.4.x-wasmvm-v2.0.x
actions:
backport:
branches:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (light-clients/06-solomachine, light-clients/07-tendermint) [\#6891](https://github.com/cosmos/ibc-go/pull/6891) The `VerifyMembership` and `VerifyNonMembership` functions of solomachine's `ClientState` have been made private. The `VerifyMembership`, `VerifyNonMembership`, `GetTimestampAtHeight`, `Status` and `Initialize` functions of tendermint's `ClientState` have been made private.
* (core/04-channel) [\#6902](https://github.com/cosmos/ibc-go/pull/6902) Add channel version to core application callbacks.
* (core/03-connection, core/02-client) [\#6937](https://github.com/cosmos/ibc-go/pull/6937) Remove 'ConsensusHost' interface, also removing self client and consensus state validation in the connection handshake.
* (core/24-host) [\#6882](https://github.com/cosmos/ibc-go/issues/6882) All functions ending in `Path` have been removed from 24-host in favour of their sybling functions ending in `Key`.
* (core/24-host) [\#6882](https://github.com/cosmos/ibc-go/issues/6882) All functions ending in `Path` have been removed from 24-host in favour of their sibling functions ending in `Key`.
* (apps/27-interchain-accounts) [\#7053](https://github.com/cosmos/ibc-go/pull/7053) Remove ICS27 channel capability migration introduced in v6.

### State Machine Breaking
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/05-migrations/13-v8-to-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ type PacketDataUnmarshaler interface {

### 24-host

All functions ending with `Path` naming have been removed in favour of their sybling function which ends in `Key`.
All functions ending with `Path` naming have been removed in favour of their sibling function which ends in `Key`.

## IBC Apps

Expand Down

0 comments on commit 52acab0

Please sign in to comment.