librustzcash/components/zcash_protocol/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
..
constants `zcash_address`: Add support for ZIP 320, TEX addresses. 2024-03-06 14:59:16 +00:00
consensus.rs Replace `unstable-nu6` and `zfuture` feature flags with cfg flags 2024-03-10 18:42:39 +00:00
constants.rs Move `zcash_primitives::{consensus, constants}` to the `zcash_protocol` crate 2024-03-05 09:45:24 -07:00
lib.rs zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses 2024-04-05 16:48:13 -06:00
local_consensus.rs Replace `unstable-nu6` and `zfuture` feature flags with cfg flags 2024-03-10 18:42:39 +00:00
memo.rs zcash_protocol: Add `TryFrom<&MemoBytes>` for `Memo` 2024-03-08 13:48:30 -07:00
value.rs Apply suggestions from code review 2024-03-05 20:03:46 -07:00