This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
Release v1.2.1
Changelog:
- Implemented SLP Tokens Wallet features (Send, View and Receive)
- Implemented SLP NFT wallet features (Send, View by group and Receive)
- Added SLP tokens and NFT API in provider (supported by wallet)
- Added API for SLP Genesis, SLP Send, NFT Group Genesis and NFT Child genesis transactions
- Drop usage of BCHD
- Replaced rest.bitcoin.com with decentralized Electrum Cash clustered servers with random selection
- Added SLPDB utility functions
- Added customized support for popular NFT tokens in BCH ecosystem
- Added logic to avoid spending SLP batons and UTXOs
- Fixed a bug with wallet send fee calculation
- Fixed a bug with error handling of Electrum
- Refactored some important transaction functions with better UTXO management
- Refactored UTXO handling to separate function
- Removed CashAccount creation while making a new wallet
- Added examples for new APIs
- Added toast to show the connected Electrum server to the user
- Fixed a bug with wallet import
- Updated the logo
- Various small fixes, code and UI improvements