Skip to main content

Plutus Core Team Update

· One min read
Ziyang Liu

High level summary

The Plutus team organized and attended UPLC 2025, an event dedicated to the UPLC language, held in Edinburgh last week. Session recordings will be available soon.

Based on community feedback, we have added a new Value primitive, scaleValue, to the upcoming intra-era hard fork, along with several minor refinements to other Value primitives.

We have also continued improving the performance of the UPLC evaluator, specifically by optimizing the inlining of the geq function.

Finally, we are progressing with costing for all Value primitives.

Low level summary

Key Pull Requests Merged

Issues and Pull Requests In Progress

  • Costing for Value primitives (in plutus-private)