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
During sync of embedded node, an unhandled promise rejection occurs when the wallet's proof-of-validity (PoV) fails to sync ("unable to sync PoV of the wallet with current best block in the main chain: target hash not found in index", Source: BatchedBridge/NativeModules.js).
Not sure when/why exactly this can happen, probably some neutrino issue, but anyway, we need to improve error handling here.
It would also be nice to implement an auto-recovery mechanism when stuff like this happens (delete neutrino files and restart).
The text was updated successfully, but these errors were encountered:
Describe your enhancement idea
During sync of embedded node, an unhandled promise rejection occurs when the wallet's proof-of-validity (PoV) fails to sync ("unable to sync PoV of the wallet with current best block in the main chain: target hash not found in index", Source: BatchedBridge/NativeModules.js).
Not sure when/why exactly this can happen, probably some neutrino issue, but anyway, we need to improve error handling here.
It would also be nice to implement an auto-recovery mechanism when stuff like this happens (delete neutrino files and restart).
The text was updated successfully, but these errors were encountered: