zcash / librustzcash

Rust-language assets for Zcash
Other
324 stars 243 forks source link

Transaction builder support for spending (almost) arbitrary transparent inputs. #1360

Open nuttycom opened 2 months ago

nuttycom commented 2 months ago

Currently, the transaction builder only supports spending P2PKH coins. This issue can be closed once it is possible to spend (almost) arbitrary P2SH inputs.

In practice this means we should be able to create spends for scripts that have been observed in the Zcash ecosystem. See zcash/zcash#4099.