electrs icon indicating copy to clipboard operation
electrs copied to clipboard

batched mempool fetching should be smart about which TXs to fetch

Open conduition opened this issue 2 years ago • 0 comments

See this thread for more info: https://github.com/romanz/electrs/pull/979#discussion_r1435404723

The batched mempool TX fetching logic should chunk TXs intelligently based on their expected size, so that we don't fetch too many large transactions (e.g. inscriptions) at once.

conduition avatar Dec 23 '23 18:12 conduition