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

Enable fuzzing in fork tests via deterministic seeds #8

Open
davidlaprade opened this issue Jan 8, 2025 · 0 comments
Open

Enable fuzzing in fork tests via deterministic seeds #8

davidlaprade opened this issue Jan 8, 2025 · 0 comments

Comments

@davidlaprade
Copy link

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: ScopeLift/flexible-voting#21 (comment)
Copied from ScopeLift/flexible-voting#25

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