Skip to content

Commit e8eea4a

Browse files
committed
Remove check_contract example
1 parent a180a56 commit e8eea4a

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ and this project adheres to
1818

1919
- cosmwasm-vm: Add checks for table section of Wasm blob ([#1631]).
2020
- cosmwasm-vm: Limit number of imports during static validation ([#1629]).
21+
- cosmwasm-vm: The `check_contract` example was removed. Please use the crate
22+
[cosmwasm-check](https://crates.io/crates/cosmwasm-check) instead ([#1511]).
2123

24+
[#1511]: https://github.com/CosmWasm/cosmwasm/issues/1511
2225
[#1629]: https://github.com/CosmWasm/cosmwasm/pull/1629
2326
[#1631]: https://github.com/CosmWasm/cosmwasm/pull/1631
2427

packages/vm/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ allow_interface_version_7 = []
3434
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
3535
bench = false
3636

37-
[[example]]
38-
name = "check_contract"
39-
required-features = ["iterator"]
40-
4137
[dependencies]
4238
clru = "0.4.0"
4339
# Uses the path when built locally; uses the given version from crates.io when published

packages/vm/examples/check_contract.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)