plutus icon indicating copy to clipboard operation
plutus copied to clipboard

The Plutus language implementation and tools

Results 475 plutus issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/IntersectMBO/plutus-private/issues/1465

No Changelog Required

Fixes https://github.com/IntersectMBO/plutus-private/issues/1600 Fixes https://github.com/IntersectMBO/plutus/issues/6529

Metatheory
No Changelog Required

#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...

Good first issue
status: triaged
No Changelog Required

This adds support for casing on booleans and integers using `Case`, which is the first part of #6602.

Evaluation
Builtins
Performance

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...

Do not merge
Builtins
Costing
EXPERIMENT

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...

Low priority
Good first issue
status: triaged

![grafik](https://github.com/user-attachments/assets/c7a7cc75-7926-4df8-aa3f-141b47f58cfa)

Do not merge
No Changelog Required

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

Evaluation
AST
Performance
EXPERIMENT