This version adds a button to generate diagnostics of the app, and add the spend-channel-address screen on iOS to recover funds sent to a channel's outpoint (already existed on Android).
The Android app is also now available in 🇮🇩 Indonesian. Thanks @Rovikin!
Full changelog
- phoenix: android-v2.7.4...android-v2.7.5
Package ID
The Android application ID is fr.acinq.phoenix.mainnet. The iOS Bundle identifier is co.acinq.phoenix.
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