Steve Myers

Results 580 comments of Steve Myers

Using something like an `async` feature flag, could we enable `async` versions of wallet functions, so if enabled would be called something like: ```rust let blockchain: AsyncBlockchain = ...; //...

Thanks for the explanation, making features additive makes sense and sounds like the right way to design things. It's even in the [Cargo Book](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification) which apparently I need to read...

> @notmandatory I feel like #104 could also be included in this PR itself.. That has no code changes but documentation updates only.. Looks like #104 is touching alot of...

Since [bdk 0.21](https://github.com/bitcoindevkit/bdk/releases/tag/v0.21.0) is out now can this PR be fixed? I think the PR that was needed is https://github.com/bitcoindevkit/bdk/pull/672.

I added a comment on #726.

prelim ACK, @waterst0ne and I did testing on earlier versions in July of this and the main suggestion from that testing was addressed when @rajarshimaitra added sub-menus in the repl....

Everything looks good with the electrum backend and bdk client, I did a bunch of testing with repl mode too. I pushed a small commit so that in repl mode...

> I tested the work flow again in linux machine and all seems to be working okay.. Thanks for retesting on Linux, the problem I'm seeing must just be on...

Hi, sorry for the delay in getting to this, it's Ok if only network needs to be changed. You should be able to make your PR against the `master` bdk-cli...

The bdk 0.20.0 version has a bunch of fixes and is due out July 13. As soon as it's released I'd like to get it into `bdk-cli` and release a...