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
this should be much easier to do now that pool logic is in a library. verify that via calls to modify position and swap, all positions will always be solvent. we should probably use mythx for this. tried it with forge, but it has some drawbacks over echidna/mythx style fuzz tests, mainly does not test sequences of transactions, but handling reverts is also painful b18e172
The text was updated successfully, but these errors were encountered:
this should be much easier to do now that pool logic is in a library. verify that via calls to modify position and swap, all positions will always be solvent.
we should probably use mythx for this. tried it with forge, but it has some drawbacks over echidna/mythx style fuzz tests, mainly does not test sequences of transactions, but handling reverts is also painfulb18e172
The text was updated successfully, but these errors were encountered: