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.
Invariant invariant_fenwick was failing because invariant logic for interest accrual was using the pending inflator to calculate HTP instead current pool inflator.
Purpose
Impact
Tasks
[ ] Changes to protocol contracts are covered by unit tests executed by CI.
[ ] Protocol contract size limits have not been exceeded.
[ ] Gas consumption for impacted transactions have been compared with the target branch, and nontrivial changes cited in the Impact section above.
[ ] Scope labels have been assigned as appropriate.
[ ] Invariant tests have been manually executed as appropriate for the nature of the change.
Description
Invariant
invariant_fenwick
was failing because invariant logic for interest accrual was using the pending inflator to calculate HTP instead current pool inflator.Purpose
Impact
Tasks