joinmarket icon indicating copy to clipboard operation
joinmarket copied to clipboard

Rewrite jsonrpc to use a persistent socket

Open chris-belcher opened this issue 8 years ago • 1 comments

Right now our JSON-RPC code creates a new HTTP connection for every query. This is inefficent, especially when lots are called at once, for example when importing lots of watch-only addresses.

chris-belcher avatar Mar 16 '16 21:03 chris-belcher

Another reason to do this is to fix this bug https://www.reddit.com/r/joinmarket/comments/5fq6oh/wallettoolpy_history_error/

chris-belcher avatar Dec 08 '16 00:12 chris-belcher