Skip to content

Commit

Permalink
Merge pull request #2042 from CosmWasm/update-wasmer
Browse files Browse the repository at this point in the history
Update wasmer
  • Loading branch information
chipshort authored Mar 7, 2024
2 parents 43c93f4 + 530dfb4 commit 9a23983
Show file tree
Hide file tree
Showing 23 changed files with 1,321 additions and 1,642 deletions.
152 changes: 76 additions & 76 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ and this project adheres to
`::addr_canonicalize`/`::addr_humanize` for consistency.
- cosmwasm-vm: Add `BackendApi::addr_validate` to avoid having to do two calls
from Rust into Go.
- cosmwasm-vm: Upgrade Wasmer to 4.2.5; Bump `MODULE_SERIALIZATION_VERSION` to
"v9". ([#1992])
- cosmwasm-vm: Upgrade Wasmer to 4.2.6; Bump `MODULE_SERIALIZATION_VERSION` to
"v9". ([#1992], [#2042])
- cosmwasm-std: Rename `GovMsg::vote` to `GovMsg::option` ([#1999])
- cosmwasm-vm: Read `Region` from Wasm memory as bytes and convert to `Region`
afterwards ([#2005])
Expand Down Expand Up @@ -131,6 +131,7 @@ and this project adheres to
[#1992]: https://github.com/CosmWasm/cosmwasm/pull/1992
[#1999]: https://github.com/CosmWasm/cosmwasm/pull/1999
[#2005]: https://github.com/CosmWasm/cosmwasm/pull/2005
[#2042]: https://github.com/CosmWasm/cosmwasm/pull/2042

### Removed

Expand Down
Loading

0 comments on commit 9a23983

Please sign in to comment.