mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
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:
committed by
Bastian Köcher
parent
d5ecec3775
commit
ad60af5f13
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user