Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Initial Chain Sync RPC service. #158

Merged
merged 5 commits into from Jun 21, 2022

Conversation

matheusd
Copy link
Member

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.

This adds an imported package and updates the go.sum file to avoid
errors when attempting to rebuild the lnrpc bindings.
This bumps the current in-development version to the next unreleased
version.
@matheusd matheusd force-pushed the initchainsyncsvc branch 2 times, most recently from 34b790c to 90d24d5 Compare June 20, 2022 15:17
This adds a new RPC service that provides endpoints to track the
progress of the initial chain sync that happens after an LN wallet is
created or unlocked but before the full RPC services are available.
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.
@matheusd matheusd merged commit a6fcad7 into decred:master Jun 21, 2022
@matheusd matheusd deleted the initchainsyncsvc branch June 21, 2022 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant