mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 15:02:21 +01:00
Don't use Rust-based P2P block download
It seems to be limited to ~2 block/second - not sure why...
This commit is contained in:
parent
ee49da71f4
commit
64a4e096ce
1 changed files with 1 additions and 2 deletions
3
TODO.rst
3
TODO.rst
|
@ -8,13 +8,12 @@ Electrum
|
|||
Bitcoind
|
||||
========
|
||||
* Use persistent connection for donwloading multiple blocks
|
||||
* Use p2p protocol for querying blocks - similar to `bitcoincore-indexd`
|
||||
* Handle bitcoind connection failures - instead of crashing
|
||||
* Add getrawtransactions() API (for RPC batching)
|
||||
|
||||
Performance
|
||||
===========
|
||||
* Export accumulated timing metrics (for indexing/DB/RPC operations)
|
||||
* Export accumulated timing metrics (for indexing/DB/RPC operations) via Prometheus
|
||||
* Measure first-time query latency
|
||||
* Sync only on the last write.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue