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

ERC4626 #3171

Merged
merged 39 commits into from Jun 2, 2022
Merged

ERC4626 #3171

merged 39 commits into from Jun 2, 2022

Commits on Feb 7, 2022

  1. IERC4626

    Amxx committed Feb 7, 2022
    Copy the full SHA
    4f1e397 View commit details
    Browse the repository at this point in the history
  2. intitial ERC4626 implementation

    Amxx committed Feb 7, 2022
    Copy the full SHA
    7bf3143 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a0363e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fix bug

    Amxx committed Feb 18, 2022
    Copy the full SHA
    8cbf623 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Copy the full SHA
    d84975b View commit details
    Browse the repository at this point in the history
  2. ERC4626 testing

    Amxx committed Feb 21, 2022
    Copy the full SHA
    2f33819 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    51ccbf8 View commit details
    Browse the repository at this point in the history
  4. fix lint

    Amxx committed Feb 21, 2022
    Copy the full SHA
    b1c5367 View commit details
    Browse the repository at this point in the history
  5. slither

    Amxx committed Feb 21, 2022
    Copy the full SHA
    e730222 View commit details
    Browse the repository at this point in the history
  6. more ERC4626 testing

    Amxx committed Feb 21, 2022
    Copy the full SHA
    7fc3633 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. more testing

    Amxx committed Mar 10, 2022
    Copy the full SHA
    b9709dc View commit details
    Browse the repository at this point in the history
  2. fix and document reentrancy risk

    Amxx committed Mar 10, 2022
    Copy the full SHA
    fac4303 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. use Math.mulDiv

    Amxx committed May 5, 2022
    Copy the full SHA
    3931537 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    370de87 View commit details
    Browse the repository at this point in the history
  3. Debug + simplify muldiv

    Amxx committed May 5, 2022
    Copy the full SHA
    a9affd7 View commit details
    Browse the repository at this point in the history
  4. minor improvement

    Amxx committed May 5, 2022
    Copy the full SHA
    3520d7f View commit details
    Browse the repository at this point in the history
  5. cleanup testing

    Amxx committed May 5, 2022
    Copy the full SHA
    f73f183 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Amxx committed May 5, 2022
    Copy the full SHA
    3d1899f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Copy the full SHA
    222bb7f View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    Amxx committed May 6, 2022
    Copy the full SHA
    2fda29a View commit details
    Browse the repository at this point in the history

Commits on May 8, 2022

  1. cleanup

    Amxx committed May 8, 2022
    Copy the full SHA
    33d2481 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f16dc72 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Apply suggestions from code review

    Co-authored-by: Olivier <olivierc8@hotmail.com>
    Amxx and Oli8 committed May 12, 2022
    Copy the full SHA
    d27b743 View commit details
    Browse the repository at this point in the history
  2. fix muldiv tests

    Amxx committed May 12, 2022
    Copy the full SHA
    c41c94b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on May 19, 2022

  1. Copy the full SHA
    5a86254 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Copy the full SHA
    baa4d01 View commit details
    Browse the repository at this point in the history
  2. private functions renaming

    Amxx committed May 20, 2022
    Copy the full SHA
    b8cba33 View commit details
    Browse the repository at this point in the history
  3. lint

    Amxx committed May 20, 2022
    Copy the full SHA
    32a2b9b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. documentation

    Amxx committed May 23, 2022
    Copy the full SHA
    a5d5fb4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe5cfe4 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. gas optimisation in muldiv

    Amxx committed May 30, 2022
    Copy the full SHA
    aa9b2f8 View commit details
    Browse the repository at this point in the history
  2. lint

    Amxx committed May 30, 2022
    Copy the full SHA
    477f675 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Apply suggestions from code review

    Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
    Amxx and frangio committed May 31, 2022
    Copy the full SHA
    82c7386 View commit details
    Browse the repository at this point in the history
  2. address issues from the PR

    Amxx committed May 31, 2022
    Copy the full SHA
    e8947db View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    62f1a63 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Copy the full SHA
    bdd9c0d View commit details
    Browse the repository at this point in the history
  2. fix lint

    Amxx committed Jun 1, 2022
    Copy the full SHA
    9a6ab42 View commit details
    Browse the repository at this point in the history
  3. lint

    frangio committed Jun 1, 2022
    Copy the full SHA
    cab514a View commit details
    Browse the repository at this point in the history