-
The `Script::to_v1_p2th` method says "assuming that the script is a tapscript". It would be nice if we could actually check that.
-
Hi all, thanks for the wonderful work on bitcoin on Ledger here! 😍
Due to increasing `CLA_NOT_SUPPORTED` error reports at [pocketbitcoin.com](https://pocketbitcoin.com) I started upgrading our Led…
-
It is impossible to do constructions like
```
or(
thresh(3, pk1, pk2, pk3),
and(thresh(2, pk1, pk2, pk3), older(100),
and(thresh(1, pk1, pk2, pk3), older(1000),
)
```
Such constructs…
-
We are trying to move our CI to Nix using `crane` as the main tool, see https://github.com/bitcoindevkit/bdk/pull/1165
We have a MSRV of 1.57.0 and we need to test it on CI.
I am trying to build it …
-
Gathering topics to discuss.
Categories:
- News
- New Work/Research, ML posts
- Bitcoin Projects
- Lightning Projects
- Client Software Projects
-
Hi, rust-bitcoin 0.29 is released yet, when is planned a new release of rust-miniscript with this version?
-
Example a whitelist policy which prevents interaction to unknown contract. (i.e the field to is not in the policy)
-
@LLFourn is working on a module for miniscript that is currently being used by `bdk_core_example` to get the satisfaction weight and to do signing.
@afilini and @danielabrozzoni have taken over this …
-
See the proposed agenda here: https://hackmd.io/@thunderbiscuit/devcalls/.
The call is scheduled for Tuesday, January 24 2023 at 13:00 UTC.
Comment on this issue if you'd like us to add anything…
-
In https://github.com/rust-bitcoin/rust-miniscript/pull/476 we're sensibly changing the definition of `max_satisfaction_weight` to "how much more weight would satisfying this input add over `TxIn::def…