forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Commits on Aug 15, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 73236b4 - Browse repository at this point
Copy the full SHA 73236b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f386a5 - Browse repository at this point
Copy the full SHA 6f386a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8d42b8 - Browse repository at this point
Copy the full SHA e8d42b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326366b - Browse repository at this point
Copy the full SHA 326366bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a66ae6 - Browse repository at this point
Copy the full SHA 7a66ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4cf29 - Browse repository at this point
Copy the full SHA fa4cf29View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8173ee7 - Browse repository at this point
Copy the full SHA 8173ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec29415 - Browse repository at this point
Copy the full SHA ec29415View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f6977 - Browse repository at this point
Copy the full SHA 75f6977View commit details -
Configuration menu - View commit details
-
Copy full SHA for d761fa9 - Browse repository at this point
Copy the full SHA d761fa9View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51a72e3 - Browse repository at this point
Copy the full SHA 51a72e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 745dcbc - Browse repository at this point
Copy the full SHA 745dcbcView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07ca17e - Browse repository at this point
Copy the full SHA 07ca17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f23d8ff - Browse repository at this point
Copy the full SHA f23d8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590a3ba - Browse repository at this point
Copy the full SHA 590a3baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51bf7fd - Browse repository at this point
Copy the full SHA 51bf7fdView commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79bf5e5 - Browse repository at this point
Copy the full SHA 79bf5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e13fd2 - Browse repository at this point
Copy the full SHA 6e13fd2View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.