Skip to content
Compare
Choose a tag to compare
@PaulRBerg PaulRBerg released this 24 Sep 19:14
· 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 to DEFAULT_COLLATERAL_RATIO in the SFintrollerV1 contract.
  • Refactor COLLATERALIZATION_RATIO_LOWER_BOUND to COLLATERAL_RATIO_LOWER_BOUND in the SFintrollerV1 contract.
  • Refactor COLLATERALIZATION_RATIO_UPPER_BOUND to COLLATERAL_RATIO_UPPER_BOUND in the SFintrollerV1 contract.
  • Refactor collateralizationRatio to collateralRatio in the BalanceSheetV1 and the FintrollerV1 contracts.
  • Refactor collateralizationRatio to ratio in the Collateral struct in the SFintrollerV1 contract.
  • Sync peer dependencies.
  • The hypothetical prefix to new in the variables used in the BalanceSheetV1 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.