Casey Bowman

Results 12 comments of Casey Bowman

I'd like to clarify what to expect in the API of lnd 0.16 regarding this issue. I saw @joostjager 's [tweet](https://twitter.com/joostjgr/status/1588150099322060801) > To address this, lnd 0.16 will contain a...

Nothing to be done, as discussed in open hours. When running npm for production, `rm -rf node_modules && rm package-lock.json && npm i --production` there's no issue, just an unrelated...

It appears that the [RTL c-lightning-REST API](https://github.com/Ride-The-Lightning/c-lightning-REST/blob/master/docs/invoice.md) does not include a parameter for the payment hash when creating an invoice via invoice/genInvoice. We'll need that _if_ we use this for...

How does one update the CargoMSRV.lock file? After the version of bip39 in the root Cargo.toml file changed to 2.0, I encounter an error when running `nix flake -L check...

Thanks, @storopoli !

Last night I ran `nix flake -L check --keep-failed` on commit 2105f99 It ran **successfully**, except for one set of errors in the middle. I am attaching those errors, from...

If two descriptors are the same except that each has a different extended public key that is replaced by the corresponding extended private key, do these qualify as distinct? Also,...

It seems there is related work @tcharding is doing in rust-psbt, too. See [his comment here](https://github.com/rust-bitcoin/rust-bitcoin/pull/2458#pullrequestreview-1868931503). I hope to learn more as I delve into the code myself this weekend....

> @casey-bowman You might have some good ideas for a future [book of bdk](https://github.com/bitcoindevkit/book-of-bdk) tutorial about spending policies. Definitely. I'd like to give back somehow, and the tutorial looks like...

I've asked the following question in issue #1390, too. If two descriptors are the same except that each has a different extended public key that is replaced by the corresponding...