1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Add mempool limiting TODO

This commit is contained in:
Roman Zeyde 2018-06-26 18:52:06 +03:00
parent 4b008809ff
commit e7e9a4bd34
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -4,6 +4,7 @@
* Support TLS (via https://docs.rs/rustls/) * Support TLS (via https://docs.rs/rustls/)
* Snapshot DB after successful indexing - and run queries on the latest snapshot * 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) * Update height to -1 for txns with any [unconfirmed input](https://electrumx.readthedocs.io/en/latest/protocol-basics.html#status)
* Limit mempool TXs (e.g. by fee rate) when mempool is large
# Bitcoind # Bitcoind