From b024c020e8401edc58b0130aa911f3b78cfb3ef3 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Wed, 7 Mar 2018 23:27:40 +0100 Subject: [PATCH] Update todo --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 519b95de..bb97c98d 100644 --- a/README.md +++ b/README.md @@ -200,18 +200,20 @@ The data are separated to different column families: ## Todo -- cache transactions in RocksDB +- find memory leak in initial import - implement getmempoolentry -- cleanup of the socket.io - do not send unnecessary data - 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 - handle different versions of Bitcoin Core - log live traffic from production bitcore server and replay it in blockbook -- find memory leak in initial import - compute statistics of data, txcache, usage, etc. - protobuf websocket interface -- limit number of transactions returned by rocksdb.GetTransactions - xpub index - tests +- ~~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~~ - ~~blockchain - return inputs from mempool~~