problem: Bitcoin head check may lag because it checks it only once in 15 seconds

solution: use ZeroMQ connection to listen for new blocks
This commit is contained in:
Igor Artamonov
2022-06-25 21:26:10 -04:00
parent cdf3e90877
commit ede552be59
12 changed files with 283 additions and 14 deletions

View File

@@ -44,14 +44,8 @@ Blockchains support:
image::dshackle-intro.png[alt="",width=80%,align="center"]
== Roadmap
WARNING: The project is still under development, please use with caution.
- [ ] Subscription to bitcoind notification over gRPC (instead of ZeroMQ)
- [ ] Lightweight sidecar node connector
- [ ] Configurable upstream roles
== Quick Start
=== Configuration