Skip to content

Commit 708683d

Browse files
authored
fix: wasmvm v1.5.4 (#145)
* fix: wasmvm v1.5.4 * fix: docker compose
1 parent 89a6ef1 commit 708683d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup network
1818
run: |
1919
mkdir ~/genesis
20-
cd tests/e2e && docker-compose up -d
20+
cd tests/e2e && docker compose up -d
2121
docker ps
2222
sleep 20
2323
@@ -30,4 +30,4 @@ jobs:
3030
run: cd tests/e2e && go test
3131

3232
- name: Teardown
33-
run: cd tests/e2e && docker-compose down
33+
run: cd tests/e2e && docker compose down

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
4747
github.com/99designs/keyring v1.2.1 // indirect
4848
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
49-
github.com/CosmWasm/wasmvm v1.5.1 // indirect
49+
github.com/CosmWasm/wasmvm v1.5.4 // indirect
5050
github.com/StackExchange/wmi v1.2.1 // indirect
5151
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
5252
github.com/armon/go-metrics v0.4.1 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRr
210210
github.com/ChainSafe/go-schnorrkel v1.0.0/go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4=
211211
github.com/CosmWasm/wasmd v0.45.0 h1:9zBqrturKJwC2kVsfHvbrA++EN0PS7UTXCffCGbg6JI=
212212
github.com/CosmWasm/wasmd v0.45.0/go.mod h1:RnSAiqbNIZu4QhO+0pd7qGZgnYAMBPGmXpzTADag944=
213-
github.com/CosmWasm/wasmvm v1.5.1 h1:2MHN9uFyHP6pxfvpBJ0JW6ujvAIBk9kQk283zyri0Ro=
214-
github.com/CosmWasm/wasmvm v1.5.1/go.mod h1:fXB+m2gyh4v9839zlIXdMZGeLAxqUdYdFQqYsTha2hc=
213+
github.com/CosmWasm/wasmvm v1.5.4 h1:Opqy65ubJ8bMsT08dn85VjRdsLJVPIAgIXif92qOMGc=
214+
github.com/CosmWasm/wasmvm v1.5.4/go.mod h1:Q0bSEtlktzh7W2hhEaifrFp1Erx11ckQZmjq8FLCyys=
215215
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
216216
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
217217
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=

0 commit comments

Comments
 (0)