Skip to content

v2.1.0 - Autoswap

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 15:31
· 32 commits to master since this release
v2.1.0
8466fcc

Summary

This release implements the Liquid Rebalancing Triangle in an automated fashion, meaning, for the very popular use case to maintain inbound liquidity, it rebalances into Liquid and then, based on your settings, automatically moves bitcoin from Liquid back to the mainchain.

Highlights

  • initial chainswaps (#133)
  • chain autoswap (#139)
  • standalone mode (#123)
  • use boltz endpoint on liquid by default for lower fees (#187)
  • make sure all gdk accounts are synced on startup (#171)

For the full rundown check the changelog of this release.

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.0.txt.sig and boltz-client-manifest-v2.1.0.txt are in the current directory) with:

gpg --verify boltz-client-manifest-v2.1.0.txt.sig boltz-client-manifest-v2.1.0.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 <[email protected]>" [unknown]
gpg:                 aka "Michael <[email protected]>" [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.0.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.0.tar.gz: OK