Skip to content

Phoenix v1.4.23 (android)

Compare
Choose a tag to compare
@dpad85 dpad85 released this 16 Sep 11:47
· 751 commits to master since this release
eb48f62

Fix compatibility issue with LND 0.15.1-beta

The legacy Phoenix app on android used bit 50 for the trampoline feature bit, which has since been reused for zeroconf with a dependency on scid_alias. The legacy app now uses bit 148 instead. This fixes an issue that prevented the android app from receiving payment sent from LND 0.15.1-beta

Verifying signatures

You will need gpg and our release signing key E434ED292E85643A. Note that you can get it:

To import our signing key:

$ gpg --import padioupm.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped