transmissions11 / foundry-template

Streamlined template for getting started with Foundry and Solmate.
MIT License
162 stars 27 forks source link

Fix update profiles #4

Closed devtooligan closed 2 years ago

devtooligan commented 2 years ago

Foundry no longer supports different fuzz_runs for different profiles.

transmissions11 commented 2 years ago

will look into the other stuff

but wrt to this

turned optimizer = true on since I think that's what you wanted since you set optimizer runs

i believe its on by default, fuzz runs are just set to 200

Screen Shot 2022-08-29 at 7 20 54 PM
devtooligan commented 2 years ago

will look into the other stuff

but wrt to this

turned optimizer = true on since I think that's what you wanted since you set optimizer runs

i believe its on by default, fuzz runs are just set to 200

ahh i didn't know that about optimizer = true.

yeah fuzz runs are 256 by default but i just thought 1000 was nice and showcase the new section.

i've removed both and re-pushed --force

transmissions11 commented 2 years ago

sorry meant optimizer runs

transmissions11 commented 2 years ago

but yeah will wait to merge this until we have a new syntax for declaring profile specific fuzz runs, the team is working on it

devtooligan commented 2 years ago

sounds good. ill just clsoe this for now we can do a new pr when that functionality becomes avail