Latest Release
- Repository: ACINQ/phoenixd
- Published on: 2025-05-12 16:46:38 UTC
- Version Tag: v0.6.0
- By: pm47
- On GitHub: ACINQ/phoenixd/releases
What's Changed
- Support simple close by @pm47 in https://github.com/ACINQ/phoenixd/pull/168
- Add support for linux arm64 target by @sstone in https://github.com/ACINQ/phoenixd/pull/157
- Update Dockerfile - fix casing warnings by @tlindi in https://github.com/ACINQ/phoenixd/pull/173
- Support stateless offers with optional custom description and amount by @pm47 in https://github.com/ACINQ/phoenixd/pull/169
- Upgrade to lightning-kmp 1.10.2 by @pm47 in https://github.com/ACINQ/phoenixd/pull/179
New Contributors
- @tlindi made their first contribution in https://github.com/ACINQ/phoenixd/pull/173
Full Changelog: https://github.com/ACINQ/phoenixd/compare/v0.5.1...v0.6.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
Data updated on: 2025-06-09 08:04 UTC