1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 15:02:21 +01:00

Mark sync-related TODOs as done

This commit is contained in:
Roman Zeyde 2018-06-10 09:08:56 +03:00
parent da489d53b0
commit 74ab7eafdc
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -7,7 +7,6 @@ Electrum
Bitcoind
========
* Use persistent connection for donwloading multiple blocks
* Handle bitcoind connection failures - instead of crashing
* Add getrawtransactions() API (for RPC batching)
@ -15,7 +14,6 @@ Performance
===========
* Export accumulated timing metrics (for indexing/DB/RPC operations) via Prometheus
* Measure first-time query latency
* Sync only on the last write.
Rust
====