Antoine Poinsot

Results 549 comments of Antoine Poinsot

Well, i think that it's great to have different backends to pick from but this issue was specifically related to Sauron whereas #248 adds a link to an alternative backend...

Ok, we need to check indexes there: https://github.com/lightningd/plugins/blob/c4a1a70afe55ae3d6a14bf3c745217ca07fef218/sauron/sauron.py#L180-L184

> Relevant (once we can fee bump) Doesn't `mempool min fee not met` and `mempool full` belong here too ?

We could also directly use `bitcoind` JSONRPC interface instead of proxying through `bitcoin-cli`.. For reference @vasild pointed this out to me while i was coding `bcli`, but doing this would...

I still plan to review this. (Sorry for taking so long with #202..)

The Miniscript syntax for P2WSH is now final. The `pkh()` and `pk()` aliases, as well as the rename of `thresh_m()` to `multi()` made the syntax of Miniscript descriptors backward compatible...

For the Miniscript part, how about we look into making https://github.com/sipa/miniscript/ a library and exposing a C API?

Is it still WIP? What is left to be done there? Any way i can help this work to move forward?

Fixed by https://github.com/ElementsProject/lightning/pull/2326 ?

Note that [libwally is implementing Miniscript and Output Descriptors](https://github.com/ElementsProject/libwally-core/pull/310), since it is already a dependency of this project it would very likely not be necessary to re-implement it here.