-
Notifications
You must be signed in to change notification settings - Fork 64
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
Async support? #96
Comments
As I mentioned at bitcoindevkit/bdk#66 I guess it would also make it possible to add Tor support using arti-client. |
@oleonardolima I think just make it possible to switch up any transport layer using a trait. Probably |
Good, that makes sense. I'll try to take a look at it after adding the support on |
@oleonardolima FYI I hand-wrote an async client with a few methods that were required for my project. I may be able to publish it as it may serve as a starting point. |
@Kixunil Cool! Thanks, that would be really helpful and a great starting point. |
I just finished here thinking to trying to use arti_client with rust-electrum-client but noting that is async based while this is not. Even some temporary hack like SyncIoBridge seems not easily applicable here, because the stream is not handled splitted (separated Read/Write) |
@RCasatta yeah, IIRC that's why I ended up writing my own and as I did I found that the whole thing is quite involved. @oleonardolima sorry to keep you waiting this long I will try soon. |
@Kixunil No worries, I'm still working on |
It's out now: https://github.com/Kixunil/async-electrum-client |
No |
@oleonardolima curious, are you still actively working on this? |
@jurvis I'm not currently working on this, other issues took priority, although it's still on my list. Is it a pressing issue/feature that you need? |
@oleonardolima not pressing, just asking! do you have a draft branch going somewhere? |
As a networking-related dependency, this would be a great candidate for making it async.
The text was updated successfully, but these errors were encountered: