Antoine Poinsot

Results 549 comments of Antoine Poinsot

To be more precise: it's the `+` and `-` icons that were too smalL.

Hey, thanks for the interest. I've been working on-and-off on this library for a while but my goal has been to eventual have something that can be reasonably used by...

I think we should use Bitcoin Core's Python implementation from https://github.com/bitcoin/bitcoin/pull/23716.

Also relevant, what we did for Python-bip32: https://github.com/darosior/python-bip32/pull/33 (link to the file: https://github.com/darosior/python-bip32/blob/master/bip32/ripemd160.py).

I meant the secp256k1 public keys. The problem is that if a signature is given for a key, but that is repeated through the Miniscript it becomes really hard to...

It should be trivial to check for now that we have the `keys` property of descriptors: https://github.com/darosior/python-bip380/blob/8aa1e2ff1f2092e249c16a559b1cb4a2b6835f6c/bip380/descriptors/__init__.py#L38-L42

:facepalm: thanks for pointing that out @SomberNight. There was no link, and i don't remember what i was referring to now. We introduced this change in the C++ implementation in...

We need a way to tell a non-canon sat *may be* available, even if it's not with the given material..

It's not a good first issue, if anything it's a good tough issue. :) It was more meant as a self reminder more than a year ago, but this one...

Thanks for the heads up anyways!