-
Notifications
You must be signed in to change notification settings - Fork 33
RequireHealthOverlay: App (require connection) and TxForm & Signer (require sync) #216
Conversation
typo, if there is no peer, it's not plural.
It's working great, one "weird" thing is that when the node not only disconnects, but it is turned off (by me), Fether turns totally white: (filed in #218) |
(didn't try yet, but) Let's say for some reason the light client takes 5 minutes to sync. If we do target aunts and grandmas, they will click around. 1/ they will see wrong balance at some point (might not be a big deal) and 2/ they might send txs before the light client is sycned. 2 should definitely be disabled. |
Linked to #228. When we are not sync, do we allow:
EDIT: Rethought about it: it's still doable without the overlay. We just need to define what we disable when we're not sync (send tx button, input forms?) cc @Tbaut |
The problem is somewhat more complex than:
for me it's more:
^ the 3rd case is where the overlay was particularly annoying.
|
Nice! it even shows the past balance of ETH. When I launch Fether, I see a blank window for ~10s before it shows the accounts etc. |
Just realized that the fields (user input) will be reset if the error shows up, not sure how annoying this is
Wasn't intentional and not sure how to reproduce this non-intentionality for tokens :P
Good catch, will fix now |
ready for testing This PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working well :) I'll create a dedicated issue for the balance
Part of #159