Commit Graph

11 Commits

Author SHA1 Message Date
Jack Grigg 408a05b469 Migrate to production version of Zcash Rust crates 2023-09-26 17:46:22 +00:00
Jack Grigg 1943e7ef9e Migrate to `zcash_client_sqlite` with fast spendability 2023-09-11 20:56:50 +00:00
Jack Grigg 44f151c750 Add `list-tx` and `list-unspent` commands 2023-09-01 00:52:37 +00:00
Jack Grigg 4f02192408 Name threads 2023-07-10 12:40:38 +00:00
Jack Grigg 620001574f Use `tracing` for logging 2023-07-06 00:23:44 +00:00
Jack Grigg 6e7681f4ae Remove `tls-api-rustls` dependency
It was left over in zcash/librustzcash#317 from an earlier version that
used the `grpc` crate. The version imported into this repository had
been migrated to `zcash_client_backend 0.6` which switched to the
`tonic` crate for gRPC, which doesn't use `tls-api`.
2023-07-05 02:36:02 +00:00
Jack Grigg 62b58243ab zcash_client_sqlite 0.7 2023-07-05 02:32:49 +00:00
Jack Grigg d3f53f6939 zcash_client_sqlite 0.6 2023-07-05 02:29:30 +00:00
Jack Grigg cb92a67534 zcash_client_sqlite 0.5 2023-07-05 02:26:32 +00:00
Jack Grigg ddcd1a79f9 Example CLI wallet using zcash_client_sqlite
This is a direct port of zcash/librustzcash#317, with minor tweaks to
account for the missing `std::error::Error` impls that the original PR
included, and removing the `src/init.rs` file left over from a previous
rebase of the PR.
2023-07-05 00:52:02 +00:00
Jack Grigg 84faf68d3f Empty binary crate 2023-07-05 00:28:20 +00:00