Fetching storage proofs by light client (#252)

* storage proofs

* fixed grumbles

* Update lib.rs
This commit is contained in:
Svyatoslav Nikolsky
2018-08-12 13:48:40 +03:00
committed by Gav Wood
parent 10e00a4388
commit c346af29e0
16 changed files with 388 additions and 112 deletions
+1
View File
@@ -2841,6 +2841,7 @@ dependencies = [
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"substrate-client 0.1.0",
"substrate-codec 0.1.0",
"substrate-codec-derive 0.1.0",