v1.9.0 release
This release contains
- Migrate merkle tree implementation to merkle gem. This change replaces the
Bitcoin::MerkleTreeclass withBitcoin::PartialTree, which restores a partial tree. If you want to build a complete tree, please migrate to the merkle gem. - Support
musig()descriptor defined by BIP-390.
Full Changelog: v1.8.2...v1.9.0