Skip to content

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

@agaffney

Description

@agaffney

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions