Expand description

task that checks leaves received across all nodes from decide events for consistency

Structs§

Functions§

Type Aliases§

  • A map from node ids to NodeMaps; note that the latter may have multiple leaves per view in principle.
  • A map from node ids to NodeMapSanitizeds; the latter has been sanitized validated to have a single leaf per view.
  • Map from views to leaves for a single node, allowing multiple leaves for each view (because the node may a priori send us multiple leaves for a given view).
  • A sanitized map from views to leaves for a single node, with only a single leaf per view.
  • A view map, sanitized to have exactly one leaf per view.