mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 18:11:10 +00:00
Wasm execution optimizations (#466)
* WASM execution optimizations * Dropped min-heap-pages * Fixed tests * Fixed tests 2
This commit is contained in:
committed by
Gav Wood
parent
f46c770225
commit
098cfcd319
@@ -200,7 +200,7 @@ mod tests {
|
||||
timestamp: Some(Default::default()),
|
||||
};
|
||||
|
||||
::client::new_in_mem(LocalDispatch::with_heap_pages(8, 8), genesis_config).unwrap()
|
||||
::client::new_in_mem(LocalDispatch::with_heap_pages(8), genesis_config).unwrap()
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user