Latest Release

  • Repository: ACINQ/phoenix
  • Published on: 2024-06-18 15:57:46 UTC
  • Version Tag: android-v2.2.4
  • By: dpad85
  • On GitHub: ACINQ/phoenix/releases

ℹ️ Migration for existing Android legacy wallets (v1.x)

Users upgrading from the legacy Android app (1.x) to 2.x will need to migrate to be able to use 2.x features. See the 2.0.0 release notes for details about the migration process. You can see what version you are currently using in Settings > About.

Changes

This release is a bug fix release, no new features have been added.

Fixed regression causing payment failures when on-the-fly liquidity is needed

This prevented receiving payments over Lightning with low liquidity, because the on-the-fly channel creation would fail. See https://github.com/ACINQ/lightning-kmp/pull/672 for details

Bug fix on connection establishment

Fixed a rare race-condition during connection establishment causing the app to stay disconnected. See https://github.com/ACINQ/lightning-kmp/pull/668.

Full changelog: - phoenix: https://github.com/ACINQ/phoenix/compare/android-v2.2.3...android-v2.2.4 - lightning-kmp: https://github.com/ACINQ/lightning-kmp/compare/v1.6.2...v1.6.3

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it: - from our website: https://acinq.co/pgp/drouinf.asc - from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys

To import our signing key: $ gpg --import drouinf.asc

To verify the release file checksums and signatures: $ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped $ sha256sum -c SHA256SUMS.stripped

Data updated on: 2024-07-01 13:14 UTC