OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
73 stars 41 forks source link

Update tx handling to support Zcash "sapling" hardfork #49

Closed cpacia closed 5 years ago

cpacia commented 5 years ago

Looks like zcash changed the tx format and sighash algorithm with the latest hardfork and our code isn't compatible.

New spec is here. https://github.com/zcash/zips/blob/master/zip-0243.rst

Test vector 3 looks like it defines the t address format.