Skip to content

Phoenix v2.4.1

Latest
Compare
Choose a tag to compare
@dpad85 dpad85 released this 18 Oct 12:36
· 14 commits to master since this release
6e1488f

Changes

This is a bug fix release for Android and iOS. It fixes an issue with expiry which could cause on-the-fly fundings to fail.

Full changelog

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