Riccardo Casatta

Results 149 comments of Riccardo Casatta

@dr-orlovsky is this still an issue?

I worked on gdk single-sig which is used by iOS wallet Aqua and use this library, even if I am not directly involved anymore from what I know from @lvaccaro...

I was forgetting to tell you that now methods on Client doesn't require anymore &mut self, so it should be easier

I see, then I don't understand exactly what is happening. I may suggest wrapping the electrum error in your error type, so that we may have a better clue? FYI...

> Regarding retry; does it retries to re-establish TCP connection or just resends the same request over a broken connection? it instatiates a new client, so it recreates the TCP...

maybe we can push the bin to crates so that we can `cargo install` it

`bitcoin-cli dumptxoutset` already does this, won't implement

Sorry for the noob question, empty prompt (hitting return at `>>`) returns different casual answers, so is there randomness in the process?

I just finished here thinking to trying to use [arti_client](https://docs.rs/arti-client/latest/arti_client/#connecting-to-tor) with rust-electrum-client but noting that is async based while this is not. Even some temporary hack like [SyncIoBridge](https://docs.rs/tokio-util/latest/tokio_util/io/struct.SyncIoBridge.html) seems not...