The Ajna protocol is a non-custodial, peer-to-peer, permissionless lending, borrowing and trading system that requires no governance or external price feeds to function.
Fix failing regression test of bucket bankruptcy scenario. Tests were failing due to high debt making (((tu + mau102 - 1e18) / 1e9) ** 2) more than int256 max limit. Fixed this by reducing time skipped in setup from 100000 days to 1000 days
Description of change
High level
(((tu + mau102 - 1e18) / 1e9) ** 2)
more thanint256
max limit. Fixed this by reducing time skipped in setup from100000 days
to1000 days