Browse Source

Add mempool limiting TODO

refactor-mempool
Roman Zeyde 6 years ago
parent
commit
e7e9a4bd34
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 1
      TODO.md

1
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

Loading…
Cancel
Save