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

Add more TODOs

This commit is contained in:
Roman Zeyde 2018-06-16 12:38:43 +03:00
parent da9133f583
commit 464c3a4eb1
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -1,11 +1,13 @@
# Electrum
* Poll mempool after transaction broadcast
* Support TLS (via https://docs.rs/rustls/)
* Snapshot DB after successful indexing - and run queries on the latest snapshot
* Update height to -1 for txns with any [unconfirmed input](https://electrumx.readthedocs.io/en/latest/protocol-basics.html#status)
# Bitcoind
* Stream blocks (instead batching RPCs)
* Use nTx from [getblockheader RPC](https://github.com/bitcoin/bitcoin/pull/13451) for better batching
* Handle bitcoind connection failures - instead of crashing
* Add getrawtransactions() API (for RPC batching)