-
Unless I am missing something trivial, we forgot to export this?
-
:calendar: Tues April 11, 2023 13:00 UTC
:round_pushpin: Discord General Voice Channel
## Discussion Items
- [ ] 0.28.0 Release
- [ ] [Bitcoin 2023 Miami](https://b.tc/conference/) May 18-2…
-
-
Following up from discussions in discord on this subject, I thought I'd think through the case for adding some convenience methods particular for Swift, and SwiftUI.
Anyone building a product with …
-
Mini Micro has a cool "import" feature described [here](https://forums.miniscript.org/d/93-how-import-works). (And to close some of the questions open in that thread: yes, you can use `if globals == …
-
The `e` type property for `or_d` is computed as `e=e_x*e_y`
https://github.com/sipa/miniscript/blob/484386a50dbda962669cc163f239fe16e101b6f0/bitcoin/script/miniscript.cpp#L175
The website's type…
-
At the moment we have `"bitcoin" Network::Bitcoin`, then we have `from_core_arg` to accept "main" because it's the way bitcoin core refer to mainnet.
Lately I saw umbrel use "mainnet"
Is it acc…
-
ripemd160 and hash160 fail when using 40 char hex.
The problem can be tracked back to https://bitcoin.sipa.be/miniscript/.
Test this miniscript: and_v(v:pk(k),ripemd160(095ff41131e5946f3c85f79e44a…
-
Drop links here!
-
Have to decide on behaviour of the instruction in Scripts. Most likely just disable it.