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

Upgrade Lens #0 #1514

Merged
merged 107 commits into from
Dec 14, 2022
Merged

Upgrade Lens #0 #1514

merged 107 commits into from
Dec 14, 2022

Commits on Nov 30, 2022

  1. Applied comment suggestions

    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ec6a4e6 View commit details
    Browse the repository at this point in the history
  2. Fixed rate per year decimals

    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    54e29e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc892e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2797eb1 View commit details
    Browse the repository at this point in the history
  5. Inline memory variable

    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    20d8709 View commit details
    Browse the repository at this point in the history
  6. Renamed indexes

    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4c688f6 View commit details
    Browse the repository at this point in the history
  7. Removed current in compound

    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    65f19bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3adb024 View commit details
    Browse the repository at this point in the history
  9. Merge branches 'fix/lens-comments' and 'upgrade-lens-0' of github.com…

    …:morpho-labs/morpho-contracts into fix/lens-comments
    Rubilmax committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    24423b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-underflows-2
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    189efa0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-inlining
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    a2d83a6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-indexes-naming
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    768adbf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/litteral-formatting
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    83bfc7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21e64ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bffe52 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    072742d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d528e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b5c399 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5302cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58809dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0e41c5 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-function-visibility
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    74afcb9 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-address-naming
    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    aefe621 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6057959 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74f5a4d View commit details
    Browse the repository at this point in the history
  17. Applied suggestions

    Rubilmax committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6c9fae1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. remove unnecessary check

    pakim249CAL committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    2e26721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81fa321 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Merge pull request #1504 from morpho-dao/fix/lens-function-visibility

    Fix lens function visibility
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c5c234a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1503 from morpho-dao/refactor/lens-max-capacities

    Reuse existing function in Lens
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    2096975 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1496 from morpho-dao/fix/litteral-formatting

    Uniformized litteral formatting
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    f228847 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1495 from morpho-dao/fix/lens-indexes-naming

    Renamed Lens indexes
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    e61e437 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1494 from morpho-dao/fix/lens-inlining

    Inline Lens memory variables
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    4de7160 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1493 from morpho-dao/fix/lens-underflows-2

    Fixed underflows when delta > p2p amount
    Rubilmax committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    3531c18 View commit details
    Browse the repository at this point in the history
  7. Initial changes

    pakim249CAL committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    cf1106a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0983bd7 View commit details
    Browse the repository at this point in the history
  9. use zero floor sub

    pakim249CAL committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    0398dd1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    830f39a View commit details
    Browse the repository at this point in the history
  11. Fix prod test

    pakim249CAL committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    f3093ea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bb3f77d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    763774a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge pull request #1513 from morpho-dao/issue/1507

    remove unnecessary check
    pakim249CAL committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c478792 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    4c5d5f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1685406 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-address-naming
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    04a1f2e View commit details
    Browse the repository at this point in the history
  4. Remove Address suffix

    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f7fe23b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-comments
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    5227889 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1491 from morpho-dao/fix/lens-comments

    Lens comment suggestions
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    eba561f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-p2p-rate
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9b51df5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-address-naming
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3dfa625 View commit details
    Browse the repository at this point in the history
  9. Improved loop consumption

    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b736b32 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/lens-hypothetical-balance-states
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d4da137 View commit details
    Browse the repository at this point in the history
  11. Odd test fixtures

    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2c53ac2 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1505 from morpho-dao/fix/lens-address-naming

    Remove Address in naming
    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f5c6e7f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa07a89 View commit details
    Browse the repository at this point in the history
  14. Refactor Lens indexes

    Rubilmax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b4ea7e7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e6ba60b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fff5a15 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1512 from morpho-dao/issue/1510

    Remove outdated CompoundMath in Lens
    pakim249CAL committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    eef7f68 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Remove redundant ILens

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d89812b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e718b5 View commit details
    Browse the repository at this point in the history
  3. Renamed rates variables

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    58e3692 View commit details
    Browse the repository at this point in the history
  4. Separate storage

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    131d353 View commit details
    Browse the repository at this point in the history
  5. Update storage snapshot

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    121b1b9 View commit details
    Browse the repository at this point in the history
  6. Readd Lens upgrade tests

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f29e925 View commit details
    Browse the repository at this point in the history
  7. Refactor Upgradeable tests

    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ac1e2b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4abdeda View commit details
    Browse the repository at this point in the history
  9. Merge branch 'refactor/lens-irm' of github.com:morpho-labs/morpho-con…

    …tracts into refactor/lens-indexes
    Rubilmax committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a967669 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge pull request #1522 from morpho-dao/refactor/lens-irm

    Refactor InterestRatesModel for more clarity
    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    32446c9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into refactor/lens-indexes
    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5528269 View commit details
    Browse the repository at this point in the history
  3. Reorder test helpers

    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    803902b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1502 from morpho-dao/fix/lens-hypothetical-balanc…

    …e-states
    
    Fix Lens getHypotheticalBalanceStates
    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    23a9a06 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into refactor/lens-indexes
    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7a5d88d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1525 from morpho-dao/refactor/lens-immutables

    Make compound Lens variables immutables
    Rubilmax committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8c5390d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Merge pull request #1523 from morpho-dao/refactor/lens-indexes

    Refactor Lens indexes
    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    f6b4173 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into refactor/lens-interface
    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    151f8c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78fac5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into refactor/lens-interface
    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1db4a4d View commit details
    Browse the repository at this point in the history
  5. Fix deltas tests

    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5f9bd20 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1524 from morpho-dao/refactor/lens-interface

    Make Lens inherits its interface
    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    da6b937 View commit details
    Browse the repository at this point in the history
  7. Refactor rates calculation

    Rubilmax committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    824b6ce View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    0158f12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d979a6 View commit details
    Browse the repository at this point in the history
  3. Add pool indexes specs

    Rubilmax committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5e7fc94 View commit details
    Browse the repository at this point in the history
  4. Add compilation step to CI

    Rubilmax committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f5cb901 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1573 from morpho-dao/refactor/lens-storage-layout

    Refactor lens storage layout
    MerlinEgalite committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    c4c85cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fe9e4b View commit details
    Browse the repository at this point in the history
  7. Lightened Lens

    Rubilmax committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    5543f11 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge pull request #1577 from morpho-dao/ci/add-compilation-check

    Add contract size check to CI
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    1ed5901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435e7af View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1556 from morpho-dao/refactor/lens-rates

    Refactor rates calculation
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4fa0b64 View commit details
    Browse the repository at this point in the history
  4. Revert refactoring

    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8280cf3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into fix/indexes-specs
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0c88d38 View commit details
    Browse the repository at this point in the history
  6. Explicit comment

    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    54208e7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1576 from morpho-dao/fix/indexes-specs

    Add pool indexes specs
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    3d77c16 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'upgrade-lens-0' of github.com:morpho-labs/morpho-contra…

    …cts into feat/is-liquidatable-deprecated-market
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4125cf2 View commit details
    Browse the repository at this point in the history
  9. Improved comments

    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c20d021 View commit details
    Browse the repository at this point in the history
  10. Revert isLiquidatable change

    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c89fda2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1578 from morpho-dao/feat/is-liquidatable-depreca…

    …ted-market
    
    Add isLiquidatable(user,market)
    Rubilmax committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    e62a01f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Fix CI action name

    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    d3bae52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    258784b View commit details
    Browse the repository at this point in the history
  3. Updated production tests

    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0c32e65 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1590 from morpho-dao/test/prod-p2p-disabled

    Update production tests
    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    36c0c22 View commit details
    Browse the repository at this point in the history
  5. Re-inherit Initializable

    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e1ab6df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    adea9b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1589 from morpho-dao/fix/lens-storage

    Added silenced storage variables
    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    ee1dedd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1586 from morpho-dao/fix/ci-action-name

    Fix CI action name
    Rubilmax committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4267d7f View commit details
    Browse the repository at this point in the history