tendermint/consensus
Matthew Wampler-Doty f03547007a App -> App() 2015-03-18 23:27:26 -07:00
..
types block module -> import as blk 2015-01-15 22:43:15 -08:00
README.md Update README.md 2014-11-20 05:28:01 -08:00
log.go Write log also to a file. 2015-01-08 17:24:04 -08:00
pol.go block module -> import as blk 2015-01-15 22:43:15 -08:00
pol_test.go block module -> import as blk 2015-01-15 22:43:15 -08:00
reactor.go consensus: broadcast evidence tx on ErrVoteConflictingSignature 2015-03-18 23:23:56 -07:00
state.go App -> App() 2015-03-18 23:27:26 -07:00
state_test.go block module -> import as blk 2015-01-15 22:43:15 -08:00
test.go test bondTx 2015-01-17 01:56:55 -08:00
vote_set.go consensus: broadcast evidence tx on ErrVoteConflictingSignature 2015-03-18 23:23:56 -07:00
vote_set_test.go block module -> import as blk 2015-01-15 22:43:15 -08:00

README.md

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