-
Soon as https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/234 merges we can upgrade the bitcoincore-rpc dependency allowing `rust-miniscript` to upgrade `rust-bitcoin`.
-
Hi, do you have plans for a near release with that last rust-bitcoin version? With current release, is not possible to use it with webassembly, and rust-miniscript and bitcoind need that.
Thanks
-
Currently, the output of `export-bitcoin-wallet` looks something like this:
```
{"descriptor":"wpkh(xprv9s21gel82lxs8nvu49v2839189932ddkjdf2j6Ymmk/84'/0'/0'/0/*)","blockheight":31337,"label":"asb-bi…
-
I am trying to test a multisig setup with 2 of keys on bdk-cli and 1 in another app. I got a single signed PSBT from another app, and signed it with my wallet on bdk-cli. On signing ```is_finalized```…
-
PR #159 adds a `TXIN_BASE_WEIGHT` constant, which represents the `base weight of a Txin, not counting the weight needed for satisfaying it`. At the moment this constant is calculated as:
```
// prev…
-
Are we sure elements miniscript is also safe from MinimalIF bug?
https://github.com/rust-bitcoin/rust-miniscript/blob/master/doc/security_report_2022_04_20.md
tiero updated
2 years ago
-
## Create a new minor release
### Summary
BDK release 0.24.0 is out! It has dependency updates for rust-bitcoin to 0.29 and rust-miniscript to 8.0, new default low-R signatures (saves 1 byte), b…
-
I am starting to realize that most operations one might want to do on a `Descriptor` are only meaningful either if the descriptor has all the keys in their "extended" form or if all of them are "deriv…
-
> Using Bitcoin-Core 0.21.1
We have a spending policy to allow one key to sign OR another key AND a timelock.
`or(pk(key_1),and(pk(key_2),after(15120)))`
eg. HD Public Key Format:
`key_1: […
-
Please copy and run the code below to see the exception
Following the example of [tapscript-example-with-tap](https://github.com/bitcoin-core/btcdeb/blob/master/doc/tapscript-example-with-tap.md) u…