Skip to content

Releases: FigureTechnologies/hdwallet

v0.4.4

10 May 16:29
107e48a
Compare
Choose a tag to compare

What's Changed

  • remove signer-provenance by @benarena in #67
  • stemming from removal of signer, clean up the unused dependencies by @benarena in #68
  • Fix Checksum Failed Message to Show the Mismatched Sums by @jdfigure in #72

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

05 Sep 17:21
b4a7e4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

18 Aug 20:10
cffbe19
Compare
Choose a tag to compare

What's Changed

  • Update dependency io.provenance:proto-kotlin from 1.14.1 to 1.15.0 by @figure-renovate in #55
  • Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.6.4 to 1.7.0 by @figure-renovate in #56
  • Update dependency io.grpc:grpc-protobuf from 1.54.1 to 1.55.1 by @figure-renovate in #57
  • Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.15.0 to 2.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

03 May 01:15
ccf65be
Compare
Choose a tag to compare

What's Changed

  • fix group name for publishing by @mtps in #54

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 May 00:19
0e358a1
Compare
Choose a tag to compare

What's Changed

  • Update actions/checkout action from v2 to v3 by @figure-renovate in #52
  • Update dependency io.provenance:proto-kotlin from 1.13.1 to 1.14.1 by @figure-renovate in #50
  • Update dependency io.grpc:grpc-protobuf from 1.51.0 to 1.54.1 by @figure-renovate in #49
  • Update dependency io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.3.0 by @figure-renovate in #48
  • Update dependency com.fasterxml.jackson.module:jackson-module-kotlin from 2.13.1 to 2.15.0 by @figure-renovate in #47
  • Update junit5 monorepo from 5.8.2 to 5.9.3 by @figure-renovate in #51
  • Update actions/setup-java action from v1 to v3 by @figure-renovate in #53

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 May 00:01
f845580
Compare
Choose a tag to compare

What's Changed

  • Update dependency gradle from 7.0.2 to 7.5.1 by @figure-renovate in #38
  • Update dependency gradle from 7.5.1 to 7.6.1 by @figure-renovate in #43
  • Update dependency jacoco from 0.8.7 to 0.8.8 by @figure-renovate in #41
  • Update dependency jacoco from 0.8.8 to 0.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 to v8 by @figure-renovate in #42

New Contributors

Full Changelog: v0.2.3...v0.3.0

v0.2.3

15 Dec 18:33
00cc53b
Compare
Choose a tag to compare

What's Changed

  • create Signer implementation compatible with the Provenance gRPC client by @benarena in #40

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Dec 20:55
09b5ca3
Compare
Choose a tag to compare

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 to ByteArray.packIntoBigInteger
    • Move BigInteger extension methods into own file
    • Rename decompressPublicKey() function's encode parameter to legacy to better explain purpose.
    • Make Curve and CurvePoint 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

07 Dec 22:31
55844a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Sep 16:53
1db595d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.2.0