Releases: ACINQ/phoenixd
Releases · ACINQ/phoenixd
v0.1.3
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:
- 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
v0.1.2
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
v0.1.1
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
v0.1.0
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