From 48daa85a9f9796e54693686f093e45f01513192d Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Thu, 8 Mar 2018 19:52:25 +0100 Subject: [PATCH] Update todo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb97c98d..108ee63c 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,6 @@ The data are separated to different column families: - find memory leak in initial import - implement getmempoolentry - disconnect blocks - keep map of transactions in the last 100 blocks -- support altcoins, abstraction of blockchain server/service - add zcash support - add ethereum support - cleanup of the socket.io - do not send unnecessary data @@ -213,6 +212,8 @@ The data are separated to different column families: - protobuf websocket interface - xpub index - tests +- fix program dependencies +- ~~support altcoins, abstraction of blockchain server/service~~ - ~~cache transactions in RocksDB~~ - ~~parallel sync - rewrite - it is not possible to gracefully stop it now, can leave holes in the block~~ - ~~mempool - return also input transactions~~