Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
195 changes: 101 additions & 94 deletions .circleci/config.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.81.0
targets: wasm32-unknown-unknown
- name: Build hackatom wasm
run: cargo wasm --locked
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.81.0
targets: wasm32-unknown-unknown
components: clippy, rustfmt
- name: "Cache build artifacts"
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.74.0
toolchain: 1.81.0
components: rustfmt
- name: "Cache build artifacts"
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to
- cosmwasm-std: Make `instantiate2_address_impl` public and let it take a new
`len` argument to allow truncating address data as part of the generation
process. ([#2155])
- cosmwasm-vm: Updated wasmer to 5.0.4 ([#2374])

## Fixed

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

## [2.2.0] - 2024-12-17

Expand Down
Loading