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

Releases: adityapk00/zecwallet-light-cli

Zecwallet SDK v1.7.3: Spend with 1-conf

29 Jul 16:53
Compare
Choose a tag to compare

This version of Zecwallet Lite SDK now allows you to spend funds with only 1 confirmation ( It previously needed 5 confirmations). This is possible because of a large update on both the client and server that allows the wallet to follow the zcashd blocks more closely.

  • Monitors the mempool to detect new blocks or reorgs
  • Detect 1-block reorgs immediately
  • Pick optimal anchor blocks to send outgoing transactions.

Zecwallet Lite v1.7.2: Mempool

14 Jul 22:34
Compare
Choose a tag to compare

This version of the Zecwallet SDK monitors the mempool for incoming transactions, immediately showing unconfirmed transactions in the tx list.

Zecwallet Lite v1.7.1: Bugfix

01 Jul 17:04
Compare
Choose a tag to compare

Fix a minor bug where binary memos weren't read properly.

BlazeSync

29 Jun 18:24
Compare
Choose a tag to compare

This version of Zecwallet Light CLI and SDK switches the default sync algorithm to BlazeSync.

BlazeSync beta2: Bug fixes

17 Jun 16:48
Compare
Choose a tag to compare

This is a bugfix release (beta 2) for BlazeSync. Thank you to everyone that tested it out and reported bugs!

BlazeSync

14 Jun 16:09
Compare
Choose a tag to compare

This version introduces BlazySync, a super fast sync for Zecwallet.

  • Syncs the entire zcash chain, from the first sapling block, in under 60 s
  • Wallet funds are ready to be spent in seconds
  • Requests the exact same data from LightwalletD, so no change in security or trust assumptions.

Please read our forum post for more details

Notes:

  • This beta stores the wallet in a new file, called zecwallet-light-wallet.blazesync.beta.dat
  • It will use your existing wallet if available, or create a new one.
  • No change in API. All your existing apps and integrations should Just Work™. Please file bugs if you see anything amiss.

Historical Prices

18 May 21:25
Compare
Choose a tag to compare
  • Use accurate historical prices when showing transaction information. A zec_price field is included with every transaction
  • Fetch current price and historical prices from LightwalletD

Instant Startup

23 Apr 16:34
Compare
Choose a tag to compare
  • Add LightwalletD compatibility. Zecwallet Lite can now connect to any LightwalletD and is also API compatible with the ECC's LightwalletD
  • Add "Instant startup", where new wallets are ready instantly and don't need to sync.

Bugfix Release

18 Dec 05:18
Compare
Choose a tag to compare

This version fixes an issue where the ZIP-313 fees were calculated incorrectly.

Performance Improvements

02 Dec 19:08
Compare
Choose a tag to compare

This version of zecwallet-light-cli improves sync performance.