Skip to content

Releases: hifi-finance/hifi

@hifi/proxy-target@1.8.0

29 Mar 17:06
cc1350c
Compare
Choose a tag to compare

Changed

  • Refactor the directory trees in the generated types.
  • Refactor the ethers factories as per the latest typechain output.
  • Upgrade to the latest ethers packages.
  • Upgrade to @hifi/amm v1.10.1.
  • Upgrade to @hifi/protocol v1.10.0.

Removed

  • Remove types for IErc20.

@hifi/protocol@1.10.0

29 Mar 16:16
a3a4bfb
Compare
Choose a tag to compare

Changed

  • Refactor the directory trees in the generated types.
  • Refactor the ethers factories as per the latest typechain output.
  • Upgrade to the latest ethers packages.

Removed

  • Remove types for Erc20, Erc20Permit, IAggregatorV3 and Ownable.

@hifi/flash-swap@1.10.0

29 Mar 16:54
a6900aa
Compare
Choose a tag to compare

Changed

  • Refactor the directory trees in the generated types.
  • Refactor the ethers factories as per the latest typechain output.
  • Upgrade to the latest ethers packages.
  • Upgrade to @hifi/protocol v1.10.0.

Removed

  • Remove types for Erc20.

@hifi/amm@1.10.0

29 Mar 16:42
09270a1
Compare
Choose a tag to compare

Changed

  • Refactor the directory trees in the generated types.
  • Refactor the ethers factories as per the latest typechain output.
  • Upgrade to the latest ethers packages.
  • Upgrade to @hifi/protocol v1.10.0.

Removed

  • Remove types for Erc20, Erc20Permit and Ownable.

@hifi/proxy-target@1.7.1

17 Mar 18:23
8d22863
Compare
Choose a tag to compare

Changed

  • Upgrade to @hifi/amm v1.9.1.
  • Upgrade to @hifi/protocol v1.9.0.

@hifi/protocol@1.9.0

16 Mar 16:43
df60b85
Compare
Choose a tag to compare

Changed

  • Change the amount argument to value in the permit function of the Erc20Permit contract.
  • Change the license from LGPL v3 to BUSL v1.1.
  • Switch from @paulrberg/contracts to @prb/contracts.
  • Switch from prb-math to @prb/math.

@hifi/flash-swap@1.9.0

16 Mar 18:41
06bb01f
Compare
Choose a tag to compare

Changed

  • Switch from @paulrberg/contracts to @prb/contracts.
  • Upgrade to @hifi/protocol v1.9.0.

@hifi/amm@1.9.1

16 Mar 16:59
d4b5f61
Compare
Choose a tag to compare

Fixed

  • Fix peer dependency version of @hifi/protocol.

@hifi/amm@1.9.0

16 Mar 16:53
5b75a87
Compare
Choose a tag to compare

Changed

  • Change the amount argument to value in the permit function of the Erc20Permit contract.
  • Change the license from LGPL v3 to BUSL v1.1.
  • Switch from @paulrberg/contracts to @prb/contracts.
  • Switch from prb-math to @prb/math.
  • Upgrade to @hifi/protocol v1.9.0.

@hifi/proxy-target@1.7.0

08 Mar 17:26
fb50621
Compare
Choose a tag to compare

Added

  • An underlyingAmount argument to redeem function.

Changed

  • Improve wording in README and NatSpec comments.
  • Rewrite the proxy target to conform to the latest API of the Hifi protocol.
  • Upgrade to @hifi/amm v1.8.2.
  • Upgrade to @hifi/protocol v1.8.2.
  • Upgrade to @openzeppelin/contracts-upgradeable v4.5.2.
  • The redeemHToken function and its derivatives into redeem.
  • The underlyingAsCollateral wording into just underlying.
  • The supplyUnderlying function and its derivatives into depositUnderlying.

Removed

  • All *.d.ts type files.