Skip to content

Releases: horizontalsystems/unstoppable-wallet-ios

Version 0.5

14 May 09:16
Compare
Choose a tag to compare

DASH Coin Support

Ability to receive and send DASH coins in a decentralized manner. Dash blockchain comes with ability to send instant and private/anonymous transactions. These two features will be integrated in the upcoming releases.

New ERC20 Tokens

  • USDT / contract address:
    0xdAC17F958D2ee523a2206206994597C13D831ec7
  • Holo (HOT) / contract address:
    0x6c6EE5e31d828De241282B9606C8e98Ea48526E2
  • Cypto.com Chain (CRO) / contract address:
    0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b
  • Loopring (LRC) / contract address:
    0xEF68e7C694F40c8202821eDF525dE3782458639f
  • aelf (ELF) / contract address:
    0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e
  • orbs (ORBS) / contract address:
    0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA

Other Improvements and Features:

  • faster data (i.e exchange rates) download times from decentralized storage
  • Lightning network research: in preparation for upcoming lighting network integration
  • performance and wallet app architecture improvements
  • UI improvements throughout the app
  • multiple bugs fixed

Full Changelog:

0.4...0.5

Version 0.4

18 Apr 10:16
59824b9
Compare
Choose a tag to compare

Transaction Fee selection

  • Econom: recommends lowest fee possible provided that there is some level of assurance that transaction will be included within 24 hour period.

  • Optimal: the default option which aims to have the transaction ion included in the next few blocks.

  • Priority : higher fee that provides over 95% probability of inclusion of transaction within the next block

UI & Navigation

Acceptance review of all controllers. Every controller was reviewed and UI adjusted to guarantee the identical or closely similar performance and look on all android devices. A lot of minor fixed and adjustments on Balance, Transactions and Settings tabs.

  • Tab bar navigation via side swipe:
  • TX info controller Improvements:
  • New welcome screen
  • ...

Performance Improvements

Faster download speeds for blockchain meta data such as real-time currency exchange rates and blockchain transaction rates.

All such data downloaded from decentralized storage medium, called IPFS. In this release we significantly improved the availability and download speeds of the data stored on IPFS to ensure that the wallets always have to up to date exchange rates and blockchain transaction fees.

Full Changelog:

0.3...0.4

Version 0.3

07 Mar 12:14
18da7ea
Compare
Choose a tag to compare

This sprint was dedicated to refactoring existing code with an aim to keep the code base clean and easy to maintain and build upon in the future. You may follow the issues that were assigned to this project to see what exactly was refactored

Most of these are under the hood architecture improvements which are necessary at this point.

Performance Improvements

With the addition of ERC20 tokens a number of use cases were uncovered where the client makes over a dozen different HTTP requests to various external sources (i.e. exchange rates, transaction data for ETH and ERC20 tokens, state data for ETH and so on.)

In this case, the client (especially low end Android phones) needs to perform without lags and any noticeable flickers on the interface. The applied improvements addressed this issue.

In addition, the Transaction tab went through significant refactoring to deliver better performance on slower devices.

UI / UX Refactoring

With the addition of ERC20 tokens a complexity of the app significantly increased. The ERC20 token also brought with them additional requirements to different UI controllers in the app.

We refactored the the UI / UX controllers throughout the app so that existing controllers are flexible and able to adapt to upcoming integration of new blockchains.

Full Changelog:

0.2...0.3

Version 0.2

14 Feb 06:23
216072a
Compare
Choose a tag to compare

Decentralized Transaction Explorer

Enable wallet users to retrieve detailed transaction info (as a reference for the payment) from desired public blockchain explorer provider.

For every pending/past transaction in each supported blockchain the controller displays data returned by explorer i.e. transaction ID, number of confirmations, transaction fee, block where it was mined, relevant inputs/outputs for the given transaction and more.

That would allow wallet user to independently verify any incoming/outgoing transaction from within the client using external data provider. The implementation will enable user to choose which blockchain explorer to use from within the app.

issues: #243

ERC 20 support + Coin Manager

Add support for ERC 20 tokens. Allow users to choose which currencies will appear on Balance Tab and hide those that are not needed. With the addition of ERC20 token there will be a lot.

issues: #245, #141, #254

UI / UX Improvements

issues: #247, #244, #207, #130

Refactoring

Significant refactoring of the app's codebase to improve the speed and UX.