Skip to content

Latest commit

 

History

History

consensus

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