Skip to content

Phoenix 1.1.1

Compare
Choose a tag to compare
@dpad85 dpad85 released this 05 Feb 14:00
· 1474 commits to master since this release
d18387a

This release fixes a bug where balance did not show incoming funds, due to channels being stuck in state WAIT_FOR_FUNDING_CONFIRMED.

Complete list of changes:

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