plutus
plutus copied to clipboard
The Plutus language implementation and tools
This is an initial attempt to cost the `caseList` and `caseData` builtins, but it's turning out to be a little tricky. The problem is that these functions really return a...
Currently the `validation` benchmarks don't seem to have any golden tests ensuring that what scripts evaluate to doesn't change. Unlike e.g. `nofib` or `bitwise` benchmarks (and `lists` ones have some...
Just checking.
This reverts commit 87c89d6f896d8eaa33d37eb9b6511d4193c4f36a. Pre-submit checklist: - Branch - [ ] Tests are provided (if possible) - [ ] Commit sequence broadly makes sense - [ ] Key commits have...
After https://github.com/IntersectMBO/plutus/pull/6931 is merged, you can search for uses of `toSOPList` or `unsafeFromSOPList` and you'll see that lots of code in the ledger API or the standard library does conversions...
### Describe the feature you'd like Constitution tests take too long, so they are not part of CI (only nightly tests). We can split the golden tests which are fast...
#5867 fixed some of the screwed up benchmarks (See [this](https://github.com/IntersectMBO/plutus/pull/4914#issuecomment-1387710846) comment for an explanation of what went wrong), but we still have more of these issues in - `budgeting-bench` -...