Skip to content

Releases: HathorNetwork/hathor-wallet-headless

v0.22.0

18 Sep 22:15
3f85c28
Compare
Choose a tag to compare

What's Changed

  • Atomic swap with swap-service as medium
  • New parameters to allow authority operations to send custom token authorities to external addresses
  • Upgraded CI workflow and included the possibility to work with release-candidate versions
  • Improvements on the reliability of integration tests
  • Custom token authority operations for Multisig wallets
  • Improvements on the decode endpoint
  • Full refactor to use the new wallet-lib version with the new storage scheme
    • This includes changing most handlers to async.
    • Utxo filters amount_smaller_than and amount_bigger_than are now not inclusive.
    • History iteration is now always ordered by timestamp.
    • Fixed instances where the next "unused" address was already used (as change on previous operation)

Full Changelog: v0.21.0...v0.22.0

v0.22.0-rc5

18 Aug 17:42
v0.22.0-rc5
c4fc198
Compare
Choose a tag to compare

What's Changed

  • Move mine attribute to output payload in #328

Full Changelog: v0.22.0-rc3...v0.22.0-rc5

v0.22.0-rc4

04 Aug 14:55
3defcbd
Compare
Choose a tag to compare
v0.22.0-rc4 Pre-release
Pre-release

What's Changed

  • New multisig endpoints to work with custom tokens
  • Bump wallet-lib to most recent rc version

Full Changelog: v0.22.0-rc3...0.22.0-rc4

v0.22.0-rc3

04 Jul 17:27
8fe49d8
Compare
Choose a tag to compare
v0.22.0-rc3 Pre-release
Pre-release

v0.22.0-rc2

23 Jun 16:04
a826854
Compare
Choose a tag to compare
v0.22.0-rc2 Pre-release
Pre-release

Full Changelog: v0.20.0...v0.22.0-rc2

v0.21.0

19 May 01:08
v0.21.0
d9f2e43
Compare
Choose a tag to compare

What's Changed

  • feat: add new parameter to choose authority address for mint/melt APIs in #284
  • feat: add parameter to create token and create nft endpoints to set authority addresses in #285

Full Changelog: v0.20.0...v0.21.0

v0.20.0

13 Apr 13:00
79c836f
Compare
Choose a tag to compare

What's Changed

  • feat/Atomic Swap Service create in #275
  • fix: 'success' field was missing in one response body in #280
  • feat: Listened proposals in #279

Full Changelog: v0.19.3...v0.20.0

v0.19.3

17 Feb 17:54
01a1290
Compare
Choose a tag to compare

What's Changed

  • docs: update plugin docs
  • fix: tests for timelocked utxos were failing because they were locked until 02/2023
  • fix: event name typo

Full Changelog: v0.19.2...v0.19.3

v0.19.2

20 Dec 23:46
f8c95fa
Compare
Choose a tag to compare

What's Changed

  • Minor import fix for logger module

Full Changelog: v0.19.1...v0.19.2

v0.19.1

18 Dec 03:53
34b6d45
Compare
Choose a tag to compare

Features

  • Improve performance of processing after loading wallet history.