We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal/External Internal
Area Other
Context When providing plutus cost models as an input to cardano-cli:
maxBound :: Int64
Description When an user provides a cost model containing too many or not enough parameters, cardano-cli should fail with an appropriate message.
cardano-cli
Additional info The original issue:
The v2 cost models included in Alonzo Genesis validation and conversion was implemented in
Warning
Needs clarification: Which cost models should we cover with this validation? V1? V2? V3?
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.
Sorry, something went wrong.
smelc
No branches or pull requests
Internal/External
Internal
Area
Other
Context
When providing plutus cost models as an input to cardano-cli:
maxBound :: Int64
and no error is reported.Description
When an user provides a cost model containing too many or not enough parameters,
cardano-cli
should fail with an appropriate message.Additional info
The original issue:
The v2 cost models included in Alonzo Genesis validation and conversion was implemented in
Warning
Needs clarification: Which cost models should we cover with this validation? V1? V2? V3?
The text was updated successfully, but these errors were encountered: