Lloyd Fournier

Results 280 comments of Lloyd Fournier

Hey @xfap. Yeah you'd have to implement `Sigma` yourself for this. I'd be interested to know if you have any difficulty doing this or you think `sigma_fun`'s design could be...

I would not implement `policy.rs` api because of this change FWIW.

Thanks @e1a0a0ea. I'm a little unsure that this the place to address the problem. The problem exists when syncing and may be addressable in the syncing logic by handing the...

Hmm just noting that @evanlinjin did try what I suggested anyway: https://github.com/bitcoindevkit/bdk/issues/1120#issuecomment-1834676960

I solved this problem for myself once but never managed to upstream it. See: https://github.com/LLFourn/bdk/blob/9e6150717d392538ea8b514de7c6af9c3ea69e1f/src/blockchain/mod.rs#L285 This parsing of RPC error messages could be rolled into its own crate I think.

can we get a deeper exposition on why we need to do this. What problem are we solving and what others solutions have we considered?

Thanks for the explanation. I think this approach to the problem misses the mark. It **does** modify the API of `walk_conflicts` to make it more complicated. It is not clear...

Hey @ajtowns. Let me clarify what I am imagining. There are three parties Alice (sender), Bob (receiver) and Larry (Bob's LSP). Bob gives Alice an address that is a function...

Yes. I've changed the title the to reflect that this is about extending the existing non-interactive channels idea to be able to avoid committing to the amount the channel output...

> So from my understanding, you have Alice receiving a p2tr paying to `C_tx0`, where there are 2 initial balances, one for Bob and one for Larry. The p2tr should...