Skip to content

Releases: swan-bitcoin/xpub-tool

v0.3.0

03 Apr 13:34
dad4dfc
Compare
Choose a tag to compare

An instance of an ECC library implementing the secp256k1 curve must now be initialized within xpub-lib before generating taproot addresses. This allows consumers of the library to specify which implementation they wish to use, increasing compatibility.

What's Changed

  • remove tiny-secp256k1 from xpub-lib dependencies, add initEccLib function, require for taproot by @turkycat in #67

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Mar 23:20
d104c9e
Compare
Choose a tag to compare

Added support for taproot address generation and validation.

Removed xpub-tool package.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.2.0