Update todo list
This commit is contained in:
parent
9129a2fb22
commit
e7e9efce93
20
README.md
20
README.md
@ -122,17 +122,23 @@ The data are separated to different column families:
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- find memory leak in initial import
|
- update used paths and users according to specification by system admin
|
||||||
|
- improve txcache (time of storage, number/size of cached txs, purge cache)
|
||||||
|
- collect blockbook stats (number of items in indexes, )
|
||||||
|
- optimize mempool (use non verbose get transaction, possibly parallelize)
|
||||||
|
- update documentation
|
||||||
|
- create/integrate blockchain explorer
|
||||||
- support all coins from https://github.com/trezor/trezor-common/blob/master/coins.json
|
- support all coins from https://github.com/trezor/trezor-common/blob/master/coins.json
|
||||||
- full ethereum support
|
- full ethereum support (tokens, balance)
|
||||||
- cleanup of the socket.io - do not send unnecessary data
|
- protobuf websocket interface instead of socket.io
|
||||||
- handle different versions of Bitcoin Core
|
|
||||||
- log live traffic from production bitcore server and replay it in blockbook
|
|
||||||
- protobuf websocket interface
|
|
||||||
- xpub index
|
- xpub index
|
||||||
- tests
|
- tests
|
||||||
- fix program dependencies to concrete versions
|
- fix program dependencies to concrete versions
|
||||||
- protect blockbook against illicit usage
|
- protect socket.io interface against illicit usage
|
||||||
|
- ~~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 - disappeared with index v2~~
|
||||||
- ~~zcash support~~
|
- ~~zcash support~~
|
||||||
- ~~basic ethereum support~~
|
- ~~basic ethereum support~~
|
||||||
- ~~disconnect blocks - use block data if available to avoid full scan~~
|
- ~~disconnect blocks - use block data if available to avoid full scan~~
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user