Commit cae151e 1 parent 9d3398e commit cae151e Copy full SHA for cae151e
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN apk add --no-cache $PACKAGES
11
11
ARG WASMVM_VERSION=v2.0.0
12
12
ADD https://github.com/CosmWasm/wasmvm/releases/download/${WASMVM_VERSION}/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
13
13
ADD https://github.com/CosmWasm/wasmvm/releases/download/${WASMVM_VERSION}/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
14
- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 2687afbdae1bc6c7c8b05ae20dfb8ffc7ddc5b4e056697d0f37853dfe294e913
15
- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 465e3a088e96fd009a11bfd234c69fb8a0556967677e54511c084f815cf9ce63
14
+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 3b478b3e51d31e53ce9324a8895d2cd7278af5179b9a02ea55d8627958e42afa
15
+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep ca08bb7b73b49b483611d9755bb8455620bb8c0faf3014400908ed49bf3b19a5
16
16
RUN cp "/lib/libwasmvm_muslc.$(uname -m).a" /lib/libwasmvm_muslc.a
17
17
18
18
COPY go.mod go.sum* ./
Original file line number Diff line number Diff line change 1
1
module github.com/cosmos/gaia/v19
2
2
3
- go 1.22.3
3
+ go 1.22.4
4
4
5
5
require (
6
6
cosmossdk.io/api v0.7.5
@@ -48,7 +48,6 @@ require (
48
48
cloud.google.com/go/iam v1.1.8 // indirect
49
49
cloud.google.com/go/storage v1.41.0 // indirect
50
50
github.com/golang/protobuf v1.5.4 // indirect
51
- // github.com/gravity-devs/liquidity v1.6.0
52
51
github.com/grpc-ecosystem/grpc-gateway v1.16.0
53
52
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
54
53
google.golang.org/grpc v1.64.0 // indirect
You can’t perform that action at this time.
0 commit comments