thunderbiscuit

Results 28 comments of thunderbiscuit

@eoger I'm wondering if this has been solved, as I see that it's been "closed as completed" in https://github.com/mozilla/application-services/issues/4254 and https://github.com/mozilla/application-services/issues/3436. We've been using a sort of patch system where...

Oh that's very exciting! I see some of that code has been merged to `main` so I assume it's passed the design phase and is moving full steam ahead? From...

We ran into problems with the reserved Swift keyword `internal` for [bdk-swift](https://github.com/bitcoindevkit/bdk-ffi/pull/197). I think this would have prevented the issue, and I just wanted to give a thumbs up for...

Ok so I don't know how I didn't notice this before but the `setuptools_rust` creates `*.so` files on my mac M1 and the `loadIndirect()` function is clearly looking for a...

Just want to comment to say that this is also a feature I'd use if implemented.

I think we're bumping into a related issue when we attempted to RBF bump a transaction on bdk-ffi/Kotlin. BIP 125 says that nodes will relay transactions for which the fees...

@LLFourn we've been looking at ways to provide this fee rate to the user in the bindings. Is #728 helpful for your use case? It's not providing the fee rate...

Working on the FFI integration here: bitcoindevkit/bdk-ffi#207 With this wallet: [Devkit Wallet Nakamoto branch](https://github.com/thunderbiscuit/devkit-wallet/tree/nakamoto)

Not sure yet! I need to start playing around with Nakamoto on my desktop to understand better how it works. But let me ping @rajarshimaitra and @notmandatory who I know...

Just want to link to this PR for those who might come across this issue: bitcoindevkit/bdk-ffi#207