github ACINQ/phoenixd v0.6.1

latest release: v0.6.2
one month ago

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 maxFeeCredit depend on autoLiquidity by @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:

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

Don't miss a new phoenixd release

NewReleases is sending notifications on new releases.