Browse Source

Add TODO.txt

refactor-mempool
Roman Zeyde 7 years ago
parent
commit
c030f8739d
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 6
      TODO.txt

6
TODO.txt

@ -0,0 +1,6 @@
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
Loading…
Cancel
Save