Dave Hrycyszyn
Dave Hrycyszyn
Ok, updated with the following: 1. turned the vault descriptor in a `Wallet` 2. used `Psbt::sign` instead of Ecdsa signing 3. added printlns to show the general flow. I didn't...
Looking quite a bit nicer now. Is it possible for you to squash merge it into the main bdk repo when ready? I've tied myself in a few git knots...
Ok, all squashed in place now, sorry for the noise.
It looks like the API for `wallet.apply_update()` has been changed in the past week, so this PR fails CI: https://github.com/bitcoindevkit/bdk/actions/runs/10577332007/job/29489915320?pr=1559 The old API took a `graph` in an Update struct:...
I've synced my branch with the bdk master and fixed compilation on top of that. Should be ready for review now.
Hi @rachyandco where did this binary come from? Rust annoyingly has a dependence on the system's `libc`. If you downloaded it, or compiled it on machine A and copied it...