Skip to content

Releases: HathorNetwork/hathor-wallet-headless

v0.19.0

29 Nov 14:18
69b3878
Compare
Choose a tag to compare

New features

  • support for external wallet notifications
  • support for readonly wallets

Notable changes

  • ci: Add CodeQL workflow
  • docs: remove irrelevant parameter from docs examples

Full Changelog: v0.18.0...v0.19.0

v0.18.0

17 Oct 16:16
4a129fb
Compare
Choose a tag to compare

What's Changed

  • New atomic-swap feature

Full Changelog: v0.17.0...v0.18.0

v0.17.0

11 Aug 21:06
56adc48
Compare
Choose a tag to compare

What's Changed

Features

  • API to get number of blocks confirming a tx.

Fixes

  • Fixed bug when generating change output in p2sh/tx-proposal API.

Full Changelog: v0.16.0...v0.17.0

v0.16.0

01 Aug 12:59
7b28f16
Compare
Choose a tag to compare

What's Changed

Features

  • Add new endpoint to return token configuration string.

Full Changelog: v0.15.0...v0.16.0

v0.15.0

21 Jul 20:39
e20508d
Compare
Choose a tag to compare

What's Changed

  • ci: push docker image to AWS ECR in #217
  • fix: add scripts folder to docker image folder in #220
  • refactor: move apikey auth to middleware folder in #219
  • feat: add errorCode in the response for when some wallets are already started in #218

Full Changelog: v0.14.1...v0.15.0

v0.14.1

28 Jun 18:22
000abcd
Compare
Choose a tag to compare

Fixes

  • Fix regression bug when starting the wallet using docker.

v0.14.0

21 Jun 17:54
2328c8f
Compare
Choose a tag to compare

Features

  • Enable multisig
  • set version in user agent
  • individual wallets for each unit test

Full Changelog: v0.13.0...v0.14.0

v0.13.0

23 May 17:45
b9eb7f7
Compare
Choose a tag to compare

Features

  • Add support for sending a transaction with data outputs.
  • Improve performance of integration tests.

v0.12.0

19 Apr 20:36
265d7fb
Compare
Choose a tag to compare

Features

  • feat: allow setting tx mining service apikey in #175

Fixes

  • fix: testnet url on QA in #170
  • fix: utxo-filter parameter only-available in #181

Other

  • Refactor of ExpressJS files in #174
  • Integration tests: utxo-filter, utxo-consolidation, create-nft in #164
  • chore: bump nodejs versions in #171

v0.11.1

29 Mar 14:15
1e6c692
Compare
Choose a tag to compare

Features

  • Add integration tests.

Fixes

  • Fixes issue on route /send-tx with custom token and filter query by address.
  • Transactions can be sent to P2SH addresses.

Chores

  • Minor improvement on config file.