Phoenix v1.4.19 (android)
dpad85
released this
29 Oct 13:49
·
830 commits
to master
since this release
Main changes
Fix payment details screen for lnurl-pay
Phoenix now correctly displays the description of a lnurl payment, as well as other metadata that the service could have provided (such as identifiers for lightning addresses).
Full list of changes
- app: android-legacy-v1.4.17...android-legacy-v1.4.19
(this diff is very large because it contains the merge with the phoenix-kmm repository)
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