Skip to content

v0.24.1

Compare
Choose a tag to compare
@smardex-bot-account smardex-bot-account released this 11 Dec 16:52
4b47a57

0.24.1 (2024-12-11)

Features

Bug Fixes

  • rebalancer: change condition on block.timestamp when initializing a close position (#764) (bfb991b)
  • script: function clashes are now compared to common inheritance (#730) (5491102)
  • test: wrong import path (#754) (144a83e)
  • validate-open: liquidate the position if start price is below liqPriceWithoutPenaltyNorFunding (#766) (efd3fba)

Performance Improvements

Code Refactoring

  • move logic and achieve full coverage for UsdnProtocolLongLibrary (#736) (b6504c9)
  • rebalancer: remove unused attribute in the InitiateCloseData struct (#763) (a5f4871)
  • setters: update max limit for SDEX burn ratio (#771) (cc82961)

Build System