Skip to content

Releases: CityOfZion/neon-wallet

Please update to this version: there is several bug fixes.

06 Jan 10:28
Compare
Choose a tag to compare

This release adds QLC token and fixes the following bugs:

  1. Fix MAX button bug where clicking on it for large amounts would break the UI.
  2. Fix precision error in input calculation.

As before, to use your NEP5 tokens on the Ledger, please update your Ledger Neo app to the latest version, 1.1.1.

Hashes

Mac: 5e76baeb7ae51a233270364a50886500b5ccfb5e5f6bd4c72eb0c49a344992c3
openssl sha -sha256 Neon-0.0.9.Mac.dmg

Windows: bb0347c33b41941e9270323dabaf10df696567acd9454b832ba1efceb967a173
certUtil -hashfile "Neon.Setup.0.0.9.Windows.exe" SHA256

Linux deb: 7eaebe3e9fa6d8394325efe3c768feedbc4703748c6c71fdb6ca0d68bd8cff17
sha256sum Neon_0.0.9_amd64.Linux.deb

Linux AppImage: 74819933a0b1f3f15e44e677953c5bd3951a4fb4ea8c85165cb23431c21c9e22
sha256sum Neon-0.0.9-x86_64.Linux.AppImage

alpha 2 release

01 Aug 20:48
Compare
Choose a tag to compare
alpha 2 release Pre-release
Pre-release

Improvements:

  • General performance improvements
  • Much improved user experience with Windows installer
  • Validation for sending fractional amounts of Neo
  • Fine-tune transaction history display of gas and neo to prevent overflow
  • Add copy button for address in dashboard
  • Fix minor issue with clicking on login buttons
  • Rounding issue on very large gas transactions

Hashes (SHA256)

  • Windows.Neon.Setup.0.0.2.exe.zip: FB47E08AB19349985A1046D82E7B22E6C75F6A76F72E404AF00C80E968340E90

To verify open a PowerShell window and type:

Get-FileHash -algorithm SHA256 .\Windows.Neon.Setup.0.0.2.exe.zip
  • Mac.Neon-0.0.2.dmg:
    b6d29e0c9b86d14c9fd37292c36a6eed75da2fc56b624bf838725a67698ee652

To verify, open Terminal and run openssl:

openssl sha -sha256 Mac.Neon-0.0.2.dmg
  • (Debian/Ubuntu) Linux.Neon_0.0.2_amd64.deb.tar.gz:
    ff4bc7b899735fd87940b3457a808eebb707e399e4f7e7d7516054f254d12dc1
  • Linux.Neon-0.0.2-x86_64.AppImage.tar.gz:
    0f5ce58f994e18b4e52de59bdcf4728211c8de050f2a855fef85427679731db6

To verify, open terminal and run:

sha256sum  Linux.Neon_0.0.2_amd64.deb.tar.gz
or
sha256sum Linux.Neon-0.0.2-x86_64.AppImage.tar.gz