Skip to content

Phoenix 1.3.1

Compare
Choose a tag to compare
@dpad85 dpad85 released this 16 Apr 12:34
· 1602 commits to master since this release
6a88ef5

This release fixes several issues with the app startup that could trigger crashes.

Translations

This release also adds translations to Brazilian Portuguese and Dutch. Thanks @bitcoinuser, @M-BTC and @mautematico .

Deterministic build

The APK is built deterministically using Ubuntu 19.10. Follow these instructions to build the APK locally: https://github.com/ACINQ/phoenix/blob/master/BUILD.md

You should find this hash for the (unsigned) universal release:

bb0306f8f71b06fe4280152137fd9689c25e3e5d9706d5943cdd8a9611690787  outputs/apk/release/phoenix-11-1.3.1-mainnet-universal-release.apk

Complete list of changes

Verifying signatures

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

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