Skip to content

v0.2.8-alpha

Compare
Choose a tag to compare
@guggero guggero released this 23 Jun 15:56
· 94 commits to master since this release
v0.2.8-alpha
2b33087

Verifying the Release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys F4FC70F07310028424EFC20A8E4256593F177720

Once you have his PGP key you can verify the release (assuming manifest-v0.2.8-alpha.txt and manifest-v0.2.8-alpha.sig are in the current directory) with:

gpg --verify manifest-v0.2.8-alpha.sig manifest-v0.2.8-alpha.txt

You should see the following if the verification was successful:

gpg: Signature made Do 25 Nov 2021 10:41:18 CET
gpg:                using RSA key F4FC70F07310028424EFC20A8E4256593F177720
gpg: Good signature from "Oliver Gugger <[email protected]>" [ultimate]
Primary key fingerprint: F4FC 70F0 7310 0284 24EF  C20A 8E42 5659 3F17 7720

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v0.2.8-alpha.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Finally, you can also verify the tag itself with the following command:

git verify-tag v0.2.8-alpha

Release Notes (auto generated)

What's Changed

  • docs: fix broken harmony link by @alexbosworth in #139
  • config: clean and expand lnd tls cert path by @guggero in #142
  • multi: bump btcec/v2 and btcutil to new versions by @guggero in #144
  • frdrpc: add JSON/WASM client stubs for LNC, move server code into own package by @guggero in #145
  • frdrpcserver: move RequiredPermissions to dedicated dir by @ellemouton in #146
  • docs: fix harmony link to point at standard by @alexbosworth in #143
  • Use GitHub auto-generated release notes for next release, bump version to v0.2.8-alpha by @guggero in #147
  • multi: use lndclient MacaroonService by @ellemouton in #140

New Contributors

Full Changelog: v0.2.7-alpha...v0.2.8-alpha