Phoenix Android v2.0.8
Migration for existing legacy wallets (v1.x)
Users upgrading from the legacy 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 from 2.0.7
This is a bug fix release.
- Fixed an issue where payment would be prevented when channels were in closing
- Fixed an issue where swaps would not be attempted due to a race condition between the swap-in wallet and the peer connection.
Diff:
- phoenix: android-v2.0.7...android-v2.0.8
- lightning-kmp: ACINQ/lightning-kmp@v1.5.5...v1.5.6
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