github ACINQ/phoenix android-legacy-v1.3.2
Phoenix 1.3.2

latest releases: ios-v2.2.4, ios-v2.2.3, ios-v2.2.2...
3 years ago

Changes

Custom feerates for swapout (lightning -> on-chain address)

The app lets the user change the fee rate used when requesting a swapout to the peer, instead of using a hardcoded 6 blocks target. The user can now enter a sat/bytes fee rate after clicking on an Edit fees button, and the app estimates an ETA in hours when the fee rate changes.

Support for LNURL authentication

The app can now leverage its key to sign-in to services supporting LNURL-auth. More details are available here: https://xn--57h.bigsun.xyz/lnurl-auth.html

Note that the node key is not leaked by LNURL auth. See this PR for implementation details: #74

Opt-in SSL for electrum over Tor

When connecting to an .onion electrum server, the user can also force the app to check the server's certificate. This is opt-in.

Deterministic build

The APK is built deterministically using Docker. Follow these instructions to build the APK. This build system has been upgraded from v1.3.1 and is easier to user. Only Docker is required.

Note that it's strongly recommended on Windows at least to increase the memory allocated to Docker.

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

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.