Summary
This release includes multiple fixes and smaller improvements, including an updated version of gdk, support for lowball transactions (lower fees on liquid) and many more preparations for the upcoming btcpay plugin. Stay tuned!
Highlights
- feat: liquid readonly wallets by @jackstar12 in #203
- feat: claimswaps rpc by @jackstar12 in #198
- feat: add config option for cln server name by @jackstar12 in #219
- chore: update gdk to 0.72.2 by @jackstar12 in #223
- feat: use lowball fee on liquid by @jackstar12 in #234
- feat: include lightning and wallet balances in autoswap recommendations by @jackstar12 in #231
- feat: stats rpc by @kilrau in #222
- feat: rotating logs by @jackstar12 in #238
Full Changelog: v2.1.0...v2.1.1
Verifying the Release
In order to verify the release, you'll need to have gpg
or gpg2
installed on your system. You'll first need to import the keys that have signed this release if you haven't done so already:
curl https://raw.githubusercontent.com/BoltzExchange/boltz-client/master/keys/michael.asc | gpg --import
Once you have the required PGP keys, you can verify the release (assuming boltz-client-manifest-v2.1.1.txt.sig
and boltz-client-manifest-v2.1.1.txt
are in the current directory) with:
gpg --verify boltz-client-manifest-v2.1.1.txt.sig boltz-client-manifest-v2.1.1.txt
You should see the following if the verification was successful:
gpg: Signature made Mo 01 Jul 2024 00:40:51 CEST
gpg: using RSA key C2640F630570F5EDEDE02DE684D249BA71685D46
gpg: Good signature from "Michael <me@michael1011.at>" [unknown]
gpg: aka "Michael <michael101101@me.com>" [unknown]
You should also verify that the hashes still match with the archive you've downloaded.
sha256sum --ignore-missing -c boltz-client-manifest-v2.1.1.txt
If your archive is valid, you should see the following output (depending on the archive you've downloaded):
boltz-client-linux-amd64-v2.1.1.tar.gz: OK