Skip to content
New issue

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

[EPIC] Minimal viable ledger #6

Open
2 tasks
scarmuega opened this issue Mar 26, 2024 · 0 comments
Open
2 tasks

[EPIC] Minimal viable ledger #6

scarmuega opened this issue Mar 26, 2024 · 0 comments
Labels

Comments

@scarmuega
Copy link

scarmuega commented Mar 26, 2024

Tasks

Scope/Acceptance Criteria

  • Keep track of protocol parameters from a initial configuration & protocol updates tracked from chain-synchronization

    • We mostly need what is sufficient to provide useful feedback when validating transaction on submission, at least:
      • Fee (constant + coefficient)
      • maxValueSize
      • minUtxoDepositCoefficient / minUtxoDepositConstant
      • maxTransactionSize
      • stakeCredentialDeposit
      • collateralPercentage
      • maxCollateralInputs
      • maxExecutionUnits
      • (to be completed as identified)
  • At this point, UTxO-tracking is not required, but a nice-to-have. If times allow, we may consider it for this phase otherwise it will be reviewed more carefully in the next.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

2 participants