All modes are conditioned to display tx history, balance and receiving
address with balance separately. Full Mode, Basilisk Mode, non KMD, non
Notary Chain coins
Atomic Explorer updated with new dex api calls,
Basilisk Mode monitors iguana and logs out on crash,
all wallet addresses are checked/imported in basilisk mode now,
bug fix applied for adding Native Mode coin
- 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.
- 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
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.
z_listaddresses and z_getbalance js function also added to get list of
z addresses with their balance. Just waiting for passthru hex issue to
solve. Once working it will show z addresses in send section’s send
from address list as well.