sp-trie: Switch to thiserror and some other small cleanups (#10954)

* sp-trie: Switch to thiserror and some other small cleanups

* Add some extra method for converting a compact proof to a memory db
This commit is contained in:
Bastian Köcher
2022-03-01 23:33:47 +01:00
committed by GitHub
parent 6006968199
commit fe5a50129a
6 changed files with 74 additions and 126 deletions
+1
View File
@@ -10362,6 +10362,7 @@ dependencies = [
"sp-core",
"sp-runtime",
"sp-std",
"thiserror",
"trie-bench",
"trie-db",
"trie-root",