File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ and this project adheres to
18
18
19
19
- cosmwasm-vm: Add checks for table section of Wasm blob ([ #1631 ] ).
20
20
- 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 ] ).
21
23
24
+ [ #1511 ] : https://github.com/CosmWasm/cosmwasm/issues/1511
22
25
[ #1629 ] : https://github.com/CosmWasm/cosmwasm/pull/1629
23
26
[ #1631 ] : https://github.com/CosmWasm/cosmwasm/pull/1631
24
27
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ allow_interface_version_7 = []
34
34
# See https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
35
35
bench = false
36
36
37
- [[example ]]
38
- name = " check_contract"
39
- required-features = [" iterator" ]
40
-
41
37
[dependencies ]
42
38
clru = " 0.4.0"
43
39
# Uses the path when built locally; uses the given version from crates.io when published
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments