Skip to content

v0.24.0

Choose a tag to compare

@smardex-bot-account smardex-bot-account released this 26 Nov 15:41
6348db4

0.24.0 (2024-11-26)

⚠ BREAKING CHANGES

  • protocol: No constant is now exposed, but they all are in the constants library

Features

  • add more validation on admin functions (#716) (79debf7)
  • adding mapping to store an history of Rebalancer (#717) (d8e3725)
  • deployement: deploy v0.23.0 (#720) (3b6a201)
  • protocol: remove all constants getters (#724) (3dddf21)
  • rebalancer: add reentrancy guards to all user functions (#725) (ee3021f)
  • remove-blocked-pending-action: add _onChainValidatorDeadline to the delay (#719) (d0e3900)

Bug Fixes

  • honor CEI pattern in initiateDeposit wrt transferCallback (#702) (7116457)
  • limit condition when checking imbalance during withdrawal (#709) (880f7da)
  • make docker-release compatible with router (#699) (62c23cc)
  • oracle middleware interface (#731) (d94433a)
  • perform liquidations with lastPrice in all cases (#722) (85618b2)

Performance Improvements

  • oracle-middleware: no confidence interval for initiate actions (#727) (4dd35c0)