36 Commits (4b63b3aa0ba915607a3e8a20cc96f2e3e306d8ff)

Author SHA1 Message Date
  Ethan Buchman ee674f919f StopPeerForError in blockchain and consensus 7 years ago
  Anton Kaliaev 1339a44402
add safe*Clip funcs 7 years ago
  Anton Kaliaev 69c3a7640b
add safeAdd & safeSub plus quickcheck tests 7 years ago
  Anton Kaliaev e8b0458f16
check for overflow and underflow while choosing proposer 7 years ago
  Anton Kaliaev 10f7858453
use rand.Int63n, remove underflow check, remove unnecessary cast 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Ethan Buchman 5466720d75 minor changes from @odeke-em PR #725 7 years ago
  Ethan Buchman e76ef2a8a1 types: unexpose valset.To/FromBytes 7 years ago
  Ethan Frey 94b36bb65e Move VerifyCommitAny into the types package 7 years ago
  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