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

Jun/storage diff check #104

Closed
wants to merge 58 commits into from
Closed

Jun/storage diff check #104

wants to merge 58 commits into from

Commits on Mar 23, 2024

  1. chore: delete certora folder

    HrikB committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    972a413 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    f867f43 View commit details
    Browse the repository at this point in the history
  2. feat: add transferability to lender token and remove some getter func…

    …tions to IonLens to reduce codesize (tests failing)
    HrikB committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    fe0edaf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. test: IonLens

    HrikB committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e4f5545 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. switch to non-rebasing

    HrikB committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bc52aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 15, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

  1. refactor: rename weth-related vars and make lens use solidity type ch…

    …ecking to calculate storage pointers
    HrikB committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e04a07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e119ac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    61ee14b View commit details
    Browse the repository at this point in the history
  2. test: vault unit tests

    junkim012 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    65e9911 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

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

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    c88cd6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab6e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdcaed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb543d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    bef84b5 View commit details
    Browse the repository at this point in the history
  2. chore: natspec

    junkim012 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f78d89 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. fix: querying unaccrued interest when paused, caching IDLE balance in…

    … reallocate, accrue fee when feePercentage is updated
    junkim012 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c7bf309 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc3ad91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    971e8f6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. fix: divide by zero in interest rate module when totalEthSupply is to…

    …o small now returns minimum base rate instead of reverting
    junkim012 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d9b87b2 View commit details
    Browse the repository at this point in the history
  2. fix: revert the non-rebasing model of RewardToken to rebasing; change…

    …s must only be renaming function names
    junkim012 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    aade327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c39ad6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c6eefd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51102cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24f904c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a8acc2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3fc0bed View commit details
    Browse the repository at this point in the history
  2. test: show that depositing the allocation cap diff or supply cap diff…

    … cannot violate either max caps
    junkim012 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0a29e38 View commit details
    Browse the repository at this point in the history
  3. fix: instead of early exit, set utilization rate to zero if totalEthS…

    …upply scaled by distribution factor truncates to zero
    junkim012 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    8bdb209 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31eaad7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. feat: to further defend against inflation attacks on top of virtual a…

    …ssets and shares, the factory enforces initial deposit into the vault at deployment time
    junkim012 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e463777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a1354 View commit details
    Browse the repository at this point in the history
  3. chore: fix natspec

    junkim012 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    2074642 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #97 from Ion-Protocol/jun/PAG-H-01

    H-01 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    0c3fbb4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #98 from Ion-Protocol/jun/PAG-M-02

    M-02 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    6ab7ec6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #99 from Ion-Protocol/jun/PAG-L-04

    L-04 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    9742852 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #100 from Ion-Protocol/jun/PAG-L-03

    L-03 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    ac80d55 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #101 from Ion-Protocol/jun/PAG-L-10

    L-10 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    0bff3b2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #94 from Ion-Protocol/jun/PAG-M-05

    M-05 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    7802ed9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c21600c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27e8d3b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #93 from Ion-Protocol/jun/PAG-M-04

    M-04 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    226ebd8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #92 from Ion-Protocol/jun/PAG-L-09

    L-09 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    5f1fe86 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #91 from Ion-Protocol/jun/PAG-L-07

    L-07 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    9c94f1a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c9a020 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #90 from Ion-Protocol/jun/PAG-M-08

    M-08 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    c85a053 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1c826f4 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #95 from Ion-Protocol/jun/PAG-C-01

    C-01 Fix [PAG]
    junkim012 authored May 16, 2024
    Configuration menu
    Copy the full SHA
    8125999 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    f79ebc6 View commit details
    Browse the repository at this point in the history
  2. chore: slither triage

    junkim012 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bc2d325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26a9806 View commit details
    Browse the repository at this point in the history
  4. new foundry storage check

    junkim012 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    aae73b3 View commit details
    Browse the repository at this point in the history