Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 526 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 526 Bytes

Consensus

This folder contains implementations for BABE and GRANDPA consensus in Kagome.

  • authority – authority manager implementations. Needed to keep track of grandpa authorities updates
  • babe - BABE block production algorithm implementation
  • grandpa – GRANDPA block finalization algorithm implementation
  • validation – contains logic for block_validator incoming blocks