Skip to content

Releases: ACINQ/phoenixd

v0.1.5

16 May 16:45
6845a31
Compare
Choose a tag to compare

What's Changed

  • Add official Dockerfile by @pm47 in #17
  • Add authentication to webhook calls by @pm47 in #34
  • Add descriptionHash parameter to createinvoice by @pm47 in #50
  • Update lightning-kmp by @pm47 in #51
  • Add endpoints to list incoming and outgoing payments by @dpad85 in #53

Full Changelog: v0.1.4...v0.1.5

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

v0.1.4

10 Apr 16:21
04bd430
Compare
Choose a tag to compare

What's Changed

  • Do not add linux target on aarch64 architectures by @sstone in #25
  • Replace --max-absolute-fee by --max-mining-fee by @pm47 in #32

Full Changelog: v0.1.3...v0.1.4

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

v0.1.3

27 Mar 13:05
d805f81
Compare
Choose a tag to compare

What's Changed

  • Add phoenix-cli script to the JVM distribution by @sstone in #8
  • Factor initialization of datadir directory by @pm47 in #15
  • Use lightning-kmp 1.6.2-FEECREDIT-5 by @pm47 in #18
  • Update gradle to 8.5 by @pm47 in #19

Full Changelog: v0.1.2...v0.1.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

v0.1.2

25 Mar 18:10
414aa56
Compare
Choose a tag to compare

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

v0.1.1

22 Mar 17:47
4e42a46
Compare
Choose a tag to compare

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

v0.1.0

21 Mar 16:36
cb6aff8
Compare
Choose a tag to compare

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