Releases: FigureTechnologies/hdwallet
Releases · FigureTechnologies/hdwallet
v0.1.15
What's Changed
- Bug Fix: Fix conversion from BCECPublicKey to hdwallet PublicKey by @mwoods-figure in #30
Full Changelog: v0.1.14...v0.1.15
v0.1.14
What's Changed
- Patch 2022-01-19 by @mwoods-figure in #27
- Update CODEOWNERS by @jphorec in #29
- ECDSA - signature conversion and refactor by @mwoods-figure in #28
New Contributors
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- Add more key conversion extension methods + upgrade Junit by @mwoods-figure in #24
- Update authors list by @mwoods-figure in #25
- Patch 2022-01-05 by @mwoods-figure in #26
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Small patch PR (12/30/2021) by @mwoods-figure in #23
- Add bip32 serializations to account by @mtps in #22
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- Proper bip32 account shortcut by @mtps in #20
- Wallet - new create methods and arguments by @mwoods-figure in #21
New Contributors
- @mwoods-figure made their first contribution in #21
Full Changelog: v0.1.9...v0.1.11
Add Account.fromBip32 helper function
Release 0.1.9
What's Changed
- add conversion from PrivateKey -> Java Private Key by @piercetrey-figure in #19
New Contributors
- @piercetrey-figure made their first contribution in #19
Full Changelog: v0.1.8...v0.1.9
Release v0.1.8
add signing (#18)
Release v0.1.0
Enable gradle publish for releases. (#3) * Turn on gradle publishing for maven central for created releases. * Add a maven central badge to readme for current version.