Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Releases: adityapk00/zecwallet-lite

Zecwallet Lite v1.1.9: Bugfix

04 May 02:06
Compare
Choose a tag to compare

This version of Zecwallet fixes an issue where some users would see the error "Failed to fill whole buffer"

v1.1.8: Loooooooong Memos!

28 Apr 16:52
Compare
Choose a tag to compare

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.

image

Zecwallet Lite v1.1.7: Custom LightwalletD

21 Apr 16:27
Compare
Choose a tag to compare

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.

image

Zecwallet Lite v1.1.6: Performance fixes

06 Apr 02:46
Compare
Choose a tag to compare

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

04 Apr 17:25
8f0b964
Compare
Choose a tag to compare

This version of Zecwallet Lite fixes an issue where some types of transparent transactions were erroring out.

See zcash/librustzcash#220

Zecwallet Lite v1.1.4: UI Improvements

02 Apr 16:20
Compare
Choose a tag to compare

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 awaits.

Zecwallet Lite: v1.1.3: Minor bugfixes

01 Apr 03:29
Compare
Choose a tag to compare

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

21 Mar 17:22
Compare
Choose a tag to compare

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

07 Mar 04:37
Compare
Choose a tag to compare

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

06 Mar 18:16
5b634b1
Compare
Choose a tag to compare

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