Releases: BoltzExchange/boltz-core
Releases · BoltzExchange/boltz-core
v1.0.4
v1.0.3
Bug Fixes
- Include Solidity libraries in npm package
Miscellaneous Tasks
- Update changelog for v1.0.2
v1.0.2
v1.0.1
v1.0.0
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
- chore(deps): bump undici from 5.16.0 to 5.19.1 by @dependabot in #83
- test: switch to foundry for Solidity testing by @michael1011 in #86
- NPM pack Foundry related files by @michael1011 in #87
v0.6.0
Minor dependency updates