Skip to content

Releases: HathorNetwork/hathor-wallet-headless

v0.6.0

24 Feb 22:52
fd229e4
Compare
Choose a tag to compare

Feature

  • Add change address as optional parameter in send transaction and create/mint/melt tokens APIs.
  • Add optional parameter in config to set a custom ws connection timeout.
  • Add optional debug parameter to send-tx API.
  • Add utxo details and utxo consolidation APIs.

Fix

  • Prevent error when sending a transaction while a reload in the websocket happens.

v0.5.7

15 Feb 20:55
d70f731
Compare
Choose a tag to compare

Fix

  • Prevent an utxo to be selected for more than one transaction before the transaction that spent it first is received in the websocket.

v0.5.6

19 Jan 22:01
3fadd01
Compare
Choose a tag to compare

Feature

  • Add token parameter to /balance, /send-tx, /simple-send-tx;
  • Create new endpoints to create, mint and melt tokens.

v0.5.5

05 Jan 01:09
b8bc034
Compare
Choose a tag to compare

Feature

  • Load address with multiples chunks, instead of requesting all addresses of the gap limit;
  • Raise error in caso of address subscription failure.

v0.5.4

24 Dec 04:37
4958e8d
Compare
Choose a tag to compare

Fix

  • Load wallet with a customized GAP_LIMIT (bigger one) now works without GET URI problems.

v0.5.3

23 Dec 12:27
ff06e5f
Compare
Choose a tag to compare

Feature

  • Add index optional parameter in /address GET API to get an address at index derivation path.
  • Add support to optionally select the inputs on /send-tx API.
  • Add limit parameter on /tx-history API to get only the last N transactions.
  • Add gapLimit to the config.js file to make is customizable.

v0.5.2

20 Dec 06:17
7634c45
Compare
Choose a tag to compare

Feature

  • Add API to return all addresses of a wallet.
  • Add support to mine transactions on the testnet.

v0.5.1

23 Sep 22:59
0e436ca
Compare
Choose a tag to compare

Fix

  • Fix reward lock update in real time.

v0.5.0

18 Sep 21:45
702b6fb
Compare
Choose a tag to compare

Features

  • Send transactions using transaction mining service, improving the speed and reducing the chance to have timeouts.

Fixes

  • Fix websocket connection issues when using more than one wallet.

v0.4.0

17 Jul 23:42
Compare
Choose a tag to compare

Features

  • Add endpoint send-tx to send a transaction from an array of outputs.