Skip to content

Conversation

@Lucsanszky
Copy link
Contributor

Description

Resolves #5342

Checklist

  • Commits in meaningful sequence and with useful messages.
  • Tests added or updated when needed.
  • CHANGELOG.md files updated for packages with externally visible changes.
    NOTE: New section is never added with the code changes. (See RELEASING.md).
  • Versions updated in .cabal and CHANGELOG.md files when necessary, according to the
    versioning process.
  • Version bounds in .cabal files updated when necessary.
    NOTE: If bounds change in a cabal file, that package itself must have a version increase. (See RELEASING.md).
  • Code formatted (use scripts/fourmolize.sh).
  • Cabal files formatted (use scripts/cabal-format.sh).
  • CDDL files are up to date (use scripts/gen-cddl.sh)
  • hie.yaml updated (use scripts/gen-hie.sh).
  • Self-reviewed the diff.

, uappMaxValSize :: !(HKD f Natural)
, uappCollateralPercentage :: !(HKD f Natural)
, uappMaxCollateralInputs :: !(HKD f Natural)
, uappExtraConfig :: !(HKD f ExtraConfig)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this field into AlonzoGenesis type instead.

@Lucsanszky Lucsanszky force-pushed the ldan/alonzogen-cm-injection branch 4 times, most recently from 22043dc to 31af8b6 Compare October 30, 2025 22:21
* Add list of languages as an argument to `parseCostModels`, so we can
restrict parsing by language(s)
* Only allow `PlutusV1` when parsing cost models in `AlonzoGenesis`
@Lucsanszky Lucsanszky force-pushed the ldan/alonzogen-cm-injection branch from 31af8b6 to 262c0b3 Compare October 30, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to inject any CostModel through AlonzoGenesis

3 participants