Skip to content

Commit

Permalink
chore: bump wasmvm to 1.5.2 (#534)
Browse files Browse the repository at this point in the history
* bumping wasmvm

* Update Dockerfile.deprecated

* Update CHANGELOG.md
  • Loading branch information
spoo-bar authored Jan 19, 2024
1 parent 690d44f commit 1f72e5a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Contains all the PRs that improved the code without changing the behaviors.
- [#507](https://github.com/archway-network/archway/pull/507) – Version bump wasmd to v0.45.0 and cosmos-sdk to v0.47.6
- [#529](https://github.com/archway-network/archway/pull/529) – Version bump wasmd to v0.47.6 and cosmos-sdk to v0.47.7
- [#531](https://github.com/archway-network/archway/pull/531) - Bump wasmvm from v1.5.0 to v1.5.1. Ref: [CWA-2023-004](https://github.com/CosmWasm/advisories/blob/main/CWAs/CWA-2023-004.md)
- [#534](https://github.com/archway-network/archway/pull/534) - Bump wasmvm to v1.5.2.

### Deprecated

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.deprecated
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.19.5-alpine3.17 AS go-builder
# arch can be either x86_64 for amd64 or aarch64 for arm
ARG arch=x86_64
ARG libwasmvm_version=v1.5.1
ARG libwasmvm_aarch64_sha=b89c242ffe2c867267621a6469f07ab70fc204091809d9c6f482c3fdf9293830
ARG libwasmvm_amd64_sha=c0f4614d0835be78ac8f3d647a70ccd7ed9f48632bc1374db04e4df2245cb467
ARG libwasmvm_version=v1.5.2
ARG libwasmvm_aarch64_sha=e78b224c15964817a3b75a40e59882b4d0e06fd055b39514d61646689cef8c6e
ARG libwasmvm_amd64_sha=e660a38efb2930b34ee6f6b0bb12730adccb040b6ab701b8f82f34453a426ae7

# this comes from standard alpine nightly file
# https://github.com/rust-lang/docker-rust-nightly/blob/master/alpine3.12/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
cosmossdk.io/tools/rosetta v0.2.1
github.com/CosmWasm/cosmwasm-go v0.5.1-0.20220822092235-974247a04ac7
github.com/CosmWasm/wasmd v0.45.0
github.com/CosmWasm/wasmvm v1.5.1
github.com/CosmWasm/wasmvm v1.5.2
github.com/archway-network/voter v0.0.0-00010101000000-000000000000
github.com/cometbft/cometbft v0.37.4
github.com/cometbft/cometbft-db v0.8.0
Expand Down
Loading

0 comments on commit 1f72e5a

Please sign in to comment.