Releases: swan-bitcoin/xpub-tool
Releases · swan-bitcoin/xpub-tool
v0.3.0
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
Added support for taproot address generation and validation.
Removed xpub-tool
package.
What's Changed
- upgrade github actions by @turkycat in #62
- upgrade to caravan from (deprecated) unchained-bitcoin, add taproot support by @turkycat & @bertonjulian in #61
- Update build pipeline and add publish workflow by @bertonjulian in #64
New Contributors
- @turkycat made their first contribution in #61
- @bertonjulian made their first contribution in #61
Full Changelog: v0.1.4...v0.2.0