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

Fuzzing Harness #1108

Open
jalextowle opened this issue Jul 18, 2024 · 0 comments
Open

Fuzzing Harness #1108

jalextowle opened this issue Jul 18, 2024 · 0 comments

Comments

@jalextowle
Copy link
Contributor

jalextowle commented Jul 18, 2024

The plan for fuzzing new integrations is that we'll use a mainnet fork environment with a well-defined integration contract interface. This integration contract interface needs to provide the following functions for each integration:

  • Getters for which deposit and withdrawal configurations are supported (ex. asBase = false is not supported for Morpho Blue)
  • Deploy the Hyperdrive factory, deployer coordinator, and instance with a provided pool configuration
  • Fund account with base tokens or vault shares tokens
  • Accrue interest (uint256 timeDelta and int256 variableRate)

*Consider how we can test yield sources that accrue interest periodically

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 a pull request may close this issue.

1 participant