decentralized-identity / decentralized-identity/sidetree-reference-impl
Consider to not requiring bitcoin service to wait on full sync during initialization
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.