mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
Fix compact proof decoding unaccessed last child trie. (#9715)
* fix no child proof attached but root included. * small stress test for proof of child tries. * rust fmt
This commit is contained in:
@@ -35,6 +35,7 @@ tracing = { version = "0.1.22", optional = true }
|
||||
hex-literal = "0.3.1"
|
||||
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
|
||||
pretty_assertions = "0.6.1"
|
||||
rand = { version = "0.7.2", feature = ["small_rng"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user