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

Differential Testing with --ffi flag #60

Merged
merged 6 commits into from
Jun 26, 2024

Conversation

Keshavrajsinghal
Copy link
Contributor

This PR adds differential testing for the ExponentialPremiumPriceOracle contract.

@@ -30,7 +30,7 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv
forge test -vvv --ffi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to install python3 on the vm in order for this to work with something like this
https://github.com/crytic/slither/blob/798c1f6387ea0ce94ff792292095e4f9d0075bc9/.github/workflows/black.yml#L34

@stevieraykatz stevieraykatz merged commit d340c79 into main Jun 26, 2024
3 checks passed
@stevieraykatz stevieraykatz deleted the premiumprice-differentialtesting branch June 26, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants