Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Neutrino never finishes syncing, only after restart #558

@tanx

Description

@tanx

The app keeps polling the getInfo api even it has caught up to the current block height. @halseth and me have debugged the issue and it seems there is a deadlock caused by calling NewAddress before neutrino has finished syncing.

I've tried to work around the issue by deferring NewAddress until after neutrino is synced, but this makes the app unusable in the initial onboarding since we need to display the wallet address in the deposit screen before syncing neutrino the first time.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions