Releases: adityapk00/zecwallet-lite
Zecwallet Lite v1.1.9: Bugfix
This version of Zecwallet fixes an issue where some users would see the error "Failed to fill whole buffer"
v1.1.8: Loooooooong Memos!
Zecwallet Lite now lets you send memos of any length to any z-address! It will automatically split long memos across multiple transactions. It will also seamlessly assemble multi-part memos when receiving them. So you no longer have to worry about the 512-character limit.
Zecwallet Lite uses a simple text encoding to split memos, so even if the receiving wallet doesn't explicitly support multi part memos, the users will still be able to receive them.
Zecwallet Lite also properly formats newlines and emojis in memos.
Zecwallet Lite v1.1.7: Custom LightwalletD
This version of Zecwallet Lite allows you to connect to your own LightwalletD node, so you don't have to depend on Zecwallet's infrastructure. Please look at LightwalletD to see how to run your own node.
Zecwallet Lite v1.1.6: Performance fixes
This version of Zecwallet Lite fixes several performance issues, further increasing UI responsiveness
- Prevent duplicate network API calls when sending Transactions
- Load only 100 txns by default on the transactions screen
- Improve error messages if server is not reachable, other network issues
- Fix an issue where rescan wouldn't complete properly.
Zecwallet Lite v1.1.5: Transparent tx fix
This version of Zecwallet Lite fixes an issue where some types of transparent transactions were erroring out.
Zecwallet Lite v1.1.4: UI Improvements
This version of Zecwallet Lite features several UI performance improvements to reduce lag and improve responsiveness.
- Remove duplicate checks to get server's block height
- Consolidate syncing into 1 call per refresh
- Do sync in the background
- Remove unnecessary
await
s.
Zecwallet Lite: v1.1.3: Minor bugfixes
This version features minor improvements:
- Added a context menu to allow cut-copy-paste on textboxes etc...
- Fixed some warnings during development
- Remove async state changes to react
Minor Bugfixes
This is a minor bugfix release of Zecwallet Lite that fixes some small issues:
- Fix some CSS issues where some alignment was off
- Add padding around QR codes
- Remove dead code
Security Fix
This version fixes a security issue where a network attacker could have presented a self-signed SSL certificate that would be accepted by Zecwallet lightclient.
New React UI
This version of Zecwallet Lite now features the brand new React UI!
The all-new React UI is written from the ground up to be easy-to-use and fast. The Lightclient library itself still runs natively (via rust), so you get the same fast syncing speeds with the flexibility of a Javascript based UI.
As always, if you run into issues, please file a bug