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:
parent
da9133f583
commit
464c3a4eb1
1 changed files with 2 additions and 0 deletions
2
TODO.md
2
TODO.md
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue