github ACINQ/phoenixd v0.9.1

2 hours ago

This releases fixes a hang issue with the electrum client affecting native binaries.

What's Changed

  • Add support for reading the http password from a file by @pm47 in #243
  • Upgrade lightning-kmp to 1.13.1 by @pm47 in #244
  • Add missing withContext on two db calls by @pm47 in #245

Full Changelog: v0.9.0...v0.9.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.