tendermint/consensus
Jae Kwon 7a8a0fefc7 type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 2015-01-03 20:24:02 -08:00
..
types Added README docs for account/binary and renamed UInt -> Uint etc. 2014-12-22 18:10:17 -08:00
README.md
log.go use tendermint/log15 2014-12-29 19:44:38 -08:00
pol.go Documented Block, some renames 2014-12-23 01:35:54 -08:00
pol_test.go type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 2015-01-03 20:24:02 -08:00
reactor.go Save blocks on catch-up too. 2014-12-31 16:53:48 -08:00
state.go Save blocks on catch-up too. 2014-12-31 16:53:48 -08:00
state_test.go Do not panic when double-signing, return error. 2014-12-31 16:53:33 -08:00
test.go generated privValidator for testing uses tmp files 2014-12-22 18:49:37 -08:00
vote_set.go change logger to log15 2014-12-29 18:09:06 -08:00
vote_set_test.go Do not panic when double-signing, return error. 2014-12-31 16:53:33 -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