Skip to content

Releases: BoltzExchange/boltz-core

v1.0.4

20 Oct 15:38
v1.0.4
f433dd0
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Update changelog for v1.0.3
  • Bump word-wrap from 1.2.3 to 1.2.4 (#100)
  • Bump @openzeppelin/contracts from 4.9.2 to 4.9.3 (#102)
  • Update dependencies (#104)
  • Bump @babel/traverse from 7.20.13 to 7.23.2 (#105)
  • Update dependencies
  • Update Bitcion Core regtest v25.1

v1.0.3

23 Jun 12:31
v1.0.3
471f406
Compare
Choose a tag to compare

Bug Fixes

  • Include Solidity libraries in npm package

Miscellaneous Tasks

  • Update changelog for v1.0.2

v1.0.2

23 Jun 11:56
v1.0.2
d580ca2
Compare
Choose a tag to compare

Bug Fixes

  • Add missing contract Deploy script to package.json
  • Add missing exports for transaction detail types

Miscellaneous Tasks

  • Update changelog for v1.0.1 (#98)
  • Bump boltz-core version to v1.0.2

v1.0.1

22 Jun 21:35
v1.0.1
82df57d
Compare
Choose a tag to compare

Miscellaneous Tasks

  • Bump @openzeppelin/contracts from 4.9.0 to 4.9.1 (#94)
  • Update vulnerable dependencies (#97)

v1.0.0

29 May 16:36
v1.0.0
55404ee
Compare
Choose a tag to compare

Breaking Changes

The fee parameter of constructClaimTransaction and constructRefundTransaction are now the absolute number of satohis to pay as fee. To construct a transaction with a relative sat/vbyte fee, use targetFee (example usage).

Features

  • Rework fee estimation
  • Liquid Swaps (#91)

Miscellaneous Tasks

  • Update TypeChain target to ethers-v6 (#88)
  • Bump @openzeppelin/contracts from 4.8.2 to 4.8.3 (#89)
  • Update dependencies
  • Add prettier
  • Update CI badge
  • Bump major version
  • Update NPM dependencies (#92)
  • Update forge-std

Refactor

  • Unit tests to snapshots

v0.6.1

09 Mar 18:58
v0.6.1
205ffe0
Compare
Choose a tag to compare

v0.6.0

29 Jan 13:45
v0.6.0
0cf0788
Compare
Choose a tag to compare

Minor dependency updates

v0.5.0

21 Nov 22:44
v0.5.0
44a68be
Compare
Choose a tag to compare

Features

  • estimate fee of Taproot outputs (3fb7b22)

v0.4.1

10 Mar 21:49
v0.4.1
b749cb0
Compare
Choose a tag to compare

Features

  • expose hashValues function of contracts (b192fac)

v0.4.0

22 Dec 23:38
v0.4.0
37ef6b7
Compare
Choose a tag to compare

Features

  • add Hardhat task to print method names and hashes (#55) (5942a6e)
  • add prepay functionality to contracts (a2c8050)