btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
480 stars 410 forks source link

address: add AddressTaproot #205

Closed guggero closed 3 years ago

guggero commented 3 years ago

Fixes https://github.com/btcsuite/btcutil/issues/200.

guggero commented 3 years ago

Rebased and polished my old code I had lying around for this. PTAL @Roasbeef

Roasbeef commented 3 years ago

Once this is in, we'll also want to update this method as well: https://pkg.go.dev/github.com/btcsuite/btcd/txscript#PayToAddrScript

As well as this type: https://pkg.go.dev/github.com/btcsuite/btcd/txscript#PkScript