aionnetwork / Desktop-Wallet

⛔️ DEPRECATED A native Desktop Wallet client for AION on Windows/Mac/Linux
35 stars 24 forks source link

Restart Functionality #195

Open qoire opened 5 years ago

qoire commented 5 years ago

Question regarding:

https://github.com/aionnetwork/Desktop-Wallet/blob/f794fe56b42dab82b6002eeb48bf5f65200ad036/src/main/java/org/aion/wallet/ui/MainWindow.java#L203-L225

I see this shutdown logic is possibly triggered by a Fatal Error Window (?), which I've never seen pop-up as of yet. Is this shutdown logic tested to be cross platform?

Tracing this logic back it seems to be triggered when we detect a chain reorganization from far too back in the blockchain. Was this feature ever tested?