Releases: HathorNetwork/hathor-wallet-headless
Releases · HathorNetwork/hathor-wallet-headless
v0.22.0
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
andamount_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
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
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
Full Changelog: v0.22.0-rc2...v0.22.0-rc3
v0.22.0-rc2
Full Changelog: v0.20.0...v0.22.0-rc2
v0.21.0
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
v0.19.3
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
v0.19.1
Features
- Improve performance of processing after loading wallet history.