Skip to content

v0.9.0

Latest

Choose a tag to compare

@pm47 pm47 released this 13 Jul 14:47
b072567

What's Changed

  • Disable feature wake_up_notification_client by @pm47 in #234
  • Add support for electrum as blockchain client by @pm47 in #235
  • Add support for swap-in by @pm47 in #236
  • Follow-up to #236 by @pm47 in #237

Full Changelog: v0.8.0...v0.9.0

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