From 84d5c3ea24939f7d366c2f40f85682cfe48c96fd Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Wed, 14 Mar 2018 12:34:26 +0100 Subject: [PATCH] Update todo list --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5104c163..cec2c90f 100644 --- a/README.md +++ b/README.md @@ -120,17 +120,18 @@ The data are separated to different column families: ## Todo - find memory leak in initial import -- disconnect blocks - keep map of transactions in the last 100 blocks - add zcash support - add ethereum support - cleanup of the socket.io - do not send unnecessary data - handle different versions of Bitcoin Core - log live traffic from production bitcore server and replay it in blockbook -- compute statistics of data, txcache, usage, etc. - protobuf websocket interface - xpub index - tests -- fix program dependencies +- fix program dependencies to concrete versions +- ~~disconnect blocks - use block data if available to avoid full scan~~ +- ~~compute statistics of data, txcache, usage, etc.~~ +- ~~disconnect blocks - remove disconnected cached transactions~~ - ~~implement getmempoolentry~~ - ~~support altcoins, abstraction of blockchain server/service~~ - ~~cache transactions in RocksDB~~