Steve Myers

Results 580 comments of Steve Myers

@TheBlueMatt, good points. I created https://github.com/bitcoindevkit/bdk/pull/550 as a fix to get our CI working and then we can take our time to decide about any MSRV changes.

Another transitive dependency, `http`, has now updated their MSRV to 1.49, see #595.

> Note that even if a dep updates their MSRV you can keep the looser bound on the MSRV and users can pin-back with something like `cargo update -p tokio...

> I am not familiar with ChannelKeys interface (I think it's been renamed maybe?) but regardless it refers to something internal to ldk channel operations where I don't think there'd...

For reference I found these core miniscript PRs: * Initial support: https://github.com/bitcoin/bitcoin/pull/24147 * Watch only: https://github.com/bitcoin/bitcoin/pull/24148

Re-opened since even after #628 the `test-rpc` and `test-electrum` tests are still not working with `bitcoind_0_23_0`.

Now that #501 is in you can rebase on `master` to fix the CI issue.

No problem, we can leave as draft until you decide how you want to proceed.

My 2 cents on this is I don't think there is a compelling use-case for it. For mobile devices I think the preferred method will be to connect to public...

According to the [`electrs` features](https://github.com/romanz/electrs#features) doc the index overhead should only be about 10%, you may be thinking of `esplora` which does use a lot more disk space and is...