serai/coins/monero/tests
Luke Parker 56fd11ab8d
Use a single long-lived RPC connection when authenticated
The prior system spawned a new connection per request to enable parallelism,
yet kept hitting hyper::IncompleteMessages I couldn't track down. This
attempts to resolve those by a long-lived socket.

Halves the amount of requests per-authenticated RPC call, and accordingly is
likely still better overall.

I don't believe this is resolved yet but this is still worth pushing.
2023-11-07 17:42:19 -05:00
..
add_data.rs Meaningful changes from aggressive-clippy 2023-07-08 11:29:07 -04:00
eventuality.rs Processor (#259) 2023-03-16 22:59:40 -04:00
runner.rs Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00
scan.rs Convert the FeaturedAddress tuple to a struct 2023-01-07 05:37:43 -05:00
send.rs Merge branch 'dalek-4.0' into develop 2023-08-17 02:00:36 -04:00
wallet2_compatibility.rs Use a single long-lived RPC connection when authenticated 2023-11-07 17:42:19 -05:00