-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate Sv2 Roles to use rust-bitcoincore-rpc #1123
Comments
we removed that dependency why do you want re add it? @lorbax |
why was it removed? @marathon-gary do you mind please explaining why you would prefer |
I was unaware of this history, I'll dig through issues/PRs to find the reasoning.
Reducing the amount of code that needs to be maintained is the first thing that comes to mind. |
#761 (comment) |
if I remeber correctly was to have somthing with an async api but not sure maybe @lorbax remeber better. |
json-rpc uses serde for serializing and deserializing. The way it is imported is non compatible with the way it is imported in the libraries. To fix this error requires likely much more work than writing it ex novo. |
Is there a documentation of the actual error? |
no, but it is easy to try reproduce it, you have to use bitcoincore-rpc and as I remember you get an error by just importing it. |
https://github.com/rust-bitcoin/rust-bitcoincore-rpc
#1095 (comment)
#1095 (review)
There's probably a checklist to be made here for follow on issues/PRs.
The text was updated successfully, but these errors were encountered: