You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor GUI inconsistencies...
When I open open two REPL windows against the same peer.
Then change the Account dropdown in REPL #a and execute say a transaction.
The Account dropdown in REPL #b doesn't auto change, even though its Balance value does.
Also, if I open a Wallet window.
And similarly switch between Accounts.
The Convex Coins value does change appropriately but the Address value doesn't change appropriately.
The text was updated successfully, but these errors were encountered:
Opening a wallet window should really create a new independent connection
REPL windows should also have fully independent connections
Auto-refresh, will think about a bit more. Querying balances is pretty cheap but I still don't think we want clients spamming with constant balance requests every 0.5s or so. Probably refresh needs to be on actions only.
Thanks for looking into this Mike.
I understand that auto-refresh probably isn't desirable because of its cost.
I also noticed that the manual Refresh button on a Wallet window doesn't seem to update the CVM value. But maybe that part'n'parcel of the same thing that you're going to fix with independent connections. Anyway, I'll give it a re-try once I see that you've completed this Enhancement. Ta.
Minor GUI inconsistencies...
When I open open two REPL windows against the same peer.
Then change the Account dropdown in REPL #a and execute say a transaction.
The Account dropdown in REPL #b doesn't auto change, even though its Balance value does.
Also, if I open a Wallet window.
And similarly switch between Accounts.
The Convex Coins value does change appropriately but the Address value doesn't change appropriately.
The text was updated successfully, but these errors were encountered: