thunderbiscuit

Results 104 issues of thunderbiscuit

I'm not sure why, but it looks like it has something to do with Netlify? A look at any of the PRs of the past few months shows that the...

I was discussing with someone what you could do with bdk and bdk-kotlin at the moment, and it occurred to me that the API is currently small enough that you...

discussion

I'm sorry to be using a GitHub issue for this... I just can't seem to find an email for the maintainer/maintainers of this repo. I looked at Devin's twitter account...

Since the purpose of the `bdk_wallet` crate is to provide useful/opinionated ways to perform standard wallet tasks, it feels to me like a simple-to-use "get me all important—nicely bundled if...

new feature
module-wallet

One might expect that the `Wallet.transactions()` method replaced the `Wallet.list_transactions()` and will return similar transactions (the transactions related to the descriptors the wallet tracks). This is not the case, as...

discussion
module-wallet
api

Hi there. Thanks for the fantastic work on this library! I'm opening this issue because I've been hacking on the Cashu protocol a little bit and added this library as...

This is a follow-up of https://github.com/BlockchainCommons/Research/issues/138, and is using the new test proposed in https://github.com/BlockchainCommons/URKit/pull/5. Let me know if you'd like a different commit message, happy to change it to...

This issue compiles a list of structs and methods that were commented out in the move to the 1.0 early releases in order to keep track of what we probably...

This required exposing the whole PSBT Error (32 variants!). Draft for now.

This PR moves the live tests from testnet to signet. Merge after #518. Note that the tests below do not actually run the live tests. The runs for the live...