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

Consider to not requiring bitcoin service to wait on full sync during initialization #9

Open
thehenrytsai opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@thehenrytsai
Copy link
Contributor

Today the bitcoin service is required to perform full transaction processing until the current block height during initialization, and if an unexpected error is thrown (such as dependent service being down), the system process exits. It would be more ideal that once the service is started, it can enter the polling mode quickly such it does not depend on the bitcoin client's availability for initialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant