Steve Myers
Steve Myers
Looks like the `electrsd` crate may need to be updated to provide `arm` builds of `electrs` and `bitcoind` or this workflow will need to be updated to use a docker...
I should try to reuse the existing script.
Concept ACK. Please add a comment if you were able to manually test this with a physical device.
@ben-kaufman do you want to get #105 in before we do a new release for this one?
Best to open a new issue or PR to discuss improving the error handling.
I added this to the `bdk_wallet` 3.0 milestone to remind me to to talk to @110CodingP and the team about bringing [bdk_redb](https://crates.io/crates/bdk_redb) into the bitcoindevkit org. :-)
Which versions of the Esplora server support this?
@tnull thanks for taking a look, @psg-19 is my summer of bitcoin mentee. I agree this is a big change but as you pointed out the goal is to reduce...
Another option we should consider for this PR is making `async_minreq` an optional "experimental" features so projects can help test it out while the `async_minreq` crate matures. The down-side is...
The latest commit to feature flag the `async-minreq` code looks good! I have a few suggestions for finishing this off: 1. put the current `async` code blocks before the `async-minreq`...