tweag / cooked-validators

MIT License
39 stars 11 forks source link

Improve error reporting for unbalanceable transactions #275

Closed florentc closed 1 year ago

florentc commented 1 year ago

This improves error reporting for unbalanceable transactions by storing relevant data in the MCEUnbalanceable error instead of a textual representation. This makes it possible to display the error in a more readable way that uses existing pretty printing of values instead of default Plutus' show for values.