Back to Freedom.Tech Back
All Phoenix releasesAll versions
Release Thu, Jun 18, 2026 1 min read

Phoenix 2.8.1

This release adds a debug screen to iOS to sign swap-in transactions, and fixes an amount display issue on Android

This release adds a debug screen to iOS to sign swap-in transactions, and fixes an amount display issue on Android. Thanks @PeterXMR for the bug fix!

Full changelog

  • phoenix: https://github.com/ACINQ/phoenix/compare/android-v2.8.0...android-v2.8.1

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