mempool / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
60 stars 30 forks source link

Shorten mempool lock holding for update #87

Closed junderw closed 4 months ago

junderw commented 4 months ago

Based off of https://github.com/Blockstream/electrs/pull/77

This allows for the mempool lock to be taken more easily when the mempool is large. (No locks are held while waiting for large RPC responses containing the entire mempool.