Skip to content

FE-957: Requests stuck verifying

Kamal Bramwell requested to merge FE-957_stuck_verifying into development

Summary of changes made

  1. There was an unhandled case where nodes not being ready would prevent the user lookup from even running, but the callback was not notified. The callback is now correctly notified of an error.

  2. There was an unhandled case where requests still verifying would be marked as failed when the network follower stopped successfuly, but this would not happen if stopNetworkFollower throws an exception. Requests are now marked as failed even when stopNetworkFollower() throws an exception.

  3. Added a new request status, "Received" instead of incoming requests being marked as "Verifying". Requests are now only updated to "Verifying" when verification starts.

  4. On app launch, before the requests listener would be registered, requests that have "Verifying" status are now updated to "Verification failed" so they can be manually retried.

Edited by Kamal Bramwell

Merge request reports