Latest Release

  • Repository: ACINQ/phoenixd
  • Published on: 2024-05-16 16:45:47 UTC
  • Version Tag: v0.1.5
  • By: pm47
  • On GitHub: ACINQ/phoenixd/releases

What's Changed

  • Add official Dockerfile by @pm47 in https://github.com/ACINQ/phoenixd/pull/17
  • Add authentication to webhook calls by @pm47 in https://github.com/ACINQ/phoenixd/pull/34
  • Add descriptionHash parameter to createinvoice by @pm47 in https://github.com/ACINQ/phoenixd/pull/50
  • Update lightning-kmp by @pm47 in https://github.com/ACINQ/phoenixd/pull/51
  • Add endpoints to list incoming and outgoing payments by @dpad85 in https://github.com/ACINQ/phoenixd/pull/53

Full Changelog: https://github.com/ACINQ/phoenixd/compare/v0.1.4...v0.1.5

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it: - from our website: https://acinq.co/pgp/drouinf.asc - from github user @sstone: https://api.github.com/users/sstone/gpg_keys

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

Data updated on: 2024-07-01 13:14 UTC