IntersectMBO / cardano-ledger

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

Switch to using Plutus testingCostModels instead of zero models in Tests #4404

Open teodanciu opened 1 month ago

teodanciu commented 1 month ago

Because of an issue in testingCostModels from Plutus, we had to set our costmodels to zero values in order to get the tests to pass for the CIP-0069 PR.

Once the problem is solved in Plutus, we have to revert to the cost models they provide, for more realistic tests.

lehins commented 1 month ago

Is there a relevant issue on the Plutus repo that we can cross reference?