1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00
electrs/TODO.txt
2018-05-21 09:16:21 +03:00

6 lines
336 B
Text

Handle bitcoind connection failures - instead of crashing
Use p2p protocol for querying blocks - similar to `bitcoincore-indexd`
Don't require -txindex by using `getrawtransaction "txid" verbose "blockhash"` RPC
Measure first-time query latency
Support "blockchain.estimatefee" RPC
Use futures for electrum RPC serving and cancellation