File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup network
18
18
run : |
19
19
mkdir ~/genesis
20
- cd tests/e2e && docker- compose up -d
20
+ cd tests/e2e && docker compose up -d
21
21
docker ps
22
22
sleep 20
23
23
30
30
run : cd tests/e2e && go test
31
31
32
32
- name : Teardown
33
- run : cd tests/e2e && docker- compose down
33
+ run : cd tests/e2e && docker compose down
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ require (
46
46
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
47
47
github.com/99designs/keyring v1.2.1 // indirect
48
48
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
50
50
github.com/StackExchange/wmi v1.2.1 // indirect
51
51
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
52
52
github.com/armon/go-metrics v0.4.1 // indirect
Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ github.com/ChainSafe/go-schnorrkel v1.0.0 h1:3aDA67lAykLaG1y3AOjs88dMxC88PgUuHRr
210
210
github.com/ChainSafe/go-schnorrkel v1.0.0 /go.mod h1:dpzHYVxLZcp8pjlV+O+UR8K0Hp/z7vcchBSbMBEhCw4 =
211
211
github.com/CosmWasm/wasmd v0.45.0 h1:9zBqrturKJwC2kVsfHvbrA++EN0PS7UTXCffCGbg6JI =
212
212
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 =
215
215
github.com/DataDog/datadog-go v3.2.0+incompatible /go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ =
216
216
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible /go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0 =
217
217
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow =
You can’t perform that action at this time.
0 commit comments