Browse Source

Don't use Rust-based P2P block download

It seems to be limited to ~2 block/second - not sure why...
refactor-mempool
Roman Zeyde 6 years ago
parent
commit
64a4e096ce
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 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…
Cancel
Save