·
309 commits
to main
since this release
Added
- Collateral ceilings.
Changed
- Declutter README and add usage guides
- Polish the NatSpec comments.
- Refactor
DEFAULT_COLLATERALIZATION_RATIO
toDEFAULT_COLLATERAL_RATIO
in theSFintrollerV1
contract. - Refactor
COLLATERALIZATION_RATIO_LOWER_BOUND
toCOLLATERAL_RATIO_LOWER_BOUND
in theSFintrollerV1
contract. - Refactor
COLLATERALIZATION_RATIO_UPPER_BOUND
toCOLLATERAL_RATIO_UPPER_BOUND
in theSFintrollerV1
contract. - Refactor
collateralizationRatio
tocollateralRatio
in theBalanceSheetV1
and theFintrollerV1
contracts. - Refactor
collateralizationRatio
toratio
in theCollateral
struct in theSFintrollerV1
contract. - Sync peer dependencies.
- The
hypothetical
prefix tonew
in the variables used in theBalanceSheetV1
contract. - Update year in LICENSE.
- Upgrade to
@openzeppelin/contracts-upgradeable
v4.3.2. - Upgrade to
@paulrberg/contracts
v3.6.0. - Upgrade to
prb-math
v2.3.0.