-
Result of investigating https://github.com/cardano-foundation/CIPs/pull/854#discussion_r1741144968.
I thought it would be an easy check & fix for the small number of CIP titles that might be dispar…
-
**Internal/External**
*Internal*
**Area**
*Other* Any other topic (Delegation, Ranking, ...).
**Describe the feature you'd like**
Currently cost models are represented [as an array with …
-
Some ideas of what we could do:
[ ] Implement untyped plutus core (syntax/operational semantics)
[ ] Implement typing, should be very similar to typed PLC, but no annotations on the term, everythi…
-
In GitLab by @kwanzknoel on Jul 26, 2021, 23:48
# Support for Plutus Core backend
- [Specification](https://hydra.iohk.io/build/5988492/download/1/plutus-core-specification.pdf)
- [Plutus Core sourc…
-
### Summary
The testcase `trackCostsRetaining` https://github.com/IntersectMBO/plutus/blob/master/plutus-core/untyped-plutus-core/test/Evaluation/Builtins/Definition.hs#L458
fails only on Darwin…
-
It's been proposed that the [RIPEMD-160 hash function ](https://en.wikipedia.org/wiki/RIPEMD)should be added to Plutus Core, and a CIP is currently being prepared.
To do this we'll need to
- [x]…
kwxm updated
2 months ago
-
This issue is for dumping all the plans regarding AST optimizations (such as case-of-case, case-of-known-constructors etc) in a largely unstructured way. We'll have separate messages for Plutus Core a…
-
With extensible interfaces, we can currently compile a package using a plugin to produce interface files that contain core bindings, which can be used to recover ASTs during Plutus compilation.
How…
-
In GitLab by @kwanzknoel on Jul 26, 2021, 23:48
# Support for Plutus Core backend
- [Specification](https://hydra.iohk.io/build/5988492/download/1/plutus-core-specification.pdf)
- [Plutus Core sourc…
-
The `eraseTerm` function is very simple (as it ought to be), by removing any
ast info that contains types.
Previously this eraseTerm it was broken for DeBruijn terms so we decided to constrain thi…