github ACINQ/phoenixd v0.3.3

latest release: v0.3.4
28 days ago

What's Changed

  • Catch webhook exceptions by @pm47 in #94
  • Add an alternative authentication method for websocket by @pm47 in #95
  • Add payerNote + payerKey to incoming payment event by @pm47 in #96

Full Changelog: v0.3.2...v0.3.3

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.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.