Skip to content

Add connection pool with r2d2

Dagur Valberg Johannsson requested to merge dagurval/rostrum:rpc-pool into master

This adds r2d2 connection pool to handle multiple RPC connections to bitcoind. This also adds a custom pool driver written with the jsonrpc crate, replacing our custom implementation.

Merge request reports