electrs
electrs copied to clipboard
batched mempool fetching should be smart about which TXs to fetch
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.