You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bitcoin RPC client in the btcio module was copied in from previous prototypes. It functions for basic purposes well enough, but it's lacking numerous useful features and has some code quality issues (excessive allocation, ad-hoc encoding/decoding of values, etc.). We should replace it with an existing mature Bitcoin RPC client library that's tested and trusted by other projects, providing an impl for the L1Client trait that wraps it.
The text was updated successfully, but these errors were encountered:
The Bitcoin RPC client in the btcio module was copied in from previous prototypes. It functions for basic purposes well enough, but it's lacking numerous useful features and has some code quality issues (excessive allocation, ad-hoc encoding/decoding of values, etc.). We should replace it with an existing mature Bitcoin RPC client library that's tested and trusted by other projects, providing an impl for the
L1Client
trait that wraps it.The text was updated successfully, but these errors were encountered: