librustzcash/zcash_client_backend/src/data_api
Kris Nuttycombe b60600a4c3 zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses
Prior to this change, the recipient of a sent transaction would always
be shown as the protocol-level address, instead of any unified address
intended as the recipient. Now, instead of reencoding the recipient
address, we use the original `ZcashAddress` value from the payment
request.
2024-04-05 16:48:13 -06:00
..
chain Rename `zcash_client_backend::welding_rig` to `zcash_client_backend::scanning` 2023-07-03 10:49:03 -06:00
scanning zcash_client_backend: make the `SpanningTree` type usable outside of `zcash_client_sqlite` 2023-09-18 11:22:35 -06:00
wallet zip321: Make `Payment` fields private. 2024-04-05 16:30:31 -06:00
chain.rs zcash_client_backend: Implement async wallet synchronization function 2024-04-02 00:26:08 +00:00
error.rs zcash_client_backend: Update to use extracted `zip321` crate 2024-04-05 16:25:21 -06:00
scanning.rs zcash_client_backend: Add documentation for the `data_api` module. 2024-03-01 00:47:15 +00:00
wallet.rs zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses 2024-04-05 16:48:13 -06:00