Genesix Wallet Beta 0.0.5
This version's primary focus was porting to web browser and resolving transfer sync issues.
The wallet is accessible at https://wallet.xelis.io.
UX changes:
- Using cache dir for table generation location instead of support dir.
- Correctly display the seed dialog after wallet creation.
- Fix total display amount when sending your entire balance.
- Don't block password dialog if wrong password is entered.
- Implement multiple features for web browser (wallets provider, splash screen, table generation & page routing).
- Fix authentication state redirection, resolve the circular logic bug in obtaining seed state, and fix background opacity issue.
- Added a new simple assets page intead of displaying "coming soon". This page will be developed extensively when smart contract become available.
- Make minor margin and layout adjustments.
- Improve Italian locale by xFedEx.
Core changes inherited:
- Resolve missing transactions due to DAG reorg.
- Ensure asset/balance synchronization occurs during the first wallet opening.
- Make the Wallet API compatible with WASM by implementing local storage mechanisms and updating other libraries.