-
Does a function for converting a redeem script or witness script into Miniscript exist?
Reference - [Introduction section from sipa](https://bitcoin.sipa.be/miniscript) `Finally, compatible scripts…
-
`-5 ^ 2` should produce 25, but instead produces -25, as if `^` has higher precedence than `-`.
`5 ^ -2` produces a compiler error, again because `-` is not applying to the 2 before `^` is parsed.
…
-
It would be great to add an icon to `.ms` files.
I suggest using the official miniscript icon: https://github.com/juh9870/miniscript-syntax/blob/master/icons/Icon.png
It looks fine when viewed in VS…
-
It would be great to have a support for MiniScipt files too.
Grey Script is based on MiniScript, and as far as I'm aware, it has no differences compared to the 2021 version of MiniScript.
A simp…
-
Bitcoin-core will not compile if using miniupnpc 2.2.8.
Looks like the API in `miniupnpc.h` v2.2.8 has changed compared to v2.2.7 used in `depends`.
Found this while updating the [macports package…
-
`bitcoind` is depended on by `rust-miniscript`, as such upgrading it requires upgrading `bitcoind`. Would it be better if `bitcoind` lived in the `github.com/rust-bitcoin` org and some of the maintena…
-
[Displa](https://github.com/ElementsProject/elements-miniscript/blob/af410f6f6e4b645977e26e0809acae1a33e986b5/src/descriptor/mod.rs#L118)
has "el" prepended but the `FromStr` impl seems to not have…
-
Prompted by discussions at https://github.com/wizardsardine/liana/issues/539, this is a sketch for a BIP proposal for serializing wallet descriptors. I raise it here for comments and because Blockchai…
-
**Description**
In order for BDK to extend beyond just a Bitcoin wallet, it needs a more powerful descriptor capability. This project aims at improving the descriptors used in the library. …
-
This is pretty absurd to me that MiniScript does this, but there we go. Behaviour is the same in GreyScript, too.
```Lua
a = function(x)
return function
print x
end function
end functi…