From 9b383c62e322c508dd52655b42e791e6c82983af Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Tue, 27 Feb 2018 17:41:14 +0100 Subject: [PATCH] Update todo list --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index afaa0337..df95f840 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,10 @@ The data are separated to different column families: - ~~mempool - return also input transactions~~ - ~~blockchain - return inputs from mempool~~ -- do not return duplicate txids +- ~~do not return duplicate txids~~ - limit number of transactions returned by rocksdb.GetTransactions - probably by return value from callback function -- legacy socket.io JSON interface +- ~~legacy socket.io JSON interface~~ +- cleanup of the socket.io - do not send unnecessary data - protobuf websocket interface - stream results to REST and websocket interfaces - parallel sync - rewrite - it is not possible to gracefully stop it now, can leave holes in the block