librustzcash/zcash_keys
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
..
src zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses 2024-04-05 16:48:13 -06:00
CHANGELOG.md zcash_client_sqlite: Use `ZcashAddress` for persistence of sent note addresses 2024-04-05 16:48:13 -06:00
Cargo.toml Release zcash_keys version 0.2.0 2024-03-25 11:34:21 -06:00
LICENSE-APACHE Split `zcash_keys` crate out from `zcash_client_backend` 2024-01-16 13:49:42 -07:00
LICENSE-MIT Split `zcash_keys` crate out from `zcash_client_backend` 2024-01-16 13:49:42 -07:00
README.md Split `zcash_keys` crate out from `zcash_client_backend` 2024-01-16 13:49:42 -07:00

README.md

zcash_keys

This library contains Rust structs and traits for Zcash key and address parsing and encoding.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.