473 Commits (883b71ca700c034c968393669a1943e98d53b2a9)

Author SHA1 Message Date
  Jae Kwon d69b5c5ab6 Conform to go-wire 1.0 9 years ago
  Jae Kwon e12f9d10e7 Bare consensus refactor 9 years ago
  Jae Kwon c4ed55d801 Refactor to move common libraries out of project 9 years ago
  Jae Kwon 5631b1a728 fixes #152 and #153 9 years ago
  Jae Kwon 0a28cabd57 remove temporary limit on num block transactions 9 years ago
  Jae Kwon ceed000c58 Use ResetFor... callback instead of EventSwitch for mempool new blocks 9 years ago
  Ethan Buchman 12566f51af better mempool queueing 9 years ago
  Ethan Buchman a26e0b4d48 consensus tests 9 years ago
  Ethan Buchman 632e77c1cf rs.CommitRound 9 years ago
  Ethan Buchman aab024f18d consensus events 9 years ago
  Ethan Buchman 2b8157ce2a addVote takes index 9 years ago
  Ethan Buchman a61a8176f1 fixes https://github.com/tendermint/halt/blob/master/case1/analysis.txt 9 years ago
  Ethan Buchman 555ecb095d precommit nil if locked and no POL 9 years ago
  Jae Kwon 5e015bc669 Probable fix for #140 9 years ago
  Jae Kwon 625f23af13 Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 9 years ago
  Jae Kwon 5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 9 years ago
  Jae Kwon b96fd8a031 Beginning of complete merkle proofs 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon e86073ec96 Use rpc/client/ws_client; OnStart() returns error 9 years ago
  Jae Kwon 3be3647dc8 tendermint/binary -> tendermint/wire 9 years ago
  Jae Kwon e7c1febb65 Simplify Service/Reactor pattern 9 years ago
  Ethan Buchman 8e50bf15de panic wrapper functions 9 years ago
  Jae Kwon c0a64d74be Service log prettify 9 years ago
  Jae Kwon 571a134318 BaseService and BaseReactor refactor and unification 9 years ago
  Ethan Buchman a28d924966 move some logs to debug 9 years ago
  Ethan Buchman bb4ca1407f info->notice, debug->info 9 years ago
  Jae Kwon 1e7cc32597 tendermint/account -> acm 9 years ago
  Ethan Buchman dc7b912881 crypto byte arrays are fixed length 9 years ago
  Jae Kwon d91f073676 uuid branch tidying 9 years ago
  Ethan Buchman 751b892cba cleanup, comments 9 years ago
  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 16a1404cfe fixed inequality bug, loading catchup commits when shouldn't. 9 years ago
  Jae Kwon b4605bc53a process ConsensusReactor messages during fast_sync 9 years ago
  Jae Kwon e90c47c6fa Add rebroadcastRoundStepMessage 9 years ago
  Jae Kwon 43a0cac453 ... 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 41d04cf5b8 consensus reactor code polish, fixed prs BitArray cache invalidation bug 9 years ago
  Jae Kwon a14f2d197e consensus spec wording 9 years ago
  Jae Kwon 26c192b047 Fix consensus: 9 years ago
  Jae Kwon 4d209ee349 Fix consensus: use the right ValidatorSet upon Vote receive 9 years ago
  Jae Kwon 24b9f8647c fix debug output 9 years ago
  Jae Kwon 9b00f32901 Fix consensus: Send round-skip votes 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