Antoine Poinsot

Results 549 comments of Antoine Poinsot

Hi, You have to `pip install bitcoin` whether in a virtualenv (preferred) or globally (in this case replace `pip` by `pip3`).

@saubyk FWIW now that you support plugin mode you can listen to notifications such as `invoice_payment` ;-) https://lightning.readthedocs.io/PLUGINS.html#invoice-payment

utACK 648f6950cd8d9ac767d76a1e302f37c611936a7a I checked it's the only place we missed it.

Rebased, addressed Andrew's comments, added some cleanups from @sipa, and added a `miniscript_random` fuzz target which generates a random Miniscript node based on a binary encoding. We might eventually add...

Fixed the fuzzer crash on integer overflow, and pushed another bunch of updates to the satisfaction code: - merge the malleable and non-malleable satisfaction - rename `Choose` to `operator|` -...

Rebased, and fixed named args for clang-tidy. This contains the latest iteration of our work on fuzz targets for Miniscript (the `miniscript_stable` and `miniscript_smart` targets introduced in the last two...

Rebased on master and #24148.

Rebased on latest #24148. I'll look into a draft PR for PSBT support.