Releases: hifi-finance/hifi
Releases · hifi-finance/hifi
@hifi/proxy-target@1.8.0
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
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
andOwnable
.
@hifi/flash-swap@1.10.0
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
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
andOwnable
.
@hifi/proxy-target@1.7.1
Changed
- Upgrade to
@hifi/amm
v1.9.1. - Upgrade to
@hifi/protocol
v1.9.0.
@hifi/protocol@1.9.0
Changed
- Change the
amount
argument tovalue
in thepermit
function of theErc20Permit
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
Changed
- Switch from
@paulrberg/contracts
to@prb/contracts
. - Upgrade to
@hifi/protocol
v1.9.0.
@hifi/amm@1.9.1
Fixed
- Fix peer dependency version of
@hifi/protocol
.
@hifi/amm@1.9.0
Changed
- Change the
amount
argument tovalue
in thepermit
function of theErc20Permit
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
Added
- An
underlyingAmount
argument toredeem
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 intoredeem
. - The
underlyingAsCollateral
wording into justunderlying
. - The
supplyUnderlying
function and its derivatives intodepositUnderlying
.
Removed
- All
*.d.ts
type files.