520 Commits (edf5cff80f8a5306c2846f145e1f157afc2dc7a4)

Author SHA1 Message Date
  Jae Kwon f2f437a328 Improved consensus logging -- INFO shows round steps 9 years ago
  Jae Kwon c79062ef6a Fix state/State race condition bug. 9 years ago
  Jae Kwon f325675b83 Do not wipe cs.Votes upon SwitchToConsensus 9 years ago
  Jae Kwon 1a1b9aaaab fix HeightVoteSet SetRound(0) bug which wipes out Prevotes; More logging for consensus/state addVote() 9 years ago
  Jae Kwon 3cd459b60c Do not panic upon RoundStepType.String() for invalid type 9 years ago
  Jae Kwon fc0a4bae4e Do not reset Proposal* when EnterNewRound(0) 9 years ago
  Jae Kwon a14f2d197e consensus spec wording 9 years ago
  Jae Kwon 26c192b047 Fix consensus: 9 years ago
  Jae Kwon 9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 9 years ago
  Jae Kwon 7a6b8944ab consensus/reactor cleanup 9 years ago
  Jae Kwon 32811c3f86 comment cleanup 9 years ago
  Jae Kwon 44216ab481 Unlocking from POL complete 9 years ago
  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 5790ea9f43 consensus refactor: reconstruct LastCommits upon restart 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
  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 84c3fd9a85 more debug messages for consensus 9 years ago
  Jae Kwon 9d1f1162e0 added more debug messages in consensus 9 years ago
  Jae Kwon ef42d41636 allow commit votes for the last height when we're in 9 years ago
  Jae Kwon 014166deb4 Rebond and the right height 9 years ago
  Jae Kwon 27c193dd86 Error message in RebondTx so we know why it's failing. 9 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 9 years ago
  Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 9 years ago
  Jae Kwon 3f5d2a1ed9 StartTime is equal to now when nodes start up. 9 years ago
  Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 9 years ago
  Jae Kwon 5bdd73f4a4 New genesis.json 9 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 9 years ago
  Ethan Buchman a1c5e32d76 fixes from review with jae 9 years ago
  Ethan Buchman 2e918e8c0b rpc: websocket events testing 9 years ago
  Ethan Buchman 85661de293 fire events, event urls 9 years ago
  Ethan Buchman 8e24b12888 rpc: first successful websocket event subscription 9 years ago
  Jae Kwon f271ab7256 various changes. removed debora temporarily 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
  Jae Kwon fd0646fc4f Compare blockhashes in stageBlock() 9 years ago
  Jae Kwon 788f9bfb93 started/stopped -> running; contiguous vs fast forward ConsensusState 9 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 9 years ago
  Jae Kwon 08a83aa9fb Reactors can be stopped or started at any time. 9 years ago
  Jae Kwon 0237d284cc Channel bytes are spelled fully, "XXXChannel" 9 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 9 years ago