473 Commits (883b71ca700c034c968393669a1943e98d53b2a9)

Author SHA1 Message Date
  Jae Kwon d05276ee87 wordings and clarifications, unnecessary code uncommenting 9 years ago
  Jae Kwon 4d5fda7516 state machine cleanup 9 years ago
  Jae Kwon 9e1794eaea Fixed tests 9 years ago
  Jae Kwon 9b96e2e171 ProposalPOLRound... 9 years ago
  Jae Kwon 7752405945 Draft of consensus/reactor refactor. 9 years ago
  Jae Kwon 927823140b fast-forward when +2/3 precommits found for future round 9 years ago
  Jae Kwon 15e80c6c28 fixes to state transition upon addVote 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 1b95c09160 consensus refactor: add HeightVoteSet 9 years ago
  Jae Kwon 5790ea9f43 consensus refactor: reconstruct LastCommits upon restart 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman 41502e05c1 chain_id written as string not hex in WriteSignBytes 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Ethan Buchman 8a2d9525f0 network > chain_id, put in genesis.json 9 years ago
  Ethan Buchman bb67fe0356 dont run consensus state unless fast sync is off 9 years ago
  Jae Kwon 489bf767cb importing tendermint/config/tendermint_test applies the test config 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon 6020223e85 fix bitArray nil bugs 9 years ago
  Jae Kwon ba17961269 Always return the validatorIndex upon AddVote() 9 years ago
  Jae Kwon 5971617ac3 ... 9 years ago
  Jae Kwon c3a12e3cb8 ... 9 years ago
  Jae Kwon da73e001ad BitArray takes a pointer receiver. More logging 9 years ago
  Jae Kwon 44076e816d more consensus logging 9 years ago
  Jae Kwon 32f7babf87 boost sendQueue for votes 9 years ago
  Jae Kwon 8b6d489755 Update vote log 9 years ago
  Jae Kwon cfb4a40855 adding more debug logs 10 years ago
  Ethan Buchman ff87958f95 broadcast on newStepCh on switch to consensus reactor 10 years ago
  Jae Kwon 84c3fd9a85 more debug messages for consensus 10 years ago
  Jae Kwon 9d1f1162e0 added more debug messages in consensus 10 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 10 years ago
  Jae Kwon 5366d808ba Proposal WriteSignBytes is JSON 10 years ago
  Jae Kwon ef42d41636 allow commit votes for the last height when we're in 10 years ago
  Jae Kwon 014166deb4 Rebond and the right height 10 years ago
  Jae Kwon 27c193dd86 Error message in RebondTx so we know why it's failing. 10 years ago
  Jae Kwon 9a8652e001 Include peer round states in the dump_consensus_state RPC call. 10 years ago
  Jae Kwon 9513f601de Removed Log.File, all log goes out to stdout. 10 years ago
  Ethan Buchman d54bf6bcd5 blockchain reactor to consensus reactor transition on catchup 10 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 10 years ago
  Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 10 years ago
  Jae Kwon df026f64fa Remoted bytes from logging messages 10 years ago
  Jae Kwon 3f5d2a1ed9 StartTime is equal to now when nodes start up. 10 years ago
  Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 10 years ago
  Jae Kwon 5bdd73f4a4 New genesis.json 10 years ago
  Jae Kwon 44565872ae Fixed BlockchainMessage{} Decode issue. 10 years ago
  Jae Kwon 89cfedeb73 Make all messages be registered as pointer receivers, 10 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 10 years ago
  Ethan Buchman a1c5e32d76 fixes from review with jae 10 years ago
  Jae Kwon df1d46d04d Errorf -> fmt.Errorf 10 years ago
  Jae Kwon e5d34befde Remote TypeByte() 10 years ago