-
I was playing around with a probably-too-cute script for LN channel smart contract, and was looking for something to decide for me if miniscript can infer the structure of the script.
f.e.
```
…
-
`cargo new` with the following `Cargo.toml` dependencies:
```toml
[dependencies]
bdk = { version = "0.29", features = ["esplora"] }
```
Produces the following compilation error:
```
$ car…
-
Per discussion in our last backlog review call, since the bdk wallet APIs are opinionated about how to correctly build and use an on-chain wallet we should make unique internal (change address) and ex…
-
Fuzz timeouts may hint at bugs or performance issues. Also, they may block the fuzz CI and fuzz farms from making progress in a reasonable time.
Thus, they should be fixed.
One timeout was fixed…
-
In command-line (C++) MiniScript, if line continuation is done via a keyword like `and`, `not`, or `or`, it gets concatenated directly with the start of the next line. There should instead be an impl…
-
for example:
descriptor `wpkh([34e0c3cf/84h/1h/0h]tpubDD55VJFXhZoFadN2rTtP4vXUkde4vxvvstx9tHhkTTo6kg5XqZG1R4ViqAzxgdmcDMfUWPybkSsWbNsbCDPjwvssg47Wv9g3VJED3n4wFsZ/1/*)#gn2rx2kk`
how to generate ad…
-
How to reproduce:
1. Create a bip39 seedphrase. import to electrum, export zpub
2. Import zpub to sparrow
3. export descriptor in from sparrow. You get a txt file with three descriptors. Take the …
-
# Conan Center Bot
* Date: 15/11/2024
* GitHub Action run: [11851293722](https://github.com/qchateau/conan-center-bot/actions/runs/11851293722)
* Parsed recipes: 1803
* Up-to-date recipes: 898
* Upda…
-
Hi, I'm just trying to build a simple brc20 transaction with myself, however, when i broadcast the signed transaction via bitcoin core, got an error with:
```
mandatory-script-verify-flag-failed (W…
-
I have been trying to write a wsh descriptor and provide a way to spend relying on sha256 preimages however when analyzing the policy or output descriptor I can't seem to find a way to provide the act…