Skip to content

v0.2.10-alpha

Compare
Choose a tag to compare
@guggero guggero released this 29 Mar 14:02
· 49 commits to master since this release
v0.2.10-alpha
ed649cb

NOTE: The tagged version v0.2.9-alpha didn't contain any user relevant changes and was skipped as a release.

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.10-alpha.txt and manifest-v0.2.10-alpha.sig are in the current directory) with:

gpg --verify manifest-v0.2.10-alpha.sig manifest-v0.2.10-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 <gugger@gmail.com>" [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.10-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.10-alpha

Release Notes (since v0.2.10-alpha, auto generated)

What's Changed

  • frdrpcserver: also create macaroon service in subserver mode by @guggero in #148
  • frdrpc/gen_protos.sh: remove js build tag by @kaloudis in #150
  • Bump Golang and lnd versions by @guggero in #152
  • version: bump to version v0.2.9-alpha by @guggero in #154
  • fiat: add support fo multiple granularities to coingecko by @positiveblue in #155
  • tools: fix linter issue with Golang 1.19 by @guggero in #159
  • build(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 by @dependabot in #158
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #160
  • multi: bump lnd+lndclient compile time dependency by @guggero in #157
  • build(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #161
  • mod: bump lnd to v0.16.0-beta by @guggero in #162

New Contributors

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