tweag / cooked-validators

MIT License
39 stars 11 forks source link

Get rid of `ValueUtils` #399

Open mmontin opened 1 month ago

mmontin commented 1 month ago

cooked-validators should not provide any kind of utility module. This goes against the philosophy of it being minimal. We still have a few utils in ValueUtils.hs. Let's see if they are not already provided by plutus-script-utils, or if they could be removed/replaced altogether.

mmontin commented 3 weeks ago

I found a builtin equivalent of our positivePart and negativePart functions.