Skip to content

Releases: ZcashFoundation/zecwallet

Fast Sync the Zcash blockchain

04 Jun 17:23
Compare
Choose a tag to compare

ZecWallet v0.7.0 brings an exciting new feature - Fast Initial block sync.

If you're starting a node from scratch, ZecWallet can now do a "fast sync", which will skip some expensive transaction verification for blocks that are already checkpointed. This improves initial download of the blockchain by 25% - 33%. Learn More

image

Sapling migration tool

24 May 17:15
Compare
Choose a tag to compare

This release of ZecWallet updates the embedded zcashd to 2.0.5-2, and adds support for the native Sprout -> Sapling migration tool.

Go to Apps -> Sapling Turnstile and simply check the box to enable Sprout -> Sapling migration. Your Sprout funds will slowly move to your Sapling Addresses every 500 blocks. Please see the zcashd blog post for more details

image

Recurring Payments!

14 May 21:11
41bc296
Compare
Choose a tag to compare

ZecWallet now has Recurring Payments on testnet!

You can now setup regular, recurring payments and have ZecWallet automatically pay ZEC to any address at regular intervals. And of course, you can cancel any recurring payment at any time!

Recurring payments are in beta, so they only work on Zcash Testnet for now.

To get started,

  1. Enable the recurring payment checkbox.
    image

  2. Select the schedule to pay
    image

  3. Confirm the payment!
    image

Viewing Payments
List the current recurring payments by going to Edit -> Recurring Payments
image

View Payment History
Click View to view the payment history
image

If you miss a payment, ZecWallet will ask you what to do
image

Maintainance Release

03 May 22:48
Compare
Choose a tag to compare

This is a maintenance release of ZecWallet that fixes a few small bugs

  • Show a warning on the balances page if node is still syncing
  • Add a --conf command line argument to override which zcash.conf to load
  • Fix some memory access violations

Maintainance Release

19 Apr 23:54
Compare
Choose a tag to compare

This is a maintenance release of ZecWallet that fixes some bugs

  • Fix an issue with URI parsing on the desktop that was preventing some merchant URIs from being accepted
  • Fix an access violation caused by incorrect socket closure
  • Improve random password generation

Bugfixes

06 Apr 14:17
Compare
Choose a tag to compare

A minor release of ZecWallet fixes some bugs:

  • Fix an issue where sometimes Android would fail to connect to the desktop
  • Fix the name "ZecWallet" in the mobile UI
  • Force light mode on Mac since the dark mode still seems to be having problems

Bugfixes

05 Apr 16:43
Compare
Choose a tag to compare

This is a minor bugfix release of ZecWallet.

  • Fix an issue where the direct connection from Android to desktop wouldn't work
  • Fix the autoupdate notification
  • Fix signature verification instructions (Thanks @rex4539)

Maintainance Release

29 Mar 22:22
Compare
Choose a tag to compare

This is a maintenance release of ZecWallet.

  • Update embedded zcashd to 2.0.4
  • Allow sapling address creation right from the start
  • Remove Sprout address receiving

Request Money!

25 Mar 20:14
Compare
Choose a tag to compare

ZecWallet now lets you request Zcash from your friends and family using shielded transactions.

How it works:

  1. Select File -> Request Zcash and enter the Sapling address of the person you are requesting Zcash from, along with the amount and an optional memo.
    image

(The payment request is sent to the person's sapling address as a memo)

  1. The person receives a payment request from you, that they can view on the transactions tab.
    image

  2. The person selects (right click) -> View Payment Request and clicks Pay to send you the payment, which you receive!
    image

Troubleshooting Options

20 Mar 20:38
Compare
Choose a tag to compare

This version of ZecWallet features several improvements:

  • A new "Troubleshooting" dialog that can rescan/reindex the blockchain, fixing the most common wallet problems
    image
  • The deb (Linux), dmg (MacOS) and msi (Windows) installers automatically register ZecWallet as a zcash: URI handler, allowing you to open zcash: links in ZecWallet
  • Fix some sporadic crashes
  • Add warning notification for Sprout receiving addresses See notification
  • Force single instace of ZecWallet
  • Allow passing in zcash: payment URIs on the command line