You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 325b88b083 time encoding in binary/reflect 10 years ago
..
types Added README docs for account/binary and renamed UInt -> Uint etc. 10 years ago
README.md Update README.md 10 years ago
log.go use tendermint/log15 10 years ago
pol.go Documented Block, some renames 10 years ago
pol_test.go type Ed25519[Signature|PubKey] struct{[]byte} -> []byte 10 years ago
reactor.go Save blocks on catch-up too. 10 years ago
state.go time encoding in binary/reflect 10 years ago
state_test.go Do not panic when double-signing, return error. 10 years ago
test.go generated privValidator for testing uses tmp files 10 years ago
vote_set.go change logger to log15 10 years ago
vote_set_test.go Do not panic when double-signing, return error. 10 years ago

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