Skip to content

Commit

Permalink
Merge pull request #307 from nuttycom/data_access_api
Browse files Browse the repository at this point in the history
Data Access API (Low-level wallet persistence API)
  • Loading branch information
str4d authored Jan 20, 2021
2 parents 1a15760 + 7f43b05 commit 47348af
Show file tree
Hide file tree
Showing 29 changed files with 4,023 additions and 2,428 deletions.
9 changes: 7 additions & 2 deletions zcash_client_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,24 @@ group = "0.8"
hex = "0.4"
jubjub = "0.5.1"
nom = "5.1.2"
protobuf = "2.15"
protobuf = "2.20"
rand_core = "0.5.1"
subtle = "2.2.3"
time = "0.2"
zcash_primitives = { version = "0.4", path = "../zcash_primitives" }
proptest = { version = "0.10.1", optional = true }
percent-encoding = "2.1.0"

[build-dependencies]
protobuf-codegen-pure = "2.15"
protobuf-codegen-pure = "2.20"

[dev-dependencies]
gumdrop = "0.8"
rand_core = "0.5.1"
rand_xorshift = "0.2"
tempfile = "3.1.0"
zcash_client_sqlite = { version = "0.2", path = "../zcash_client_sqlite" }
zcash_proofs = { version = "0.4", path = "../zcash_proofs" }

[features]
test-dependencies = ["proptest", "zcash_primitives/test-dependencies"]
Expand Down
Loading

0 comments on commit 47348af

Please sign in to comment.