Fabrice Drouin

Results 99 comments of Fabrice Drouin

Our tests use `ktor-client` which on linux depends on `ktor-client-curl-linuxx64`. It can be fixed with `sudo apt install libcurl4-openssl-dev`

I think that it's the only library that needs to be installed (on linux, it's not needed on macOS) but I will double check. AFAICT it's not documented anywhere....

Yes we should allow it, but a quick test with a default value of 32 Kb (instead of 32 bytes) did not speed things up at all.

I ran `linuxTest` (on linux) and performance did not improve at all. I don't think it would be much different on iOS (but not completely sure). The test I'm using...

We can wait. The musig2 branch that we use is behind secp2561k1's musig2 PR but there are only minor changes and an API change (counter-based nonce generation). I hope it...

A snapshot for 1.4-SNAPSHOT has just been pushed to the sonatype maven repo

Most JDK 11 distributions will be supported until 2026 at least: Adoptium , Corretto,. ... But since eclair is built against Java 11 it will run on any Java runtime...

This PR is now based on https://github.com/ACINQ/eclair/pull/2747

rebased on master (27ba60f2416c47c6315139f0cb21894534cad890)

There are no functional changes, and build changes are limited to Android. I've checked that the Android library is valid.