Latest Release
- Repository: ACINQ/phoenixd
- Published on: 2024-08-29 08:36:51 UTC
- Version Tag: v0.3.4
- By: pm47
- On GitHub: ACINQ/phoenixd/releases
What's Changed
- Add an optional expiry for bolt11 invoices by @pm47 in https://github.com/ACINQ/phoenixd/pull/102
- Use lightning-kmp 1.7.3-FEECREDIT-11 by @pm47 in https://github.com/ACINQ/phoenixd/pull/106
- Add a best-effort method for estimating liquidity fees by @pm47 in https://github.com/ACINQ/phoenixd/pull/107
Full Changelog: https://github.com/ACINQ/phoenixd/compare/v0.3.3...v0.3.4
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: 2024-09-11 14:15 UTC