plutus
plutus copied to clipboard
The Plutus language implementation and tools
Fixes https://github.com/IntersectMBO/plutus-private/issues/1465
Fixes https://github.com/IntersectMBO/plutus-private/issues/1600 Fixes https://github.com/IntersectMBO/plutus/issues/6529
#7138 lowers down the cost of `equalsData` when the two `Data` objects aren't equal. It would be great to have lower cost for `equalsData`, but implementing it properly is quite...
This adds support for casing on booleans and integers using `Case`, which is the first part of #6602.
This makes the user not pay for so the nodes that `equalsData` ends up not processing (when `False` is returned early, because two nodes don't match and there's no point...
Added aria labels to logo links Contrast: Navigation Logo, Footer Logo, Footer copyright and Footer button colour all have too low a contrast ratio with their respective backgrounds to be...
Thanks to @rvcas, we have language support to uplc now natively on github! We can change all golden files with extension `*.uplc.golden` to `*.golden.uplc` to take advantage of github syntax...

Same as #7010 except using `Array` rather than `SmallArray`.