Antoine Poinsot

Results 549 comments of Antoine Poinsot

It seems rust-bitcoin added something along these lines in their latest release. -------- Original Message -------- On Jan 7, 2024, 8:42 PM, ValuedMammal wrote: > Another creative approach would be...

> When scripts are decoded into ASM, two different integers can be displayed identically, with one as hex and the other as decimal. ~~It's not two different integers,~~ it's that...

Sure, i misspoke. I just meant: ```python >>> int.from_bytes(bytes.fromhex("57c74942"), "little") 1112131415 ```

Any update on this? It's unfortunate to have to patch bdk-esplora to avoid DOS'ing Esplora instances.

Hey. Actually it seems the installation of Coincurve 0.19 is broken under Windows. See #40 and https://github.com/ofek/coincurve/issues/133.

Sure, everything is fine on non-Windows systems. -------- Original Message -------- On Jan 23, 2024, 4:17 PM, MementoRC wrote: > I don't quite understand it yet, I actually have a...

python-bip32 v4.0 with support for coincurve up to v20 is now [up](https://pypi.org/project/bip32/).

Coincurve is a decent, well maintained alternative to the previously unmaintained `libsecp256k1` package. Rusty recently took over the maintenance of this package. Once it is stable, i'd rather use it...

Hello, thank you for the PR. I'll probably merge this trivial patch but FYI the plan is to migrate this repo to https://github.com/lightningd/plugins (see https://github.com/lightningd/plugins/pull/292).

Yes, a PR to migrate to the new standard way of managing Python dependencies is welcome. :-)