Releases: FigureTechnologies/hdwallet
Releases · FigureTechnologies/hdwallet
v0.4.4
v0.4.3
What's Changed
- fix missing keyid bracket by @piercetrey-figure in #64
- Allow Account indexing using DerivationPath instance directly by @mwoods-figure in #65
- Allow creation of a wallet from a BIP32 encoded key @mwoods-figure
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Update dependency io.provenance:proto-kotlin from
1.14.1
to1.15.0
by @figure-renovate in #55 - Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core from
1.6.4
to1.7.0
by @figure-renovate in #56 - Update dependency io.grpc:grpc-protobuf from
1.54.1
to1.55.1
by @figure-renovate in #57 - Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from
2.15.0
to2.15.1
by @figure-renovate in #59 - Add a typed DerivationPath implementation by @mwoods-figure in #62
- Update to use the generic OSSRH_GPG_SECRET_KEY_ID value by @mtps in #63
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
What's Changed
- Update actions/checkout action from
v2
tov3
by @figure-renovate in #52 - Update dependency io.provenance:proto-kotlin from
1.13.1
to1.14.1
by @figure-renovate in #50 - Update dependency io.grpc:grpc-protobuf from
1.51.0
to1.54.1
by @figure-renovate in #49 - Update dependency io.github.gradle-nexus.publish-plugin from
1.1.0
to1.3.0
by @figure-renovate in #48 - Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from
2.13.1
to2.15.0
by @figure-renovate in #47 - Update junit5 monorepo from
5.8.2
to5.9.3
by @figure-renovate in #51 - Update actions/setup-java action from
v1
tov3
by @figure-renovate in #53
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Update dependency gradle from
7.0.2
to7.5.1
by @figure-renovate in #38 - Update dependency gradle from
7.5.1
to7.6.1
by @figure-renovate in #43 - Update dependency jacoco from
0.8.7
to0.8.8
by @figure-renovate in #41 - Update dependency jacoco from
0.8.8
to0.8.9
by @figure-renovate in #45 - Add Datadog service definition to register applications in the Service Catalog by @cloud-janitors-figure in #44
- Update dependency gradle from
7.6.1
tov8
by @figure-renovate in #42
New Contributors
- @cloud-janitors-figure made their first contribution in #44
Full Changelog: v0.2.3...v0.3.0
v0.2.3
v0.2.2
What's Changed
- Configure Renovate by @figure-renovate in #34
- Simplify public key creation + bug fix + other stuff by @mwoods-figure in #37
- Simplify creation of PublicKey from base64 encoded string using the default curve + add documentation
- Update documentation for key conversion
- Fix bug in
PublicKey.fromBytes()
, where the byte array was being packed into a BigInteger and not being decompressed as would be reasonably expected - Add
ByteArray.packIntoBigInteger()
extension method to pack the contents of a byte array into a BigInteger w/o performing decompression - Add deprecation notice to
ByteArray.toBigInteger()
extension method due to potentially wrong usage and point toByteArray.packIntoBigInteger
- Move
BigInteger
extension methods into own file - Rename
decompressPublicKey()
function's encode parameter to legacy to better explain purpose. - Make
Curve
andCurvePoint
constructors internal, since they should never be used outside of the module
New Contributors
- @figure-renovate made their first contribution in #34
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add pathing from the Account type down to child accounts by @mtps in #36
- Remove @jphorec as a code owner by @mwoods-figure in #35
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- adding some fuzz testing around wallet by @wbaker-figure in #31
- migrations by @wbaker-figure in #32
- Staging profile id update by @wbaker-figure in #33
New Contributors
- @wbaker-figure made their first contribution in #31
Full Changelog: v0.1.15...v0.2.0