125 Commits (7fb4e04b02e577100f979bd828f3611c3db6d176)

Author SHA1 Message Date
  Ethan Buchman 97e9802255 fix out of range error in VoteSet.addVote 7 years ago
  Ethan Buchman d1a00c684e types: comments 7 years ago
  Ethan Buchman 944ebccfe9 more PrivValidator interface 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  zramsay cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 7 years ago
  Ethan Buchman 6d83c60c40 [types] dont hash validator.Accum 7 years ago
  Ethan Frey 926fb83e33 Re-added comment 7 years ago
  Ethan Frey 157ec8af2d Add json tags to validator set 7 years ago
  Ethan Buchman d5b524e309 go-merkle -> merkleeyes/iavl and tmlibs/merkle 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman 5da9b3a803 postmerge 7 years ago
  Ethan Buchman 0017fb7ffe premerge 7 years ago
  Ethan Buchman b1cd677711 types: valSet LastProposer->Proposer and Proposer()->GetProposer() 7 years ago
  Ethan Buchman 0fa34f7f67 fix ProposerSelection by persisting proposer 7 years ago
  Ethan Buchman de0153a1c4 consensus: some more informative logging 7 years ago
  Jae Kwon 67ab574e98 Cleanup, add stub for VerifyCommitAny 8 years ago
  Ethan Buchman 4360c360a4 move handshake to state, use Handshaker, more tests 8 years ago
  Jae Kwon 1173a85c85 Use BlockID everywhere 8 years ago
  Jae Kwon 3c5a2f55c2 Add validator index and address to Vote. 8 years ago
  Jae Kwon f17c4c1d57 s/Validation/Commit/g 8 years ago
  Jae Kwon 9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 9 years ago
  Ethan Buchman 209bcf905e proposer selection tests. closes #53 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 5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 9 years ago
  Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 9 years ago
  Jae Kwon 41845d5b85 fix dump_consensus_state error'ing when height=0 9 years ago
  Jae Kwon bc71e38bad proposer selection fix 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 829df93577 Re-use ValidatorSet.VerifyValidation() 9 years ago
  Jae Kwon 01b5540ffe consensus/state is 2-step asynchronous 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman 2045aee9cd pass chainID through sign interfaces 9 years ago
  Jae Kwon 59e69434e1 improved barak with logging into ~/.barak/outputs 9 years ago
  Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 9 years ago
  Jae Kwon df1d46d04d Errorf -> fmt.Errorf 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 9 years ago
  Jae Kwon b3b6a24317 fix validator_set add() bug 10 years ago
  Jae Kwon 70eb75dca7 Refactor consensus/vote_set_test.go 10 years ago
  Jae Kwon 62ff48c02b Documented Block, some renames 10 years ago
  Jae Kwon 61d1635085 Fixed tests 10 years ago
  Jae Kwon 6cacf6f09b RebondTx and more efficient IncrementAccum() 10 years ago
  Jae Kwon 83d313cbe5 Refactor Tx, Validator, and Account structure 10 years ago
  Jae Kwon 8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 10 years ago
  Jae Kwon e42771e36f fix tests 10 years ago
  Jae Kwon 0f484b6315 broadcastVote sets peer's vote bitarray 10 years ago
  Jae Kwon 647d26f7a0 consensus cleanup, privValidator config 10 years ago
  Jae Kwon 89418ee7af Added CommitTimeWait step, the state machine model changed a bit. 10 years ago