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

Investigate fuzzing in fork tests #25

Open
davidlaprade opened this issue Jan 4, 2023 · 0 comments
Open

Investigate fuzzing in fork tests #25

davidlaprade opened this issue Jan 4, 2023 · 0 comments

Comments

@davidlaprade
Copy link
Contributor

Most of our Aave-related tests are fork tests. For this reason, we don't fuzz over their inputs -- as this would generate a massive (and expensive) number of RPC calls. But it's possible to fuzz using a deterministic seed, which would allow us to cache RPC calls and avoid unnecessary network interactions.

Two tasks here:

  • support deterministic fuzzing in CI
  • convert existing Aave-related fork tests into fuzz tests

RE: #21 (comment)

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

No branches or pull requests

1 participant