Expose proof generation and verifying api. (#4646)

* Expose proof generation and verifying api.

* tabs to spaces

* bring back license comment

* Revert "tabs to spaces"

This reverts commit 4c3f72f9ef76b6a9f8988ed15b1bab17a9e51d2f.

* Formatting and docs nits

* Bump deps versions

* Upadte Cargo.lock

* into -> in
This commit is contained in:
Fedor Sakharov
2020-01-17 17:47:21 +03:00
committed by Bastian Köcher
parent d5ecec3775
commit ad60af5f13
5 changed files with 158 additions and 29 deletions
@@ -9,7 +9,7 @@ edition = "2018"
log = "0.4.8"
parking_lot = "0.9.0"
hash-db = "0.15.2"
trie-db = "0.18.1"
trie-db = "0.19.2"
trie-root = "0.15.2"
sp-trie = { version = "2.0.0", path = "../trie" }
sp-core = { version = "2.0.0", path = "../core" }