IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.55k stars 466 forks source link

Spec that verifies various script sizes, also demostrates a lazy script context un-marshalling #6247

Closed Unisay closed 5 days ago

Unisay commented 6 days ago

Closes #6242

A spec to demonstrate V3 script size increase when un-marshalling ScriptContext as a whole.

This spec also demonstrates alternative (lazy) approach to getting redeemer and datum from a script context without un-marshalling it all.