You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to deploy the current solidity tests as contract themselves to expose various functions needed by python for fuzz testing: delvtech/hyperdrive#1108
We currently do local fuzz testing for
erc4626
andsteth
pools. Ideally we would add all supported pools to the list of pools we're fuzzing.One issue is that local fuzz testing is dependent on mock yield sources. Ideally we would use existing yield sources, likely from a mainnet fork.
Additional pools needed to support:
The text was updated successfully, but these errors were encountered: