Daniela Brozzoni
Daniela Brozzoni
See https://github.com/bitcoindevkit/bdk/pull/640#discussion_r912108494 The idea is that if I have 10BTC in my wallet which are confirmed, but I'll be able to spend it only in a few months, then maybe...
### Description ### Notes to the reviewers ### Changelog notice - bdk re-exports the `hwi` create when the feature `hardware-signer` is on - Add `examples/hardware_signer.rs` ### Checklists #### All Submissions:...
Some users might want to use our CS implementations without having to use the BDK wallet itself. We might just segregate all the CS implementations in a different crate that...
We recently had a call to discuss how we can improve the blockchain tests. Bits: # Blockchain test problems - Minimint does all its testing manually (spawning nodes with bash...
This would use a default `size_of_change` https://github.com/bitcoindevkit/bdk/blob/061f15af004ce16ea107cfcbe86e0120be22eaa8/src/wallet/coin_selection.rs#L402-L421
https://github.com/bitcoindevkit/bdk/pull/727#discussion_r950342681
Fixes #1101 - Moves keychain::ChangeSet inside `keychain/txout_index.rs` as now the `ChangeSet` depends on miniscript - Slightly cleans up tests by introducing some constant descriptors - The KeychainTxOutIndex's internal SpkIterator now...
Fixes #1066 ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy`...
When reviewing #1225 I noticed that the definition of `stop_gap` we currently use is different from *the one I had in mind*. In any case, we should clearly define it...
Needs #1023 `max_satisfaction_weight` is deprecated, we should switch to using `max_weight_to_satisfy` instead. Note that the switch is not an easy search and replace, the two methods have slightly different definitions