Antoine Poinsot

Results 207 issues of Antoine Poinsot

good first issue

The parsing from script logic is a bit convoluted. I was confused especially about the non-terminal parsing logic in #23 when introducing `multi_a`. I should have another look at it...

We have this calculation for the number of executed OPs and the number of stack elements. It would be nice to implement it for the witness size as well, as...

good first issue

Good tough issue

When parsing a `multi` from Script we treat it as a non-terminal fragment. It's a terminal so it should be treated as such. In this function: https://github.com/darosior/python-bip380/blob/7b79c4719d3d311dec9c7bc5e6d63c79608a3b42/bip380/miniscript/parsing.py#L255-L260 https://github.com/darosior/python-bip380/blob/7b79c4719d3d311dec9c7bc5e6d63c79608a3b42/bip380/miniscript/parsing.py#L289-L319

good first issue

Github Actions should do. Need to get libbitcoinconsensus, so it's not as trivial as the default Python GA.

It is useful when reading code to have context about why it is written or behaves the way it does. Some instances in this PR may seem obvious but i...

Docs

Testing Electrum support by switching my Liana wallet to Electrum, if i input an incorrect or unreachable server it just freezes the GUI. ![image](https://github.com/user-attachments/assets/7bd45573-afaf-4d26-8b5d-f2d3221b2675)

GUI
Glitch