-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello. The parser for the AlonzoGenesis expects the PlutusV1 cost models to contain keys/values for parameters introduced well after the definition of that genesis configuration. As a result, one cannot decode the genesis config from JSON/Yaml directly.
To make it work, one must patch the PlutusV1's cost model with placeholder values for the missing parameters (which is wrong because those parameters simply did not exist at the time). See for example:
I am not the only person bumping into this, as similar code can be witnessed in the cardano-api which has to work around that too:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working