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

Add erc4626 #1170

Open
wants to merge 69 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 26, 2024

  1. start erc4626

    andrew-fleming committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    82b3173 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add fns from interface

    andrew-fleming committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f08dd48 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. start business logic

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c558c59 View commit details
    Browse the repository at this point in the history
  2. add mul_div and tests

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0b572e5 View commit details
    Browse the repository at this point in the history
  3. simplify math

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3cadd55 View commit details
    Browse the repository at this point in the history
  4. add fix me comments

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f66bce4 View commit details
    Browse the repository at this point in the history
  5. fix fmt

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5d7b1d9 View commit details
    Browse the repository at this point in the history
  6. fix fmt

    andrew-fleming committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    33bd0d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

    andrew-fleming committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4fefde2 View commit details
    Browse the repository at this point in the history
  3. add erc4626 mock

    andrew-fleming committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    80c4013 View commit details
    Browse the repository at this point in the history
  4. add erc4626 mock

    andrew-fleming committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7e4177f View commit details
    Browse the repository at this point in the history
  5. start erc4626 tests

    andrew-fleming committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3def693 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77fdfa6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 6, 2024

  1. add power fn

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ea3bf06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ce03b View commit details
    Browse the repository at this point in the history
  3. fix interface fns

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    e70061d View commit details
    Browse the repository at this point in the history
  4. fix logic, add power

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ca52772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8072770 View commit details
    Browse the repository at this point in the history
  6. fix fmt

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7d2a3c1 View commit details
    Browse the repository at this point in the history
  7. clean up power fn

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a45c8dc View commit details
    Browse the repository at this point in the history
  8. simplify operation

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    bb1cdc2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2681e5 View commit details
    Browse the repository at this point in the history
  10. move fn, remove tests

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    f401df1 View commit details
    Browse the repository at this point in the history
  11. add test_math mod

    andrew-fleming committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4bdde8d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    ccc8784 View commit details
    Browse the repository at this point in the history
  2. add full vault tests

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    87a84ab View commit details
    Browse the repository at this point in the history
  3. fix fmt

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    501d7b9 View commit details
    Browse the repository at this point in the history
  4. fix assertions

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ee222f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    970cb75 View commit details
    Browse the repository at this point in the history
  6. fix fmt

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    39b205c View commit details
    Browse the repository at this point in the history
  7. fix fmt

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5af5b8b View commit details
    Browse the repository at this point in the history
  8. fix conflicts

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    69c4831 View commit details
    Browse the repository at this point in the history
  9. fix fmt

    andrew-fleming committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b735b5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43440d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 11, 2024

  1. add reentrancy tests

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0870930 View commit details
    Browse the repository at this point in the history
  2. expose burn in mock

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    65dddfc View commit details
    Browse the repository at this point in the history
  3. tidy up tests

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bded58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd4d146 View commit details
    Browse the repository at this point in the history
  5. fix deploy fn names

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    2bf3aac View commit details
    Browse the repository at this point in the history
  6. improve helper fn name

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9c7243f View commit details
    Browse the repository at this point in the history
  7. fix fmt

    andrew-fleming committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bb3a6b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    c8a9dfa View commit details
    Browse the repository at this point in the history
  2. update branch

    andrew-fleming committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    385118e View commit details
    Browse the repository at this point in the history
  3. fix conflicts

    andrew-fleming committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    bc88cf8 View commit details
    Browse the repository at this point in the history
  4. fix conflicts

    andrew-fleming committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1d14afc View commit details
    Browse the repository at this point in the history
  5. fix fmt

    andrew-fleming committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    acc2047 View commit details
    Browse the repository at this point in the history
  6. update spdx

    andrew-fleming committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2e368fd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix conflicts

    andrew-fleming committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c4f565e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    c343716 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e10817 View commit details
    Browse the repository at this point in the history
  3. add/fix in-code docs

    andrew-fleming committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    cbdd70a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix param name

    andrew-fleming committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    970d621 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. fix comments

    andrew-fleming committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    1418543 View commit details
    Browse the repository at this point in the history
  2. add multiple tx tests

    andrew-fleming committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    a10b28c View commit details
    Browse the repository at this point in the history
  3. fix err msgs

    andrew-fleming committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e67d312 View commit details
    Browse the repository at this point in the history
  4. fix comments, fix test

    andrew-fleming committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    ed727df View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. add note to power

    andrew-fleming committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b7fb9de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44055bd View commit details
    Browse the repository at this point in the history
  3. improve u256_mul_div

    andrew-fleming committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8d8e066 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. remove unused var

    andrew-fleming committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    450efa4 View commit details
    Browse the repository at this point in the history
  2. remove line

    andrew-fleming committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d912c6d View commit details
    Browse the repository at this point in the history
  3. improve var name

    andrew-fleming committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0cd10da View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. add changelog entries

    andrew-fleming committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    3ef163f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fcdd0c View commit details
    Browse the repository at this point in the history
  3. fix version in spdx

    andrew-fleming committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    c8b7161 View commit details
    Browse the repository at this point in the history