You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We want to support withdraws for users that only have borrows, no deposits, but are deposited in a reserve with bad oracles.
In such case, we skip liveness checks.
However, while calculating max outflow the math depended on a value that was set upon refresh.
That caused the max outflow to be zero and blocked withdrawals.
* Fixing outdated CI
* Fixing the calculation so that it still works as intended for other tests
* Remove forgotten msg
* Reverting to previous logic but with a better static value
* Reverting to previous logic but with a better static value
0 commit comments