tweag / cooked-validators

MIT License
39 stars 11 forks source link

Get rid of `ValueUtils` #399

Closed mmontin closed 4 months ago

mmontin commented 6 months 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 5 months ago

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