bdk icon indicating copy to clipboard operation
bdk copied to clipboard

A modern, lightweight, descriptor-based wallet library written in Rust!

Results 476 bdk issues
Sort by recently updated
recently updated
newest added

### Description Verify signatures after signing As per [BIP-340, footnote 14][fn]: > Verifying the signature before leaving the signer prevents random or > attacker provoked computation errors. This prevents publishing...

### Description After recent changes in balance calculation, the `get_funded_wallet` test function will not show any balance because we are not setting the `sync_time` in the `populate_test_db` macro.. Our existing...

> Out-of-bounds read when opening multiple column families with TTL | Details | | | ------------------- | ---------------------------------------------- | | Package | `rocksdb` | | Version | `0.14.0` | |...

BDK is issuing a large importdescriptors call, which is turning out to be very slow. See [this issue for some of the gruesome details](https://github.com/bitcoin/bitcoin/issues/25724). I think the call is large...

bug
module-blockchain

We want to be able to use `TxBuilder::allow_shrinking()` on a transaction that is created using `Wallet::build_tx()` but currently `TxBuilder::allow_shrinking()` is only allowed on transactions built with `Wallet::build_fee_bump(txid)`, which requires a...

We needed this for testing our wallet with dust, does this look like a reasonable feature? If so, I'll go ahead and add a test, update the changelog, etc.

### Description During table creation, Sqlite does not throw an error when a column datatype is not defined. In addition, the datatype provided during table creation does not put a...

### Description Update DEVELOPMENT_CYCLE and release instructions to make [overriding dependencies] possible for downstream projects with unreleased `bdk` versions for development and testing. Also simplifies the release process by capturing...

### Description This also changes the code coverage front end to coveralls instead of codecov, which had some issues with other changes in the PR. This will provide better and...