Skip to content

Phoenix v2.6.0

Compare
Choose a tag to compare
@dpad85 dpad85 released this 14 May 18:12
· 21 commits to master since this release
f7325bf

Changes

Stateless offers with custom description

Phoenix can now generate any number of Bolt12 offers (a.k.a. reusable invoices). They all stay valid permanently, just like a bitcoin address. These offers can also be customised with a description and an amount.

Custom feerate in channel closing

It's now possible to set a feerate when closing a channel mutually. Note that closing cannot be cancelled so make sure to use a reasonably high feerate, otherwise the closing transaction will stay unconfirmed for a long time.

(android) Manual import/export of the payments database

On Android a new export option is available in the Export screen. It lets you export the payments database to disk. The exported file is encrypted, and it will not be deleted if you uninstall Phoenix.

To import this payments database on a new device, select the "Import payment history" option when restoring the seed. You will not be able to import the payments history once the wallet has been restored.

Lightning addresses in contacts

You can now associate a Lightning address to a contact. In fact, a contact can have multiple Lightning addresses or Bolt12 offers attached.

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 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