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
+1 -1
View File
@@ -35,7 +35,7 @@ pallet-timestamp = { version = "2.0.0", default-features = false, path = "../../
sc-client = { version = "0.8", optional = true, path = "../../client" }
sp-trie = { version = "2.0.0", default-features = false, path = "../../primitives/trie" }
sp-transaction-pool = { version = "2.0.0", default-features = false, path = "../../primitives/transaction-pool" }
trie-db = { version = "0.18.1", default-features = false }
trie-db = { version = "0.19.2", default-features = false }
[dev-dependencies]
sc-executor = { version = "0.8", path = "../../client/executor" }