morpho-org / morpho-optimizers

Core contracts of Morpho V1 Optimizers.
https://app.morpho.org
GNU Affero General Public License v3.0
137 stars 22 forks source link

Fix indexes caching issue #1666

Closed MathisGD closed 1 year ago

MathisGD commented 1 year ago

This pull request fixes the index caching issue, on both AaveV2 and Compound Optimizers. The fix consists on recomputing the indexes each time (even if there has been an interaction with Morpho in the same block).

MerlinEgalite commented 1 year ago

can be merged IMO