Skip to content

Releases: morpho-org/morpho-optimizers

0.2.3 - Minor fixes

27 Nov 15:03
Compare
Choose a tag to compare

Notable changes

  • debt/maxDebt inequality (for USDT)

Deployment (roptsen)

0.2.2 - Data structure update

27 Nov 09:21
Compare
Choose a tag to compare

Notables changes

  • Add a set with the initial tree data structure.
  • Split the positions manager contract to lower its weight.
  • fix issue with dust when interacting with Compound.

Deployment (roptsen)

0.2.1 - Volume sorted

01 Nov 11:22
Compare
Choose a tag to compare

Notables changes

  • fix infinite loop in _matchSuppliers
  • fix missing check in _matchSuppliers

Deployment

0.2 - Volume sorted

15 Oct 16:31
Compare
Choose a tag to compare

Notables changes

  • Change from FIFO to volume sorted
  • Utilization of Red-Black Binary tree to keep users sorted
  • Refactoring of withdraw, redeem and liquidate

Deployment

0.1 - FIFO

01 Oct 16:38
Compare
Choose a tag to compare

Notables changes

  • Waiting users are sorted in FIFO.
  • The structure used is a double linked list.
  • A threshold is set to prevent DDOS like attacks.

Deployment