mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Switch to shiny new fast, RLP-less trie (#795)
* Bump codec * Fix tests * Patricia trie builds * Introduce trie * Some yak shaving. * Some fixes * Remove RLP ref * Fixes * It builds! * Some tests fixed * Another test fix * Rejig more hashes * substrate-trie::iterator_works test * Update lock * Polish * Docs * Undo incorrect "fix" for tests * Fix nits
This commit is contained in:
committed by
Arkadiy Paronyan
parent
b02c274374
commit
82d6ca3484
@@ -18,9 +18,8 @@ rlp = { version = "0.2.4", optional = true }
|
||||
twox-hash = { version = "1.1.0", optional = true }
|
||||
byteorder = { version = "1.1", default_features = false }
|
||||
wasmi = { version = "0.4", optional = true }
|
||||
hashdb = { version = "0.2.1", default_features = false }
|
||||
patricia-trie = { version = "0.2.1", optional = true }
|
||||
plain_hasher = { version = "0.2", default_features = false }
|
||||
hash-db = { git = "https://github.com/paritytech/trie", default_features = false }
|
||||
hash256-std-hasher = { git = "https://github.com/paritytech/trie", default_features = false }
|
||||
ring = { version = "0.12", optional = true }
|
||||
untrusted = { version = "0.5", optional = true }
|
||||
hex-literal = { version = "0.1", optional = true }
|
||||
@@ -41,6 +40,8 @@ std = [
|
||||
"fixed-hash/heapsizeof",
|
||||
"fixed-hash/libc",
|
||||
"parity-codec/std",
|
||||
"hash256-std-hasher/std",
|
||||
"hash-db/std",
|
||||
"sr-std/std",
|
||||
"serde/std",
|
||||
"rustc-hex/std",
|
||||
@@ -52,7 +53,5 @@ std = [
|
||||
"base58",
|
||||
"serde_derive",
|
||||
"byteorder/std",
|
||||
"patricia-trie",
|
||||
"rlp",
|
||||
"elastic-array",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user