github ACINQ/phoenixd v0.6.0

latest releases: v0.6.2, v0.6.1
3 months ago

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:

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.