haven-protocol-org / haven-web-app

https://havenprotocol.org/
30 stars 17 forks source link

Selecting 'Local Node' does not show sync status #14

Open chiwalfrm opened 4 years ago

chiwalfrm commented 4 years ago

When connected to a fully synced Local Node, there is no indication of the sync process like you see when you use a remote node.

Screenshot: https://imgur.com/a/v21KBiY

Also, if the local node is not fully synced, it can take 2-3 days, so there should also be some indication of this (for example, it could say "Local Node now on block 'x' out of 'y' total..."

MartyHav commented 4 years ago

right now have following logic place: If we are connected to a remote node: show sync process of local wallet. If we are connected to a local node: show sync process of local node only. Syncing wallet from a local node is done in a few seconds, so we thought we don't need to care about that case. Should be reviewed.