Releases: HathorNetwork/hathor-wallet-lib
Releases · HathorNetwork/hathor-wallet-lib
v0.16.11
Feature
- Only allow to set network as 'testnet' or 'mainnet'.
- Keep selected server when resetting wallet.
Fix
- Avoid adding parents size twice on calculate transaction weight method.
v0.16.10
Feature
- Create methods to create, mint and melt tokens in the new wallet class.
Fix
- Websocket message with network height update is being received again.
v0.16.9
Feature
- Create methods to customize gap limit parameter.
- Add method to get an address at a derivation path index.
- Accept inputs array as one of the parameters for the sendManyOutputsTransaction method on the new wallet class.
- Limit the number of addresses to search on the address_history request.
v0.16.6
Feature
- Add support for mining transactions on the testnet.
- Add method to get all addresses of the wallet.
v0.16.5
Fix
- Fix reward lock update when using new
HathorWallet
class.
v0.16.4
Feature
- Improve seed words validation with better return error messages.
- Add helper method to generate addresses from xpubkey.
Fix
- Fix websocket connection issues when using multiples wallets.
v0.16.2
Feature
- Use transaction mining API to mine transaction.
- Change push_tx endpoint to use POST.
v0.15.1
Fix
- Clean address key storage data before reloading data on new
HathorWallet
class.
v0.15.0
Feature
- Add method to send a transaction from an array of outputs in the new
HathorWallet
class.
v0.14.0
Feature
- Add method to generate xpubkey from xpriv.