Parse compact blocks to find wallet transactions

This commit is contained in:
Jack Grigg
2018-10-12 18:24:25 +01:00
parent 2dd2fc620e
commit 5ec94b5db5
5 changed files with 234 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
ff = { path = "../ff" }
hex = "0.3"
pairing = { path = "../pairing" }
protobuf = "2"
zcash_primitives = { path = "../zcash_primitives" }
@@ -17,4 +19,5 @@ protobuf-codegen-pure = "2"
[dev-dependencies]
rand_core = "0.5"
rand_os = "0.2"
rand_xorshift = "0.2"