Skip to content

Latest commit

 

History

History
109 lines (91 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

109 lines (91 loc) · 5.35 KB

Changed

  • Upgraded the bundled Zend to 2.0.22
  • Change links to new horizen.io domain

Added

  • New sidebar icons and other graphics improvements
  • Automatic backup of wallet files on saving
  • Password protection of send founds action - now is possible to choose a different password from the wallet password
  • Trusted setup download and verification using fetch-params.ps1 on Windows

Bugfix

  • Editing wallet name and saving changes, didn't allow you to view the seed phrase again
  • In full node mode Zend failed to terminate after user log off

Changed

  • Fix a bug where change addresses generation in full mode was not covered by HD Seed
  • Upgraded the bundled Zend to 2.0.21

Changed

  • Notarize app for MacOS Catalina
  • Fix 16x16 Mac icns icon
  • Change appId to 'io.horizen.spherebyhorizen'

Changed

  • Added 'Sign with address' functionality
  • New api enpoint for fiat currency conversion
  • Upgraded project dependencies and Nodejs version

Changed

  • Upgraded the bundled Zend to 2.0.20

Changed

  • Improvements in the "refresh data from blockchain" functionality:

    • Added a new progress-bar to inform the user on the ongoing process
    • Optimized the http calls to the explorer, to speed up the process and avoid the freezing of the app for wallets with huge amount of addresses.
    • Increased refresh timeout (120 second)
  • Performance optimizations in wallet navigation, transaction listing and new address creation

  • Improvements in "batch withdraw" functionality:

    • Address list now ordered with the same criteria as the wallet detail
    • Added a check on the total size of the transaction (if exceeded, an error is displayed and the transaction is not sent)

Changed

  • Upgraded the bundled Zend to 2.0.19
  • Upgraded project dependencies

Added

  • Better error handling/logging

Changed

  • Upgraded project dependencies

Added

  • Batch withdraw, used to withdraw funds from multiple addresses in a single transaction
  • Batch split, used to deposit funds to multiple addresses in a single transaction
  • Private Key Balance Sweep entry in the application Tools menu, enabling the ability to sweep all funds from private keys / WIFs
  • View a wallet's backup phrase in its settings window

Bugfix

  • Fixed an issue with handling null data (OP_RETURN) transactions
  • Fixed full mode seed restores taking an unusual length of time to complete
  • Fixed an issue where some addresses would not be restored

Changed

  • Restoring a seed will now search every layer of the BIP39/44 derivation path, providing support for external HD wallets
  • Upgraded the bundled Zend to 2.0.18

Added

1.1.1-beta - 2019-05-15

Changed

  • Fix an issue where some ledger seeds would not fully restore
  • Fix an issue handling spaces in Windows account usernames

1.1.0-beta - 2019-04-19

Added

  • Support restoring mnemonic seeds with multiple accounts (e.g. Ledger wallet seeds)
  • Terminal restricted to zen-cli commands to enable advanced wallet usage
  • Ability to reindex & reindex-chainstate the local node

Changed

  • Upgraded the bundled zend to 2.0.17
  • Fix an issue where the application would crash when dealing with large transaction data sets
  • Rework data refresh logic to reduce resource consumption and reliance on explorer API calls
  • General performance improvements
  • Fix an issue connecting to the local node
  • RPC credentials are now randomised each time the application starts
  • Fix issues with transaction history not displaying as intended
  • Fix an issue where some accounts would become corrupted during encryption

1.0.1-beta - 2019-01-17

Added

  • Progress indicator for downloading the proving keys

Changed

  • Upgraded the bundled zend to 2.0.16
  • Fixed installation issues on Windows systems
  • Improved support for Windows 8 systems
  • General improvements and bug fixes to the zend installer