makerdao / lockstake

GNU Affero General Public License v3.0
19 stars 11 forks source link

Auto max line #34

Closed oldchili closed 5 months ago

oldchili commented 5 months ago

Closing this for now, as it seems the approach of using setIlk might be problematic, as it also allows triggering the auto-line right after every time (as it resets last and lastInc, see https://github.com/makerdao/dss-auto-line/blob/master/src/DssAutoLine.sol#L84).

We can consider using a new version of the auto-line and not wrapping the new version.