-
Notifications
You must be signed in to change notification settings - Fork 327
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
Fork or create new crate to replace rust-bitcoincore-rpc #1589
Comments
I think it would make sense to build on the new |
It would make sense to me for |
Well, it already has a blocking client, although not fully production-ready as this stage.
Right, my main point is that we should build upon |
I might have some changes to make upstream, I am working in a bitcoincore async client at @alpenlabs and had to do some improvements in the |
The thing is, no one in If a bunch of you disagree with my "users should create their own production client" then you guys could build a client on top of |
IMO, we indeed should build and maintain such clients in a single place as otherwise everyone will need to build there own, which is just more total work. It would also hopefully result in having more eyes on less code, which is more generally a good idea. My preferred place for it would indeed be in the How we'd want to proceed implementing the async client is IMO not immediately clear as we previously concluded to drop |
Describe the enhancement
Since rust-bitcoincore-rpc may not be updated as often as we need it was suggested on rust-bitcoin/rust-bitcoincore-rpc#365 that we may want to create our own BDK version of it so we can get changes merged sooner.
Use case
More frequent updates would help us get features we need sooner, like supporting pruned bitcoind nodes.
Additional context
rust-bitcoin/rust-bitcoincore-rpc#365 (comment)
The text was updated successfully, but these errors were encountered: