Skip to content

Aphelion Desktop Release - 3.2.2 (MainNet DEX)

Compare
Choose a tag to compare
@apheliontoken apheliontoken released this 08 Nov 02:11
· 51 commits to master since this release

Overview

This is an official Release Build for Aphelion's Desktop Exchange Wallet available on Mac, Windows, and Linux based systems governed by the MIT LICENSE.

The wallet supports Ledger devices and is compatible with NEO, GAS, APH, and all other NEP5 based tokens.

This release includes DEX functionality on MainNet. Improvements shall be ongoing to provide the best user experience in the client. Taker trades require APH to pay fees, but there are no fees to purchase APH. Use the GAS-APH and NEO-APH markets to buy APH. It is recommended to set a GAS fee in settings in case of network congestion.

Release Files

SHA256 Hashes

The builds for this release are not signed, but you can verify their integrity by checking the SHA256 hashes provided below.

6ad50f19987eb8759a680a1e1aa99f01e6bcc583982b7636b6b1d3abb32122a8  Aphelion_Wallet-3.2.2-lin.AppImage
8724b733dcb71f60186423c283d1aa56b35858451c3b661d6d8aa9d22ae2435f  Aphelion_Wallet-3.2.2-mac.zip
bd54cd06fbdcfb67c41fda182cc04bb8202baff0ed191fbffa9a54db76e42f8f  Aphelion_Wallet-3.2.2-win.zip
7f74ddda15c5805d7a83f10ed4658db8cfbbe72ca0f6c2c08586d639b0a74c15  Aphelion_Wallet_Setup_3.2.2.exe

Changes in MainNet Release 3.2.2 (Since MainNet Release - 3.1.0)

  • DEX Chart Improvements for loading more historical data
  • Update market selector to display market volume in native currencies
  • Sort markets in market selector using first 10 by volume and remaining alphabetically
  • Switch formatting money to use 4 decimal precision when the value is less than 1 and non-zero
  • Add tokens to wallet assets automatically when attempting to buy a token from the DEX
  • Don't allow switching network while system asset (NEO/GAS) withdraw in progress
  • Fix annoying toString not defined error on dashboard when normalizing recent transactions
  • Reduce RPC network load required for checking if a withdraw is in process (DEX loads faster)
  • Increase width of market selector scroll bar
  • UX improvement for selecting buy or sell order type
  • Fix websocket issue that could intermittently cause the DEX to erroneously think it couldn't reach the trading server.

Known Issues with DEX

  • If an error occurs during a system asset withdraw (NEO or GAS withdraw) a wallet restart is required to clear the error. This will be fixed in the next release.
  • Existing Minor Issue: When trading with a GAS fee set, there are only so many operations that can be performed in a block based on the number of pieces of GAS (UTXOs) your wallet has available. Some operations such as sending GAS may combine GAS utxos and require GAS to be split again. Future improvements should handle these error conditions more gracefully.

How to Contribute

Pull Requests

  1. Fork the aphtoken/aph-wallet-gui repository
  2. Create a new branch for each feature or improvement
  3. Send a pull request from each feature branch to the develop branch

Bug Reports

  1. Please verify that your bug is an actual issue.
    • If it is a problem related to sending tokens, consider that after sending tokens, you may have to wait a block for change to be returned before you can send again.
  2. If you are sure you have found a bug, open an issue against this repository.