Steve Myers
Steve Myers
Closing this issue until we have officially move coin selection out of `bdk_wallet` and into a new `bdk_coin_select` crate.
I had to bump the MSRV to 1.57 again in #842. Even if we put things like the blockchain modules in different crates (as in bdk_core wip) to make an...
Tasks from our call last night: - [ ] Update CI - [ ] make sure complete subsets of bdk crates needed for a wallet compile with rust v1.48 -...
We're still targeting rust 1.48, but in case that ever changes here's link from the Rust team on glibc and Linux kernel requirements: https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html Also for reference, glibc version for...
It looks like LDK team is working on updating their MSRV to 1.63.0 which is the version that ships with the current debian stable (bookworm). If there are no objections...
I forgot I already had this PR ready when I opened the issue. 🙄
We will discuss on this on Tues at the call but your recommendations above all look good to me. I'll start updating #1194 unless anyone has already started working on...
completed with #1403
Looks like there's a problem with building for 0.57 so moved this to draft status until I (or someone else) can take a look.
You said you are using a dummy descriptor unrelated to the given inputs of the PSBT, but your PSBT is missing a "final script sig" or "final script witness" (decode...