Start using trie db

This commit is contained in:
Bastian Köcher
2019-04-03 22:10:13 +02:00
parent 80b222c79d
commit 2c6bf07e7d
10 changed files with 1355 additions and 3703 deletions
+1
View File
@@ -14,3 +14,4 @@ std = [
"runtime/std",
"substrate-test-runtime/std",
]
wasm = ["runtime/wasm"]
+202 -2702
View File
File diff suppressed because it is too large Load Diff
+2 -4
View File
@@ -12,10 +12,8 @@ crate-type = ["cdylib"]
cumulus-test-runtime = { path = "..", default-features = false }
[features]
default = []
std = [
"cumulus-test-runtime/std",
]
default = ["wasm"]
wasm = ["cumulus-test-runtime/wasm"]
[profile.release]
panic = "abort"