From e7e9a4bd34e4eca90f6f9df9337ce2350f59a328 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 26 Jun 2018 18:52:06 +0300 Subject: [PATCH] Add mempool limiting TODO --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 2d3e366..a8d0856 100644 --- a/TODO.md +++ b/TODO.md @@ -4,6 +4,7 @@ * 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) +* Limit mempool TXs (e.g. by fee rate) when mempool is large # Bitcoind