mimblewimble / grin-gui

GUI for Grin Node + Wallet
GNU General Public License v3.0
20 stars 21 forks source link

Add awareness of node status to wallet display #64

Closed yeastplume closed 1 year ago

yeastplume commented 1 year ago

Check and keep track of the node's sync state within the wallet home screen, for display purposes and in order to prevent the user from attempting certain interactions while the node is syncing (particularly ones that require a read lock of the underlying tx hashset.

yeastplume commented 1 year ago

All intensive write operations (which can result in lock contention for the txhashsets while the node is synching) are now blocked until the node is fully synched and up to date.