interlay / interbtc-clients

interBTC Clients | Vault, Oracle, Faucet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to async bitcoin rpc

sander2 opened this issue · comments

We should switch to an async implementation of the bitcoin rpc asap. Using a blocking interface can have nasty side effects such as #405.

Async bitcoin rpc is WIP, although there has not been activity recently: rust-bitcoin/rust-bitcoincore-rpc#212