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

Chore: setup medusa + 1 basic fuzz scenario #19

Merged
merged 18 commits into from
Aug 21, 2024

Commits on Aug 15, 2024

  1. chore: configure medusa with basic supERC20 self-bridging

    - used --foundry-compile-all to ensure the test contract under
      `test/properties` is compiled (otherwise it is not compiled and medusa
      crashes when it can't find it's compiled representation)
    - set src,test,script to test/properties/medusa to not waste time
      compiling contracts that are not required for the medusa campaign
    - used an atomic bridge, which doesnt allow for testing of several of
      the proposed invariants
    0xteddybear committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    73236b4 View commit details
    Browse the repository at this point in the history
  2. fix: delete dead code

    0xteddybear committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6f386a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8d42b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326366b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a66ae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4cf29 View commit details
    Browse the repository at this point in the history
  7. test: guide the fuzzer a little bit less

    previously: initial mint, bound on transfer amount: 146625 calls in 200s
    now: no initial mint, no bound on transfer amount: 176835 calls in 200s
    
    it doesn't seem to slow the fuzzer down
    0xteddybear committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8173ee7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec29415 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75f6977 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d761fa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. fix: feedback from disco

    0xteddybear committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    51a72e3 View commit details
    Browse the repository at this point in the history
  2. fix: feedback from doc

    0xteddybear committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    745dcbc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    07ca17e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23d8ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590a3ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51bf7fd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    79bf5e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e13fd2 View commit details
    Browse the repository at this point in the history