Skip to content

Commit e61e759

Browse files
committed
Rebuild test contracts for vm package
1 parent 8642a4b commit e61e759

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

packages/vm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ docker run --rm -v "$(pwd)":/code \
4040
--mount type=volume,source="devcontract_cache_hackatom",target=/code/contracts/hackatom/target \
4141
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
4242
cosmwasm/rust-optimizer:0.11.0 ./contracts/hackatom \
43-
&& cp artifacts/hackatom.wasm packages/vm/testdata/hackatom_0.14.wasm
43+
&& cp artifacts/hackatom.wasm packages/vm/testdata/hackatom_0.15.wasm
4444

4545
docker run --rm -v "$(pwd)":/code \
4646
--mount type=volume,source="devcontract_cache_ibc_reflect",target=/code/contracts/ibc-reflect/target \
4747
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
4848
cosmwasm/rust-optimizer:0.11.0 ./contracts/ibc-reflect \
49-
&& cp artifacts/ibc_reflect.wasm packages/vm/testdata/ibc_reflect_0.14.wasm
49+
&& cp artifacts/ibc_reflect.wasm packages/vm/testdata/ibc_reflect_0.15.wasm
5050
```
5151

5252
## Testing

packages/vm/testdata/hackatom.wasm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hackatom_0.14.wasm
1+
hackatom_0.15.wasm
194 KB
Binary file not shown.

packages/vm/testdata/ibc_reflect.wasm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ibc_reflect_0.14.wasm
1+
ibc_reflect_0.15.wasm
282 KB
Binary file not shown.

0 commit comments

Comments
 (0)