decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

Add Initial Chain Sync RPC service. #158

Closed matheusd closed 2 years ago

matheusd commented 2 years ago

This makes the start up procedure of the app offer a new RPC service in the time between when the wallet is created or unlocked and the full set of RPC services are provided.

This new service can be used to track the progress of the initial chain sync process and is useful for clients that connect to a dcrlnd instance that is still in the initial startup stage to provide better feedback to the user.