Start using trie db

This commit is contained in:
Bastian Köcher
2019-04-03 22:10:13 +02:00
parent fe14e0730f
commit b7871f0fd3
10 changed files with 1355 additions and 3703 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ use std::collections::BTreeMap;
use codec::{KeyedVec, Encode};
const WASM_CODE: &'static [u8] =
const WASM_CODE: &[u8] =
include_bytes!("../../test-runtime/wasm/target/wasm32-unknown-unknown/release/cumulus_test_runtime.compact.wasm");
fn create_witness_data() -> BTreeMap<Vec<u8>, Vec<u8>> {