-
-
Calling `node->ToString` on a node constructed from 2000 consecutive `OP_FALSE` opcodes causes execution to halt due to running out of stack space.
The root cause is the unbounded recursion in `Mak…
-
**Describe the enhancement**
Create an example of a BDK wallet custom signer using the Ledger `ledger_bitcoin_client` crate. This might make sense to split into a new optional module. See the [bi…
-
Hi, i try to install descriptor-wallet following the command in the README.md
```
rustup default stable
$ rustup update
$ git clone https://github.com/BP-WG/descriptor-wallet
$ cd descriptor-wa…
-
Follow-up to #2356
Note: The following was written when we expected to be able to upgrade to `bitcoin` v0.31, but that is no longer possible and we'll have to upgrade straight to v0.32, so the note…
-
Descriptor loses formatting options on `Display` and `Debug`. Specifically, if alternative formatting is provided, it does not reach specific miniscript key implementation. This happens due to the fac…
-
Once user has created an assisted vault, detailed information would be available within the Learn More section of the vault.
Learn More Content:
This wallet secures your funds with a miniscript-b…
-
-
One interesting issue is that the top-level key for the with_huffman_tree really should be extracted from the leaf nodes as the highest likelihood single key path, not an additional chosen key externa…
-
While keys can be used to derive any kind of address usually they are not reused and their purpose is defined by derivation or WIF.
I think it'd be nice to track the purpose of the keys in types to a…