librustzcash/zcash_keys/src
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
..
address.rs zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses 2024-04-05 16:48:13 -06:00
encoding.rs Apply suggestions from code review 2024-03-05 13:36:15 -07:00
keys.rs Fix broken intra-doc link. 2024-03-25 14:19:50 -06:00
lib.rs zcash_keys: Fix no-default-features compilation. 2024-03-14 11:59:58 -06:00