Releases: HathorNetwork/hathor-wallet-headless
Releases · HathorNetwork/hathor-wallet-headless
v0.6.0
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
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
Feature
- Add token parameter to
/balance
,/send-tx
,/simple-send-tx
; - Create new endpoints to create, mint and melt tokens.
v0.5.5
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
Fix
- Load wallet with a customized
GAP_LIMIT
(bigger one) now works without GET URI problems.
v0.5.3
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
Feature
- Add API to return all addresses of a wallet.
- Add support to mine transactions on the testnet.
v0.5.1
Fix
- Fix reward lock update in real time.
v0.5.0
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
Features
- Add endpoint
send-tx
to send a transaction from an array of outputs.