1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/TODO.txt

10 lines
556 B
Plaintext
Raw Normal View History

Snapshot DB after successful indexing - and run queries on this snapshot
2018-05-20 22:07:10 +02:00
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
2018-05-22 21:28:17 +02:00
Handle multiple RPC client in parallel
Lookup confirmed transactions only at their blocks (using `blockhash` parameter of `getrawtransaction` RPC)