Skip to content

Phoenix v2.6.6

Latest
Compare
Choose a tag to compare
@dpad85 dpad85 released this 25 Sep 14:34
· 10 commits to master since this release
673ea43

Changes

This is a minor release that improves the feerate fallback on Android, fixes the 16kb alignment of the secp256k1 library for Google Play, and fixes a race condition between splices and LN payments.

Full changelog

Package ID

The Android application ID is fr.acinq.phoenix.mainnet. The iOS Bundle identifier is co.acinq.phoenix.

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