v0.8.0 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 asExtKey#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.