Skip to content

Releases: BoltzExchange/boltz-client

v2.0.2

26 Mar 12:28
v2.0.2
0b4c946
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Mar 14:23
v2.0.1
d940c40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 - A new beginning

14 Mar 17:27
v2.0.0
13f2d59
Compare
Choose a tag to compare

This release marks a major update for boltz-lnd, rebranding to boltz-client as now multiple lightning node implementations (currently CLN & LND) are supported. Check out the docs for more details and an overview of all new features.

This release of boltz-client is backwards compatible with the latest boltz-lnd release and the migration is expected to run smoothly. To be on the safe side, you can back up your ~/.boltz-lnd folder before performing the upgrade. Do not start the migration if you still still having pending swaps.

boltz-client is available on linux for amd64 and arm64 architectures. If you are on another platform, you can run the docker image.

Full Changelog: v1.2.7...v2.0.0

v2.0.0-beta - A new beginning

05 Feb 19:11
v2.0.0-beta
0caec61
Compare
Choose a tag to compare
Pre-release

This release marks a major update for boltz-lnd, rebranding to boltz-client as now multiple lightning node implementations are supported. Check out the docs for more details and an overview of all new features.

This release of boltz-client is backwards compatible with the latest boltz-lnd release and the migration is expected to run smoothly. To be on the safe side, you can back up your ~/.boltz-lnd folder before performing the upgrade.

Unlike boltz-lnd, boltz-client is only available on linux for amd64 and arm64 architectures. If you are on another platform, you can try out the docker image.

Full Changelog: v1.2.7...v2.0.0-beta

v1.2.7 - Mempool overflow

03 Apr 21:11
v1.2.7
862ab4a
Compare
Choose a tag to compare

Feat

  • use mempool.space API for fee estimations
  • allow disabling mempool.space integration

Fix

  • LND fee estimation
  • linting errors
  • Docker build on armv7

v1.2.6 - Community testing

22 Jul 14:11
v1.2.6
a7d3d93
Compare
Choose a tag to compare

This release fixes two bugs found by @rkfg and @lschmierer (big thanks to you two!): #45 and #49

@lschmierer also created a Dockerfile for boltz-lnd in #47. This and all future releases will be pushed to Docker hub.

Feat

  • add Dockerfile (#47)

Fix

  • set fee floor to 2 sat/vByte
  • claimTransactionId typo (#45)

v1.2.5 - 32-Bit ambiguities

10 Mar 17:01
v1.2.5
50928fc
Compare
Choose a tag to compare

@brandonshope found an issue on 32-Bit operating systems that caused the creation of Swaps to fail. This minor release fixed that issue by replacing the ambiguous int data type.

Fix

  • replace int data type (#41)

v1.2.4 - Mistakes happen

01 Mar 20:41
3de21c2
Compare
Choose a tag to compare

This minor release fixes an issue that caused Swaps to not be refunded correctly

Fix

  • refund expired deposit swaps (#38)

v1.2.3 - Don't forget your history

20 Feb 20:58
v1.2.3
217527b
Compare
Choose a tag to compare

This minor release adds a feature that saves the error to the database when a Swap fails.

Feat

  • save errors to database (#36)

v1.2.2 - Ah shit, here we go again

24 Dec 00:29
v1.2.2
0e10711
Compare
Choose a tag to compare

In this minor release a bug in the macaroon directory path expansion was fixed.

Fix

  • macaroon directory path