zcash / librustzcash

Rust-language assets for Zcash
Other
333 stars 249 forks source link

Make it possible to construct proposals that spend stored transparent funds (P2PKH and P2SH) #1370

Open str4d opened 5 months ago

str4d commented 5 months ago

We don't necessarily want this behaviour exposed in e.g. the mobile SDKs, but it is necessary functionality for a zcashd wallet replacement, and needs to be implemented somewhere (maybe behind a feature flag).

Currently this functionality exists in zcashd_client_backend but is restricted to wallet-internal shielding transactions (which logically means we do not support spending from stored transparent funds).