mempool / electrs

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

Support batched JSON-RPC requests #77

Closed craigraw closed 1 week ago

craigraw commented 6 months ago

It would be great to support batched requests - wallet loading is significantly faster, in part due to reduced network activity and data overhead. Electrs, Fulcrum and ElectrumX have supported batched JSON-RPC requests for several years now.

junderw commented 6 months ago

Note to self: Feels like support for this can be added more easily after #55

wiz commented 1 month ago

@junderw can you please work on this