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

Releases: AeonPocket/web-wallet

v0.2

02 Jun 12:53
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  1. Made wallet compatible with Aeon 'Sophia' (v0.12.0.0-master-release)
  2. Updated mnemonic seed to use 25 word.
  3. Added View only wallet support.
  4. Transactions upto last 90 days can be imported once per wallet.
  5. Using GridFS to store transfers and Key Images.
  6. Fees are now calculated dynamically.
  7. Miscellaneous bug fixes and UI enhancements.

v0.1

28 Jan 17:08
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release
  1. You can now delete a wallet from AEON Pocket. This means that AEON Pocket will purge all and any information about that wallet. Which means all transactions/balance information will be terminated.

  2. A lot of the issues that has occurred while using AEON Pocket is majorly due to the manual update/sync of the wallet by the user. As promised we have now implemented an Auto-Sync of the wallet once the user logs in and every 30 minutes after. 😀

  3. A confirmation dialog is now shown containing all transaction related information before submitting a transaction to the network.

  4. We have integrated the exchange rates of USD/AEON and EUR/AEON on the home page.

  5. You can now see the amount of AEONS in the wallet while sending AEON. (Sorry we missed it in the first iteration)

  6. Enabled prompt to save AEON Pocket on home screen for Chrome on Android. (For geeks : Enabled Service Worker)

  7. Added Support Page for SOS/Donation.

  8. Added Privacy and Terms of Service

  9. Miscellaneous Big fixes