Releases: morpho-org/morpho-optimizers
Releases · morpho-org/morpho-optimizers
0.2.3 - Minor fixes
Notable changes
- debt/maxDebt inequality (for USDT)
Deployment (roptsen)
- RedBlackBinaryTree: 0xcf71504A2ec2Bb38B20f7fCD39DBf00b5db17bE2
- MarketsManagerForCompound: 0x2888e7ccfA786AfC2C7fAD2dAeE0518Ead2f0Fa9
- PositionManagerForCompound: 0xdEF2d58C17c340AD572e2c94549bA56E8C2e1c2F
0.2.2 - Data structure update
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)
- MarketsManagerForCompound: 0x5F813d1Ab0F0e1916f066a560fF5708DFaCB19a5
- PositionManagerForCompound: 0x059F37e04ddfC089f4CdC93E5abf43F67728F9c0
0.2.1 - Volume sorted
Notables changes
- fix infinite loop in _matchSuppliers
- fix missing check in _matchSuppliers
Deployment
- MorphoMarketsManagerForCompLike : 0x866aEcb846544C951C6BE52fd2243Dfe051F64BA
- MorphoPositionsManagerForCream : 0x8B40bbA14b0DcC3C824389433F4123D093a8f8CB
0.2 - Volume sorted
Notables changes
- Change from FIFO to volume sorted
- Utilization of Red-Black Binary tree to keep users sorted
- Refactoring of
withdraw
,redeem
andliquidate
Deployment
- MorphoMarketsManagerForCompLike: 0x44788E717bDAd68233DeF34C77886C19B5F93bA0
- MorphoPositionsManagerForCream: 0x2724ebce7224C133D2b4D0811557B436a31502e7
0.1 - FIFO
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
- CompMarketsManager: 0xAa46616494A3A6359401f92eC324E540707EB539
- CompPositionsManager: 0x6923818D4990848DCD10912B30787DAb68B9ec78