Changes
This is a bug fix release that corrects UI problems on iOS and improves the handling of some Bolt12 failures.
Full changelog
- phoenix: android-v2.5.2...android-v2.5.3
- lightning-kmp: ACINQ/lightning-kmp@v1.9.0...v1.9.1
Verifying signatures
You will need gpg
and our release signing key E04E48E72C205463. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf2.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
To import our signing key:
$ gpg --import drouinf2.asc
To verify the release file checksums and signatures:
$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped