github ACINQ/phoenixd v0.7.3

6 hours ago

What's Changed

  • Upgrade to kotlin 2.3.10 by @pm47 in #223
  • Upgrade ktor to 3.4.1 and a few dependencies by @pm47 in #224
  • Upgrade lightning-kmp to 1.11.5 by @pm47 in #227
  • Add a sendAll option for Lightning payments by @pm47 in #225

Full Changelog: v0.7.2...v0.7.3

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.