From 67ba1457fa1efd03ae5b33161f6d4905e58aa56b Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Fri, 13 Mar 2020 15:09:40 -0400 Subject: [PATCH] solution: roadmap --- README.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.adoc b/README.adoc index e478d618..8931a4fe 100644 --- a/README.adoc +++ b/README.adoc @@ -41,6 +41,19 @@ when the upstream problem is fixed. image::call-schema.png[alt="Call Schema",width=100%,align="center"] +== Roadmap + +- [ ] Redis caching +- [ ] Prometheus monitoring +- [ ] BIP-32 Pubkey +- [ ] *Support Bitcoin RPC* +- [ ] Subscription to bitcoind notification over GRPC (instead of ZeroMQ) +- [ ] JSON RPC emulation, in addition to GRPC protocol +- [ ] Lightweight sidecar node connector +- [ ] Access to ERC-20 tokens on asset level +- [ ] External logging +- [ ] Configurable upstream roles + == Quick Start === Configuration