mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 23:08:39 +01:00
6 lines
336 B
Text
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
|