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