Fabrice Drouin
Fabrice Drouin
Yes it was still true at the beginning of September, though github is always updating their runner images. There is no fix so far.
Thanks! There is indeed a bug as we do not check for invalid characters properly, but `decode()` still fails later when it tries to verify checksums, with an ugly `Index...
You're right, Offer decoding bypasses checksum verification. I've checked that this change will fix offer decoding in lightning-kmp (using `Offer.decode()`). Thanks!
closed in favour of https://github.com/ACINQ/eclair/pull/3005
The proposed change do not check `useForIPv4` and `useForIPv6` anymore which does seem wrong. I commented on the linked issue which describes 2 different problems (the first one being the...
> The Tor network is not very reliable, as it often experiences intermittent errors that can persist for weeks. > > For some reason, the current implementation of Eclair does...
> Why are you going with SHA256 here, but went with SHA512 in eclair? No reason I'll switch to SHA512 to be consistent with eclair.
> Same comment as eclair, can you document how you initially generated those checksums, and the process to update them easily? Done in https://github.com/ACINQ/bitcoin-kmp/pull/143/commits/b1bed42fee92ee1c50096e36e6dfac70771c7a61. Checksums were initially generated with gradle...
What a mess!! `Idea` ( 2024.3.2.2) is completely broken now and cannot load the project properly unless I remove `verification-metadata.xml` ...