File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ RUN apk add git
1515WORKDIR /code
1616COPY . /code/
1717# See https://github.com/CosmWasm/wasmvm/releases
18- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.1 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19- ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.4.1 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep a8259ba852f1b68f2a5f8eb666a9c7f1680196562022f71bb361be1472a83cfd
21- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 324c1073cb988478d644861783ed5a7de21cfd090976ccc6b1de0559098fbbad
18+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
19+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.5.0 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
20+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 2687afbdae1bc6c7c8b05ae20dfb8ffc7ddc5b4e056697d0f37853dfe294e913
21+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 465e3a088e96fd009a11bfd234c69fb8a0556967677e54511c084f815cf9ce63
2222
2323# Copy the library you want to the final location that will be found by the linker flag `-lwasmvm_muslc`
2424RUN cp /lib/libwasmvm_muslc.${arch}.a /lib/libwasmvm_muslc.a
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ compatibility list:
2727
2828| wasmd | wasmvm | cosmwasm-vm | cosmwasm-std |
2929| -------| --------------| -------------| --------------|
30+ | 0.44 | v1.5.0 | | 1.0-1.5 |
31+ | 0.43 | v1.4.1 | | 1.0-1.4 |
3032| 0.42 | v1.4.0 | | 1.0-1.4 |
3133| 0.41 | v1.3.0 | | 1.0-1.3 |
3234| 0.40 | v1.2.3 | | 1.0-1.2 |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/CosmWasm/wasmd
33go 1.20
44
55require (
6- github.com/CosmWasm/wasmvm v1.4.1
6+ github.com/CosmWasm/wasmvm v1.5.0
77 github.com/cosmos/cosmos-proto v1.0.0-beta.2
88 github.com/cosmos/cosmos-sdk v0.47.5
99 github.com/cosmos/gogogateway v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
211211github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
212212github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg =
213213github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d /go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4 =
214- github.com/CosmWasm/wasmvm v1.4.1 h1:YgodVlBrXa2HJZzOXjWDH0EIRwQzK3zuA73dDPRRLS4 =
215- github.com/CosmWasm/wasmvm v1.4.1 /go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc =
214+ github.com/CosmWasm/wasmvm v1.5.0 h1:3hKeT9SfwfLhxTGKH3vXaKFzBz1yuvP8SlfwfQXbQfw =
215+ github.com/CosmWasm/wasmvm v1.5.0 /go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc =
216216github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
217217github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible /go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0 =
218218github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg =
You can’t perform that action at this time.
0 commit comments