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

This is technically a regression performance-wise, but we may already be charging for it (depends on how budgeting calibration works), so let's see, maybe it's not detectable regardless.

Builtins
Performance
No Changelog Required

This replicates the existing builtins so that there are 10x of them now. This is just to check whether it results in any evaluation slowdown.

Do not merge
Builtins
EXPERIMENT
No Changelog Required

The UFloatDelay translation relation requires a test that a term `isPure`. This exists in Haskell but needs defining in Agda. Currently it is a null type that accepts any term,...

status: triaged
Internal

Documentation
status: triaged
Internal

This experiment adds the `dropList` builtin so that folks can play with it. Not intended for merging.

Do not merge
Builtins
EXPERIMENT
No Changelog Required

# Plutus Core Meetup Dogfooding At the 2024 Plutus Core Meetup we had a dogfooding session aimed at deploying a UPLC script to the Preview Cardano chain. The following is...

Documentation
status: triaged
Internal

This issue is just to have some place where the Education team can share their feedback in free form should they wish so. This doesn't mean that other issues to...

User experience
status: triaged
Internal

closes #7146. ~~Add plugin option to generate callstack trace message. Currently this won't handle cases when a function has `PlutusTx.Trace.callStack` and that function is called in multiple places. It will...

Plinth
User experience
Plinth Plugin

Polished things a little, added some functionality to the `testlib` of UPLC that we already had for TPLC, added a UPLC test.

Test
Refactoring
No Changelog Required