diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da901da..2ebafea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - [#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 diff --git a/Dockerfile.deprecated b/Dockerfile.deprecated index d1f285fa..b63dc320 100644 --- a/Dockerfile.deprecated +++ b/Dockerfile.deprecated @@ -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 diff --git a/go.mod b/go.mod index 4af09439..b64fd8b1 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,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 diff --git a/go.sum b/go.sum index 1798d417..1d041a95 100644 --- a/go.sum +++ b/go.sum @@ -225,8 +225,8 @@ github.com/CosmWasm/cosmwasm-go v0.5.1-0.20220822092235-974247a04ac7 h1:aENjurRl github.com/CosmWasm/cosmwasm-go v0.5.1-0.20220822092235-974247a04ac7/go.mod h1:qCTzr8cQYwoYdA9AT4azEVbiYGjULS1nrUgw6YScXks= github.com/CosmWasm/tinyjson v0.9.0 h1:sPjgikATp5W0vD/v/Qz99uQ6G/lh/SuK0Wfskqua4Co= github.com/CosmWasm/tinyjson v0.9.0/go.mod h1:5+7QnSKrkIWnpIdhUT2t2EYzXnII3/3MlM0oDsBSbc8= -github.com/CosmWasm/wasmvm v1.5.1 h1:2MHN9uFyHP6pxfvpBJ0JW6ujvAIBk9kQk283zyri0Ro= -github.com/CosmWasm/wasmvm v1.5.1/go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc= +github.com/CosmWasm/wasmvm v1.5.2 h1:+pKB1Mz9GZVt1vadxB+EDdD1FOz3dMNjIKq/58/lrag= +github.com/CosmWasm/wasmvm v1.5.2/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys= github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/DataDog/zstd v1.5.0/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=