Skip to content

Commit

Permalink
fix: XCS incorrect channel (osmosis-labs#8876)
Browse files Browse the repository at this point in the history
* fixed bad channel fetch

* update deps

* updated tests and wasm bytecode

* test: adjusted ibc-hooks tests for differing channel names

* chore: comments

* chore: fix typo

* chore: changelog

* build: fixed cosmwasm version

* ci: bump rustc

* test: fixed failing test for new error message

* test: compiled bytecode

---------

Co-authored-by: Nicolas Lara <[email protected]>
  • Loading branch information
crnbarr93 and nicolaslara authored Dec 10, 2024
1 parent 7152967 commit e7abc79
Show file tree
Hide file tree
Showing 11 changed files with 911 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install toolchain
uses: dtolnay/rust-toolchain@1.69.0
uses: dtolnay/rust-toolchain@1.76.0
with:
target: wasm32-unknown-unknown

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### State Compatible
* [#8831](https://github.com/osmosis-labs/osmosis/pull/8831) chore: bump cometbft
* [#8876](https://github.com/osmosis-labs/osmosis/pull/8876) (xcs) fix: XCS incorrect channel

## v27.0.0

Expand Down
Loading

0 comments on commit e7abc79

Please sign in to comment.