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.
 
 
 
 
 
 
Ethan Buchman 41502e05c1 chain_id written as string not hex in WriteSignBytes 10 years ago
..
types chain_id written as string not hex in WriteSignBytes 10 years ago
README.md Update README.md 10 years ago
config.go Config is passed into each module. Remove tendermint/confer 10 years ago
log.go Package import path change 10 years ago
pol.go pass chainID through sign interfaces 10 years ago
pol_test.go pass chainID through sign interfaces 10 years ago
reactor.go dont run consensus state unless fast sync is off 10 years ago
state.go pass chainID through sign interfaces 10 years ago
state_test.go pass chainID through sign interfaces 10 years ago
test.go Package import path change 10 years ago
vote_set.go pass chainID through sign interfaces 10 years ago
vote_set_test.go pass chainID through sign interfaces 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