Skip to content
Compare
Choose a tag to compare
@PaulRBerg PaulRBerg released this 20 Oct 18:15
· 267 commits to main since this release

Changed

  • Mark @ethersproject/abi, @ethersproject/bytes and @ethersproject/providers as normal deps instead of dev deps.
  • Move types from typechain directory to dist/types.
  • Ship declaration maps and source maps with the npm package.
  • Upgrade to @hifi/amm v1.7.0.
  • Upgrade to @hifi/protocol v1.7.0.
  • Upgrade to @paulrberg/contracts v3.6.1.
  • Upgrade to ethers v5.5.1.
  • Upgrade to Solidity v0.8.9.

Fixed

  • Check zero edge cases in the buyHToken and sellHToken functions in the HifiPool contract.