Skip to content

v0.9.0 release

Compare
Choose a tag to compare
@azuchi azuchi released this 12 Nov 12:04
· 136 commits to master since this 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.

For more detail about how to build and spend P2TR, see the Wiki page.