-
Notifications
You must be signed in to change notification settings - Fork 10
Upstream parity #1
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
Comments
I'd take a PR to fix it -- it's not super straighforward to rebase this on the upstream though afaict, since it seems it will take a very different approach to async... but the patch should do it feature gated. |
The bugfixes I care about are just contained to Do you want to use |
vice-versa might make more sense -- it just needs to be simple to get the things sapio-bitcoin has, like CTV support and schemars support. |
wip for this here #3 |
I hadn't put enough thought into it to be ready to submit a PR and now I don't even remember what I added, but FWIW I did this in my fork: https://github.com/mappum/rust-bitcoincore-rpc-async/commits/main |
There have been some bugfixes in
rust-bitcoincore-rpc
which have not made it to this crate yet. It seems things would be easier to keep in sync if we just depended onrust-bitcoincore-json
, but it was forked to use thesapio-bitcoin
types.@JeremyRubin would you be open to accepting a PR that changes the dependency to
rust-bitcoincore-json
and thebitcoin
types or should I maintain that in a separate fork? Or possibly, both could be supported gated by a cargo feature (although I'm not sure the correct way to do that since features are not meant to be mutually-exclusive).The text was updated successfully, but these errors were encountered: