We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b5edd commit b4e7fb9Copy full SHA for b4e7fb9
packages/vm/examples/multi_threaded_cache.rs
@@ -27,7 +27,7 @@ const THREADS: usize = STORE_CODE_THREADS + INSTANTIATION_THREADS;
27
pub fn main() {
28
let options = CacheOptions::new(
29
TempDir::new().unwrap().into_path(),
30
- capabilities_from_csv("iterator,staking"),
+ capabilities_from_csv("iterator,staking,cosmwasm_1_1,cosmwasm_1_2,cosmwasm_1_3,cosmwasm_1_4,cosmwasm_2_0,cosmwasm_2_1,cosmwasm_2_2"),
31
MEMORY_CACHE_SIZE,
32
DEFAULT_MEMORY_LIMIT,
33
);
0 commit comments