Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

M-07, M-13, M-15, L-02, CR-01 (OZ Audit) #27

Merged
merged 7 commits into from
Jan 18, 2024
Merged

M-07, M-13, M-15, L-02, CR-01 (OZ Audit) #27

merged 7 commits into from
Jan 18, 2024

Commits on Jan 4, 2024

  1. fix: pausing safe actions did not pause interest accrual as intended …

    …which it does now. Accruing interest for one ilk is also not actually possible. So individual accruals have been completely removed and appropriate view functions have been added/removed with this change. Protocol liqudations have been made pausable as well (unsafe). Finally, due to tiny edge case, interest also needs to be accrued on withdrawals and deposits of collateral.
    HrikB committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    baee2f0 View commit details
    Browse the repository at this point in the history
  2. fix: have interest-accrual dependent functions return true as-if-accr…

    …ued values (like balanceOf()). Also have non-accrued versions where necessary (like totalSupplyUnaccrued())
    HrikB committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bd3641f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. fix: change leverage contracts to simply use accrual adjusted rate in…

    …stead. Also added tests.
    HrikB committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    86615d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    1dc3596 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Merge pull request #36 from Ion-Protocol/hrikb/M-15R

    M-15 Revised (OZ Audit)
    HrikB committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3675011 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from Ion-Protocol/hrikb/L-08

    L-08, M-02 (OZ Audit)
    HrikB committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b1ee5d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    414432c View commit details
    Browse the repository at this point in the history