Salvatore Ingala
Salvatore Ingala
The app doesn't just check the _validity_ of the miniscript, but also whether it is _sane_, that is, it satisfies a bunch of stricter security properties. Read for example [here](https://bitcoin.stackexchange.com/questions/113878/what-is-a-sane-miniscript-how-does-it-differ-to-a-valid-miniscript)....
If the PSBT is wrong, there is a very high chance that the app would throw an error, as there are many checks that depend con the content of the...
> > If the PSBT is wrong, there is a very high chance that the app would throw an error, as there are many checks that depend con the content...
Note for anyone coming from the Summer of Bitcoin: please note that I will unfortunately not be mentoring this year, and there will be no project related to this repository;...
FYI: Version 2.2.3 should go live some time next week. Thanks for your patience.
I did some experiments in trying to create JS bindings with `wasm-bindgen`. Unsuccessful so far, leaving some notes for future reference. === I did manage to use the transport object...
Thanks @edouardparis, I didn't manage even in that way, either − but it's a useful reference for this issue.
Refactoring attempted in 466daebde09ab13cd974a9a95cf1d3efe58f4b37, 212360cc55e5f77389b58ca6938318c0052216a5 and 9f3bfbdfeedfa7d8394ce130ca586779fafd9f9e; doesn't quite save a lot of memory, although it might still be worth doing as it would likely simplify the UI flows and...
> For Javascript, you can use https://bitcoinerlab.com/modules/descriptors Let me know if you need some assistance. I'm happy to help. Thanks! Last time I checked, there was a circular dependency, as...
Solved for Segwit in #189, still to do for Taproot Scripts.