ZcashFoundation / zebra

Zcash - Financial Privacy in Rust 🦓
https://zfnd.org/zebra/
Apache License 2.0
412 stars 106 forks source link

Implement `createrawtransaction` RPC method #8952

Open mpguerra opened 1 month ago

mpguerra commented 1 month ago

Motivation

This is required for zcashd deprecation.

More details about this method can be found here: https://zcash.github.io/rpc/createrawtransaction.html

elijahhampton commented 1 week ago

I created a draft PR for this issue here: https://github.com/ZcashFoundation/zebra/pull/9017. Test will be submitted in the next commit.