1.4 KiB
1.4 KiB
Changelog
All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog, and this library adheres to Rust's notion of Semantic Versioning.
[Unreleased]
The entries below are relative to the zcash_client_backend
crate as of
zcash_client_backend-0.10.0
.
Added
impl From<zcash_address:ConversionError<E>> for Zip321Error
Changed
zip321::Payment::recipient_address
has typezcash_address::ZcashAddress
zip321::Payment::without_memo
now takes azcash_address::ZcashAddress
for itsrecipient_address
argument.- Uses of
zcash_primitives::transaction::components::amount::NonNegartiveAmount
have been replace withzcash_protocol::value::Zatoshis
. Also, some incorrect uses of the signedzcash_primitibves::transaction::components::amount Amount
type have been corrected via replacement with theZatoshis
type. - The following methods that previously required a
zcash_primitives::consensus::Parameters
argument to facilitate address parsing no longer take such an argument.zip321::TransactionRequest::{to_uri, from_uri}
zip321::render::addr_param
zip321::parse::{lead_addr, zcashparam}
zip321::Param::Memo
now boxes its argument.zip321::Param::Addr
now wraps azcash_address::ZcashAddress