zcash_client_sqlite::scan::scan_cached_blocks()

This commit is contained in:
Jack Grigg
2019-03-09 03:12:31 +00:00
parent 68291090c6
commit 9a742d25ea
5 changed files with 737 additions and 0 deletions

View File

@@ -7,9 +7,15 @@ authors = [
edition = "2018"
[dependencies]
bech32 = "0.7"
ff = { path = "../ff" }
protobuf = "2"
rusqlite = { version = "0.20", features = ["bundled"] }
zcash_client_backend = { path = "../zcash_client_backend" }
zcash_primitives = { path = "../zcash_primitives" }
[dev-dependencies]
pairing = { path = "../pairing" }
rand_core = "0.5"
rand_os = "0.2"
tempfile = "3"