Releases: ACINQ/phoenixd
v0.7.2
What's Changed
- Upgrade lightning-kmp to 1.11.4 by @pm47 in #218
- Enable optimized binaries in release mode by @pm47 in #219
Full Changelog: v0.7.1...v0.7.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
v0.7.1
What's Changed
Full Changelog: v0.7.0...v0.7.1
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
v0.7.0
This release adds support for Taproot channels.
What's Changed
Full Changelog: v0.6.3...v0.7.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
v0.6.3
What's Changed
Full Changelog: v0.6.2...v0.6.3
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
v0.6.2
What's Changed
- Remove git commit hash from dockerfile by @pm47 in #202
- Upgrade to lightning-kmp 1.10.5 by @pm47 in #206
- Do not filter out events with negative amounts by @pm47 in #205
Full Changelog: v0.6.1...v0.6.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
v0.6.1
What's Changed
- Use native releases in the Docker image by @pm47 in #180
- Create an example Docker compose file by @pm47 in #181
- Add info to incoming payments by @pm47 in #192
- Fix bug in v1->v2 db migration by @pm47 in #196
- Update sqldelight to 2.1.0 by @pm47 in #199
- Set jvm target to 21 by @pm47 in #200
- Upgrade to lightning-kmp 1.10.4 by @pm47 in #201
- Make default value for
maxFeeCreditdepend onautoLiquidityby @pm47 in #195
Full Changelog: v0.6.0...v0.6.1
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
v0.6.0
What's Changed
- Support simple close by @pm47 in #168
- Add support for linux arm64 target by @sstone in #157
- Update Dockerfile - fix casing warnings by @tlindi in #173
- Support stateless offers with optional custom description and amount by @pm47 in #169
- Upgrade to lightning-kmp 1.10.2 by @pm47 in #179
New Contributors
Full Changelog: 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
v0.5.1
What's Changed
- Use ubuntu for docker runtime image by @pm47 in #161
- Add
parent_idlink for first outgoing payment part by @pm47 in #160 - Upgrade to Kotlin 2.1.20 by @pm47 in #162
Full Changelog: v0.5.0...v0.5.1
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
v0.5.0
Highlights
- Major rework of the internal payments db
- No more linux native build issues due to old toolchain, should build with no dependency on most recent distributions
- Rolling log file
- Fixed a memory leak in the TCP reconnection logic
- New
--seed-pathconfiguration option - Ability to lookup outgoing payment by payment hash
What's Changed
- Rework the payments database by @pm47 in #141
- Rename packages by @pm47 in #142
- Manage dependencies with a version catalog by @pm47 in #143
- Update gradle to 8.9 by @pm47 in #146
- Upgrade to Kotlin 2.1.0 by @pm47 in #145
- Update ktor to 3.1.0 by @pm47 in #147
- Add link to liquidity doc at first startup by @pm47 in #148
- Add an api call to get an outgoing ln payment by hash by @pm47 in #144
- Remove requirement for
libsqlite/libcurlin building instructions by @pm47 in #150 - Use
kotlinx-ioinstead ofokioby @pm47 in #149 - Add optional
--paymentHasharg togetoutgoingpaymentby @pm47 in #151 - Use a rolling file logwriter by @pm47 in #152
- Upgrade to lightning-kmp 1.9.0 by @pm47 in #153
- Display full seed path on first startup by @pm47 in #154
- Upgrade to Kotlin 2.1.10 by @pm47 in #156
- Optionally provide the seed path with
--seed-pathby @pm47 in #155
Full Changelog: v0.4.2...v0.5.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
v0.4.2
What's Changed
- Support fee bumping for on-chain transactions by @pm47 in #119
- Fix build on Linux arm64 by @pm47 in #121
- Add a CSV export by @pm47 in #115
- Upgrade to lightning-kmp 1.8.3 by @pm47 in #122
- Upgrade to lightning-kmp 1.8.4 by @pm47 in #123
- Fix amount calculation for liquidity purchases in csv export by @pm47 in #124
Full Changelog: 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