Skip to content

Version 0.2

Compare
Choose a tag to compare
@ealymbaev ealymbaev released this 14 Feb 06:23
· 5048 commits to master since this release
216072a

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.