delvtech / hyperdrive

An automated market maker for fixed and variable yield with on-demand terms.
Apache License 2.0
26 stars 3 forks source link

Fuzz test `calculate_*` trades against solidity #937

Closed slundqui closed 4 months ago

slundqui commented 5 months ago

There are limited tests for rust calculate_* functions against what's implemented in solidity:

Ideally, we would fuzz these trades against the public interface of hyperdrive.

dpaiton commented 4 months ago

Duplicate of delvtech/hyperdrive-rs#20; closing