Skip to content

v1.0.0

Compare
Choose a tag to compare
@michael1011 michael1011 released this 29 May 16:36
· 91 commits to master since this release
v1.0.0
55404ee

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