bdk-ffi icon indicating copy to clipboard operation
bdk-ffi copied to clipboard

Please consider this project *experimental*. But we hope to have an official release out soon.

Results 61 bdk-ffi issues
Sort by recently updated
recently updated
newest added

See thunderbiscuit/uniffi-examples#3 and mozilla/uniffi-rs#1630 for more. The PR on uniffi-examples mentions that you can use the `strip` unix tool to further down strip the binaries once the scaffolding code has...

The current audit task we're using ([actions-rs/audit-check@v1](https://github.com/actions-rs/audit-check)) isn't maintained. We should find one that is being maintained. For example: [actions-rust-lang/audit@v1](https://github.com/actions-rust-lang/audit)

CI

**Describe the enhancement** Currently `DescriptorPublicKey`, `DescriptorPrivateKey`, and `Descriptor` only support extended keys but should also be able to use `BdkDescriptorSecretKey::Single` variants. **Use case** Paperwallets and devices like SatsCards use `Single`...

enhancement

On the Python CI workflows we're getting this warning: > The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see:...

CI

**Describe the bug** Using concurrency value of more than 2 for EsploraConfig is resulting in following errors: 1. failed to lookup address information: nodename nor servname provided, or not known...

bug

At the moment TxBuilder does not have `add_foreign_utxo` https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/wallet/tx_builder/struct.TxBuilder.html#method.add_foreign_utxo It will be great to have this method exposed so that it can be used in the language and framework bindings....

The structure bdk::descriptor::policy::PkOrF contains fingerprint and xpub (if I understand correctly), which are currently unavailable in bdk-ffi (if the descriptor was created from a seed). I do not know if...

I'm opening this so others can find the discussion around what versions of GLIBC we want to support for bdk-jvm, and overall what distros we want to make sure will...

discussion
language: kotlin
platform: jvm
language: java

Our current implementation of the `.extend()` method carries over the wildcard choice made initially by the `DescriptorSecretKey` type. This means that if the DescriptorSecretKey was created without a wildcard, there...