edge / wallet

The web wallet of the XE Blockchain.

Home Page:https://wallet.xe.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Nodes table and links

willgarrett64 opened this issue · comments

Like in Explorer, add nodes page to Wallet - this will need a new "nodesByWallet" query in Index so sorting is enabled
Also, in stakes table, change "Device" header to "Node" and link to node page in Explorer.

https://github.com/edge/wallet/commits/issue/216-nodes-tab
edge/index-utils#8
https://github.com/edge/index/pull/134

I've updated index to have query/endpoint for getting sessions by wallet address, and think that's working fine having tested locally.
I then tried updating index-utils but I'm not that hot on TS, so not sure if I've done it right ! I tried testing locally but was getting some errors I need to look into.
Done most of the work in Wallet, but regarding above errors with index-utils, I'm not sure if they were down to my Wallet or Index-Utils code. I'll pick this up on Thursday
I also need to update Explorer to make sure index-utils is used correctly with the updates, but haven't started on that yet