- if user hit on confirm button twice the same amount of transaction
goes twice!
Even while the transaction is being processed at the time!
It is fixed.
- Second bug I found while testing is if I send a transaction and it
completes. And I’m still on that same send transaction screen. I make
second transaction. When I confirm to send this transaction, not just
this transaction is processed to send, but the previous transaction as
well!!!
It is also fixed.
- send page now calculates amount Plus fee, and not amount Minus fee
- Atomic Explorer linked to Full and Basilisk Mode EasyDEX Wallets in
seamless ways, allows you to click a history transaction and show it’s
full detail within Atomic Explorer inside EasyDEX-GUI.
- Send page now shows output of transaction detail on the same page,
including successful and failed transaction detail. Also linked to
Atomic Explorer to get more details on the txid generated from this new
transaction.
- Basilisk mode balance now shows correct.
- auto refresh of dashboard history is added to both full mode and
native mode
- Refresh button active now on all modes of wallets.
Previous commit had these fixes:
3. Move iguana Full mode progress bar at top of screen instead of
bottom. - DONE
5. Fix progress bar display issue. move to top of wallet. - (duplicate
of task 3) DONE
7. Disable Generate new Address in EDEX Wallets. - DONE
8. Delete Add Coin option fom EDEX Wallets menus. - DONE
9. Move Add Coin drop down options on top of Mode select buttons. - DONE
10. Add More coin select options in login add coin dialog. - DONE
11. Instead of showing some random text, show Coming soon in EasyDEX
Menu page. - DONE
12. Default options for BTC and KMD to be Basilisk instead of Full Mode
in Add coin dialog box. - DONE
15. Maybe remove the search option as there is no need for now and
maybe a background colour to the menu bar. - DONE
16. At the top "My KMD address (maybe should be changed to Komodo as
that is the name of the coin) - DONE
17. have a copy to clip board option for main address of wallet. - DONE
Logout and lock screen cleared session storage completely including the
tempIguana password.
Only set to clear the data which needs to be cleared while logout/lock.
This seems to have fixed issue of logout and relogin.
Tested with latest iguana binary from dev branch.
After adding coin from electron any api calls further applied without
that same password doesn’t complete.
Hence user is not able to login using the same coin from browser.
might need further more testing to find any bugs or issues in this
implementation
whenever a new coin added the script was executing the
Dashboard.init(), to refresh, and along with it it was also executing
functions multiple time, causing same functions to execute multiple
times, as the init was running as much time the Dashboard.init() was
running. this update should fix the issue.