Skip to content

Releases: BoltzExchange/boltz-core

v2.2.1

09 Dec 12:19
v2.2.1
eb446ad
Compare
Choose a tag to compare

Features

  • refund for other address in Solidity contracts (#130) - (5d144d2)

Miscellaneous Chores

  • update CHANGELOG.md for v2.2.0 - (d0f7634)

v2.2.0

03 Dec 23:00
v2.2.0
a6eb07c
Compare
Choose a tag to compare

Features

  • batch claim in EtherSwap - (f0a969a)
  • batch claim in ERC20Swap - (b74b2db)

Miscellaneous Chores

Tests

  • add EtherSwap batch claim fuzz test (#128) - (bdb0074)

v2.1.4

01 Dec 11:09
v2.1.4
af7a6f9
Compare
Choose a tag to compare

Miscellaneous Chores

  • add changelog for v2.1.3 - (cc9b5f7)
  • update ESLint to v9 - (4e521c8)
  • compile Solidity without via-ir optimizer - (6e1fecc)
  • minor dependency updates (#125) - (5fa276c)

v2.1.3

18 Oct 18:58
v2.1.3
b59e9e5
Compare
Choose a tag to compare

Bug Fixes

  • changelog formatting - (bdc771c)
  • parameter name in swap contracts - (700be59)

Features

Miscellaneous Chores

  • use Node.js v22 in CI - (90a5179)
  • bump Bitcoin Core version v27 - (cfa58cb)
  • bump Solidity compiler to v0.8.26 - (8710c5a)
  • update NPM dependencies - (4472d51)
  • bump braces from 3.0.2 to 3.0.3 (#120) - (6515efa)
  • bump ws from 8.17.0 to 8.17.1 (#121) - (2acc682)
  • update dependencies - (1ea52ab)
  • format Solidity with forge fmt - (0537cdc)
  • update dependencies and refactor deprecations - (42b734e)
  • increase Solidity optimizer runs - (17098d0)
  • run CI against Node.js v23 - (b1d9651)
  • bump Solidity version to v0.8.28 - (b59e9e5)

Tests

  • fuzz tests for swap contracts - (79058f9)

v2.1.2

23 Mar 12:46
v2.1.2
3571a71
Compare
Choose a tag to compare

Features

  • add SwapTree compare function - (ce129fa)

Miscellaneous Chores

  • update Github action usings - (be6802e)
  • bump @openzeppelin/contracts from 5.0.1 to 5.0.2 (#117) - (d75f189)
  • update dependencies - (ff7a12d)
  • add Node v21 to CI - (0605eee)
  • bump version to v2.1.2 - (3571a71)

v2.1.1

15 Feb 13:46
v2.1.1
abd5679
Compare
Choose a tag to compare

Features

  • SwapTreeSerializer support for covenants

Miscellaneous Tasks

  • Update CHANGELOG.md for v2.1.0

v2.1.0

06 Feb 14:27
v2.1.0
c63bea4
Compare
Choose a tag to compare

Bug Fixes

  • Type in file name
  • Check introspection output asset prefix

Features

  • Liquid claim covenant
  • Allow specifying claim address in contracts (#115)
  • Cooperative refunds in EVM contracts (#116)

Miscellaneous Tasks

  • Update CHANGELOG.md for v2.0.2
  • Change license to MIT (#114)
  • Update dependencies
  • Foundry release profile

Testing

  • Integration tests for Liquid Tapleaf scripts (#112)

v2.0.2

20 Jan 13:08
v2.0.2
0bd914f
Compare
Choose a tag to compare

Bug Fixes

  • Nonce aggregation in browser

Miscellaneous Tasks

  • Update CHANGELOG.md for v2.0.1
  • Bump version to v2.0.2

v2.0.1

07 Jan 15:53
v2.0.1
bafcb42
Compare
Choose a tag to compare

Features

  • Musig nonce parser

Miscellaneous Tasks

  • Update CHANGELOG.md for v2.0.0
  • Bump version to v2.0.1

v2.0.0

06 Jan 20:44
v2.0.0
7cad601
Compare
Choose a tag to compare

Features

  • Add Musig wrapper class
  • Bitcoin Taproot swaps
  • Liquid Taproot swaps
  • Swap tree serializer (#109)
  • Public key extraction functions for swap tree

Miscellaneous Tasks

  • Update changelog for v1.0.4
  • Bump dependencies
  • Miscellaneous fixes (#110)
  • Use prettier import sort

Refactor

  • Update musig bindings (#111)

Testing

  • Unit tests for Taproot swaps