Phoenix Android 2.0.6
Migration for existing legacy wallets (v1.x)
For users upgrading from the legacy Phoenix Android app (1.x) to 2.x, a migration is needed. See the 2.0.0 release notes for details about the migration process.
Changes from 2.0.5
Fixed several issues related to LNURL
- withdrawals will now offer the user to withdraw the maximum amount available, instead of the minimum;
- LUD-17 urls (starting with
lnurlp
,lnurlw
,keyauth
) are now properly parsed.
The Czech translation has been improved
Thanks @MasterixCZ and @margre8 for working on this.
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