mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-01 23:51:21 +00:00
* Use LastValidators when a Vote is received for the last height. * Fix Validation.Height/Round to use FirstPrecommit.
The core consensus algorithm.
- state.go - The state machine as detailed in the whitepaper
- reactor.go - A reactor that connects the state machine to the gossip network