github ACINQ/phoenix android-v2.6.4
Phoenix v2.6.4

21 days ago

Changes

Added look ahead to on-chain wallet

Phoenix now look for 3 addresses past the first unused index. This helps in some edge cases where funds would have been deposited to an address past the first unused index and were not taken into account by Phoenix.

Note, the swap addresses can be visualised in Settings > Wallet info > Swap addresses.

(android) Fixed localisation issue with decimal amount inputs

Depending on the device locale, the decimal separator may be a comma or a dot character. If it's a comma it was causing issues with conversion.

Full changelog

This release also contains various fixes. See:

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 E04E48E72C205463. Note that you can get it:

To import our signing key:

$ gpg --import drouinf2.asc

To verify the release file checksums and signatures:

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

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.