BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
86 stars 146 forks source link

Add minimal support for Dash's special transactions #25

Closed UdjinM6 closed 5 years ago

UdjinM6 commented 5 years ago

For more info about special transactions pls see https://github.com/dashpay/dips/blob/master/dip-0002.md

argjv commented 5 years ago

Thanks for the PR @UdjinM6 it looks promising. I'll be doing some testing this week and add my review. Thanks!

paddyquinn commented 5 years ago

Hi @UdjinM6. Thank you for the PR. We require all of our commits to the master repo to be gpg signed so we could not merge your PR to master. I have retargeted and merged it to a development branch. From there I have rebased against master and amended your commit with my signature (keeping you as the author). See #39 for the PR to master. Thanks again for your contribution!