Skip to content

v0.8.0 release

Compare
Choose a tag to compare
@azuchi azuchi released this 29 Jun 10:49
· 147 commits to master since this release

The following fixes and improvements are included in this release:

  • Add strict data check for transaction parsing(8e3f985)
  • Accelerating taproot testing through parallel execution
  • Speed up to use libsecp256k1 with Bitcoin::ExtPubkey#derive same as ExtKey#derive(b3b2ec9)
  • Implement Bitcoin::MessageSign that sign any message using key(see wiki)
  • Add Bitcoin::Script#p2tr? which check script whether P2TR or not(f164afe)
  • Add Bitcoin::Taproot::SimpleBuilder to support building Taproot P2TR and creating transactions when spending it.