Back to Freedom.Tech Back
All Phoenixd releasesAll versions
Release Wed, May 20, 2026 1 min read

Phoenixd 0.8.0

Original release notes

What's Changed

  • Upgrade lightning-kmp to 1.12.0 by @pm47 in https://github.com/ACINQ/phoenixd/pull/232

Full Changelog: https://github.com/ACINQ/phoenixd/compare/v0.7.3...v0.8.0

Verifying signatures

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

  • from our website: https://acinq.co/pgp/padioupm.asc
  • from github user @pm47: https://api.github.com/users/pm47/gpg_keys

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