Latest Release
- Repository: ACINQ/phoenixd
- Published on: 2024-10-18 11:55:42 UTC
- Version Tag: v0.4.2
- By: pm47
- On GitHub: ACINQ/phoenixd/releases
What's Changed
- Support fee bumping for on-chain transactions by @pm47 in https://github.com/ACINQ/phoenixd/pull/119
- Fix build on Linux arm64 by @pm47 in https://github.com/ACINQ/phoenixd/pull/121
- Add a CSV export by @pm47 in https://github.com/ACINQ/phoenixd/pull/115
- Upgrade to lightning-kmp 1.8.3 by @pm47 in https://github.com/ACINQ/phoenixd/pull/122
- Upgrade to lightning-kmp 1.8.4 by @pm47 in https://github.com/ACINQ/phoenixd/pull/123
- Fix amount calculation for liquidity purchases in csv export by @pm47 in https://github.com/ACINQ/phoenixd/pull/124
Full Changelog: https://github.com/ACINQ/phoenixd/compare/v0.4.0...v0.4.2
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-12-21 09:29 UTC