Skip to content

Releases: aionnetwork/Desktop-Wallet

Desktop Wallet v1.2.4

15 Dec 20:41
Compare
Choose a tag to compare

Changelog

  • Added Single domain mainnet-node.theoan.com

Desktop Wallet v1.2.3

06 Dec 15:47
Compare
Choose a tag to compare

Changelog
-The wallet was reskinned to align with the new OAN brand.
-The fixed caching bug that was causing account issues when using multiple Ledger

Desktop Wallet v1.2.2

26 Nov 20:05
Compare
Choose a tag to compare

Update: v1.2.2.c778a2c A new Mac build of the wallet has been added containing the wallet packaged in a more compatible file system format.

Update: v1.2.2.1460425 The Windows version of the desktop wallet has been updated with a path that resolves some file path issues. Please download this new version if you were previously having issues with the Wallet.

Note: If you're looking for documentation on how to install and use this version of the Desktop Wallet, head on over to our documentation

We're happy to introduce the next release for the Aion Desktop Wallet. The focus of this release is exclusively on upgrades in maintainability and usability of the Wallet. A lot of plumbing has been reworked in the backend of the wallet as a result of this.

Changelog

To keep track of the changelog to this release of the Wallet, it's best to head over to our v1.2.X project. In brief:

  • We made the wallet lighter, previously we talked to ledger through a different separate process in the background, either through node.js or golang applications. We've rewritten (Ledger HID driver)[] to interact directly with the JVM, allowing us to simplify our packaging and remove these external dependencies.

  • We've given the wallet a light UI rework, especially true on the send pane. This should clear up a lot of the confusion users previously had with each tab. Plus the requested send all feature is now available.

  • We've improved packaging on all platforms. Upgrade should be a drag (on MacOS), an install (on Windows), or an unzip (on Linux) away. Anything related to your account remains untouched.

  • We've fixed a bunch of bugs that you guys have been reporting! (Thanks for that, keep it up).

Requirements

  • Windows : Windows 10 64-bit
  • Linux : Ubuntu 16.04, 18.04 LTS 64-bit
  • MacOS : Mac OS High Sierra, Mojave

Aion Desktop Wallet - v1.1.0

13 Sep 19:54
5eccee6
Compare
Choose a tag to compare

Note: The Windows and Linux binaries have been updated to resolve an issue with the installer. Checksums have also been updated to match the new binaries.

Aion Desktop Wallet - V1.1.0

This contains updates from version 1.0. Windows 10 and Mac OS High Sierra support are now added.

Please find the user guide and documentation here for installation instructions for Linux/Windows/MacOS.

Features

The significant features in Version 1.1.0 include:

  • Ledger Hardware wallet support (pending official support from Ledger)
  • Support for transport layer encrypted connection to Aion node using ZMQ standard encryption solution
  • Windows 10 Support
  • Mac OS High Sierra Support

Requirements

  • Windows : Windows 10 64-bit
  • Linux : Ubuntu 16.04 LTS 64-bit
  • MacOS : Mac OS High Sierra

It is strongly recommended that the Aion Desktop Wallet is always connected to nodes running the latest release of the kernel.

Aion Wallet - v1.0.0

05 Jul 21:03
e446419
Compare
Choose a tag to compare

This release contains the significantly updated feature set for the Aion Wallet. It features major changes to how keystore files are managed, and a bump in functionality with respect to transaction sending and history.

User guide and documentation available here, blog post here

Features

  • Ability to generate an HD wallet path specific to Aion (m/44'/425'/0'/0')
  • Ability to create, manage and export accounts from HD path
  • Ability to import and export keystore accounts
  • Ability to send and receive Transactions (limited to currency transfers for now)
  • Ability to view transaction history
  • Ability to view the sync status of the node

Requirements

The wallet is coupled to releases of the Aion kernel, we strongly recommend that this wallet be used with a local node running v0.2.8. Please only submit bug reports if you're running the wallet with this configuration.

Checksum Usage

  • Download the Aion Wallet binary and the checksum file (the file name SHA1SUMS) and put the files into the same folder.
  • Ppen terminal and go to the folder.
  • Input command sha1sum -c SHA1SUMS
  • if the binary file is complete and no error, you will see the message output like this :
    aion_wallet-v1.0.0.e446419e-2018-07-05.tar.bz2: OK

Release v0.2.0 - light

10 May 13:14
Compare
Choose a tag to compare
Pre-release

Features

  • Create account locally (not on the node)
  • Import account (keystore and private key) with the option to remember
  • Customize local accounts with names
  • Send transaction
  • View History with copyable account and transaction hashes
  • Ability to connect to any node with IP/Address and Port

Release v0.1.0 - light

19 Apr 20:45
1f82d61
Compare
Choose a tag to compare
Pre-release

This is the first pre-production version of the lightweight wallet UI for desktop.

Available functionality:

  • Create account
  • Import account
  • Send transaction to another account
  • View History

Restrictions and limitations:

  • This version can only connect to a node running on localhost with the java api enabled
  • Import account only works with a keystore
  • History is not going all the way back to genesis

Running the wallet:

  • Extract files from aion_ui-0.1.0.tar.gz and run aion_ui.sh