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

Create framework for defining per-era ledger validation rules #873

Closed
agaffney opened this issue Feb 4, 2025 · 1 comment
Closed

Create framework for defining per-era ledger validation rules #873

agaffney opened this issue Feb 4, 2025 · 1 comment

Comments

@agaffney
Copy link
Contributor

agaffney commented Feb 4, 2025

They should be grouped/tagged by:

  • whether they apply to a block or a transaction
  • how much state they require
    • static
      • self-contained, such as checking a block body size matches the value in the header
    • parameterized
      • checks against current protocol parameters
    • stateful
      • checks against ledger state, such as spent UTxOs
@agaffney
Copy link
Contributor Author

agaffney commented Feb 7, 2025

Closed by #874

@agaffney agaffney closed this as completed Feb 7, 2025
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

No branches or pull requests

1 participant