IntersectMBO / cardano-ledger

The ledger implementation and specifications of the Cardano blockchain.
Apache License 2.0
256 stars 158 forks source link

Avoid redundant Deserialization of Plutus Scripts #3717

Open lehins opened 1 year ago

lehins commented 1 year ago

Introduce PlutusDecoded on Plutus side and convert wellformedness check into deserialization check

lehins commented 11 months ago

Required implementation on the Plutus side is ready in https://github.com/input-output-hk/plutus/pull/5538

lehins commented 11 months ago

Basic integration was done in: https://github.com/input-output-hk/cardano-ledger/pull/3778