librustzcash/zcash_client_backend/src
Jack Grigg 3ad07cad9e zcash_client_backend: Reduce scope of `lightwalletd-tonic` feature flag
The `zcash_client_backend::proto::service::compact_tx_streamer_client`
is now the only module controlled by that feature flag, exposing the
service types for use by parsers.
2023-08-31 20:32:04 +00:00
..
data_api zcash_client_sqlite: Initialize the scan queue as part of `init_blocks_table` 2023-08-21 09:03:31 -06:00
fees Add Orchard support to `zcash_primitives::transaction::builder::Builder` 2023-06-23 14:09:59 -06:00
proto zcash_client_backend: Reduce scope of `lightwalletd-tonic` feature flag 2023-08-31 20:32:04 +00:00
address.rs Fix clippy lints for 1.65 2023-05-16 15:59:58 +00:00
data_api.rs Apply suggestions from code review 2023-08-29 17:02:46 -06:00
decrypt.rs Parameterize `DecryptedOutput` by note type. 2023-04-26 14:47:10 -06:00
encoding.rs Add `sapling::keys::DiversifiedTransmissionKey` 2023-01-24 15:02:38 +00:00
fees.rs Fix typos in error type `Display` messages 2022-11-11 05:33:48 +00:00
keys.rs zcash_client_backend: Add test-only convenience methods for default addresses. 2023-08-28 14:05:17 -06:00
lib.rs Move chain continuity checks into `scan_block_with_runner` 2023-07-03 10:49:03 -06:00
proto.rs zcash_client_backend: Reduce scope of `lightwalletd-tonic` feature flag 2023-08-31 20:32:04 +00:00
scan.rs
scanning.rs zcash_client_backend: Precompute IVKs in `scan_cached_blocks` 2023-07-25 02:21:15 +00:00
wallet.rs zcash_client_backend: Replace `WalletWrite::advance_by_block` with `WalletWrite::put_block` 2023-06-29 15:35:18 -06:00
zip321.rs Clarify `Zip321Error::TooManyPayments` documentation. 2023-06-06 09:29:43 -06:00