v0.9.0 release
The following fixes and improvements are included in this release:
Bitcoin::PSBT
supports PSBT data read from file and write to file.Bitcoin::Taproot::SimpleBuilder
change following:- The interface that receives script and leaf version has been changed to an interface that receives
Bitcoin::Taproot::LeafNode
. Bitcoin::Taproot
provides some utility methods to help spending P2TR.
- The interface that receives script and leaf version has been changed to an interface that receives
For more detail about how to build and spend P2TR, see the Wiki page.