Skip to content

Releases: HathorNetwork/hathor-wallet-lib

v1.5.0

21 May 15:51
v1.5.0
b18bc0d
Compare
Choose a tag to compare

What's Changed

  • chore: Pin dependency versions in #633
  • fix: getTxHistory in #630
  • fix: fix codecov upload with token in #638
  • fix: Failing tests on CI in #641
  • chore: Upgrades NodeJS to 20 in #635
  • feat: add first_block to ITxHistory and getTxHistory in #644
  • chore: Upgrades jest and related in #643
  • chore: upgrade crypto-js in #645
  • fix: async registerNanoContract call in #646
  • chore: Upgrades axios in #634
  • feat: add support for optional parameters in nano contract serializer/deserializer in #647
  • feat: add cleanTokens to new/wallet in #648

Full Changelog: v1.4.1...v1.5.0

v1.4.1

27 Mar 18:27
400c319
Compare
Choose a tag to compare

What's Changed

  • Allow externally signed nano contract transactions

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Mar 14:25
1a86eb1
Compare
Choose a tag to compare

What's Changed

  • Add classes to deserialize and parse nano contract arguments and objects.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

20 Mar 00:06
8274de8
Compare
Choose a tag to compare

What's Changed

  • Stop reversing dataToSignHash internally.
  • Add initial support for Nano Contract.
  • Allow externally signed wallets to register a signing method for transactions,

Full Changelog: v1.2.0...v1.3.0

v1.2.0

16 Feb 14:21
v1.2.0
30d0201
Compare
Choose a tag to compare

What's Changed

  • refactor: move parse script method from output model to an utils method in #605
  • chore: use new hathor-core health endpoint in #608

Full Changelog: v1.1.0...v1.2.0

v1.1.0

19 Jan 13:35
6f37b48
Compare
Choose a tag to compare

What's Changed

  • feat: add support for multiple data script outputs when creating a token in #596
  • fix: address index method should return null in case the address does not belong to the wallet in #598

Full Changelog: v1.0.4...v1.1.0

v1.0.4

12 Dec 14:49
e460c00
Compare
Choose a tag to compare

What's Changed

  • New index-limit address scanning policy allows manual control of loaded addresses.
  • Configure gap-limit on a per-wallet instance basis.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 Nov 15:22
v1.0.3
58b2015
Compare
Choose a tag to compare

What's Changed

  • Compile entrypoint file with typescript by @r4mmer in #577
  • Fix promise leak on getVersion by @alexruzenhack in #584
  • Use yml as configuration file for hathor core in integration tests by @pedroferreira1 in #588
  • Wait until the first block is mined before start the integration tests, to release the genesis reward by @pedroferreira1 in #589
  • Start marking utxos as spent when tx is received for integration tests by @pedroferreira1 in #590
  • Support health-check endpoints on hathor-core and tx-mining-service by @luislhl in #579

Full Changelog: v1.0.2...v1.0.3

v1.0.2

08 Sep 16:38
bfc2901
Compare
Choose a tag to compare

What's changed

  • Started using the "best utxo selection" algorithm when creating custom token transactions.
  • Added an option to clean the registered tokens from storage when cleaning storage.
  • After syncing the history we fetch all token configs, added a retry strategy with exponential backoff to reduce sync errors
  • Do not stop the wallet when changing the server configuration.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Aug 14:10
1a9c3d6
Compare
Choose a tag to compare

What's Changed

  • Concentrate definitions of lock mechanisms on the utilities and not inline

Full Changelog: v1.0.0...v1.0.1