Skip to content

Commit f93e5aa

Browse files
authored
Merge pull request #2374 from CosmWasm/co/wasmer-update
Upgrade to Wasmer 5 and refactor Gatekeeper
2 parents 8b9697e + 4fe18ab commit f93e5aa

File tree

28 files changed

+17104
-4042
lines changed

28 files changed

+17104
-4042
lines changed

.circleci/config.yml

Lines changed: 101 additions & 94 deletions
Large diffs are not rendered by default.

.github/workflows/contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.74.0
36+
toolchain: 1.81.0
3737
targets: wasm32-unknown-unknown
3838
- name: Build hackatom wasm
3939
run: cargo wasm --locked

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: 1.74.0
21+
toolchain: 1.81.0
2222
targets: wasm32-unknown-unknown
2323
components: clippy, rustfmt
2424
- name: "Cache build artifacts"
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.74.0
38+
toolchain: 1.81.0
3939
components: rustfmt
4040
- name: "Cache build artifacts"
4141
uses: Swatinem/rust-cache@v2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to
2727
- cosmwasm-std: Make `instantiate2_address_impl` public and let it take a new
2828
`len` argument to allow truncating address data as part of the generation
2929
process. ([#2155])
30+
- cosmwasm-vm: Updated wasmer to 5.0.4 ([#2374])
3031

3132
## Fixed
3233

@@ -40,6 +41,7 @@ and this project adheres to
4041
[#2337]: https://github.com/CosmWasm/cosmwasm/issues/2337
4142
[#2340]: https://github.com/CosmWasm/cosmwasm/pull/2340
4243
[#2344]: https://github.com/CosmWasm/cosmwasm/pull/2344
44+
[#2374]: https://github.com/CosmWasm/cosmwasm/issues/2155
4345

4446
## [2.2.0] - 2024-12-17
4547

0 commit comments

Comments
 (0)