337 Commits (5d04ccbe51b714c477b58f9fdd3e6d70336eebfe)

Author SHA1 Message Date
  Ethan Buchman 5888ddaab1 consensus: improve logging for conflicting votes 7 years ago
  Ethan Buchman 0d1fa8e884 fixes from review 7 years ago
  Ethan Buchman 468982ffe4 fixes 7 years ago
  Ethan Buchman 3c0128a680 undo some megacheck suggestions 7 years ago
  Anton Kaliaev b4ece65726
standardize key for errors (should be "err") 7 years ago
  zramsay cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 7 years ago
  Ethan Buchman 30a19fc899 [consensus] Info->Debug for is a validator log msg 7 years ago
  Adrian Brink eb9ca23250 log whether node is a validator in each round 7 years ago
  Anton Kaliaev f8fdbe3dbc
changes as per Bucky's review 7 years ago
  Anton Kaliaev 3e1343dc6b
has as a base16 string 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Frey 6b059e0063 Accept relative paths in all configs, TODO: must SetRoot 7 years ago
  Ethan Frey 604bf03f3a Pulled out all config structs (except p2p.PeerConfig) into config package 7 years ago
  Ethan Buchman 92bafa7ecd consensus: fix tests 7 years ago
  Ethan Buchman 6afee8f117 rpc: fix tests 7 years ago
  Ethan Buchman 1ef7c1d25b cmd: fixes for new config 7 years ago
  Ethan Buchman 75b6c5215f fewer structs. remove viper from consensus 7 years ago
  Ethan Buchman fcf78a5da7 cleanup go-config/viper and some unnamed imports 7 years ago
  Rigel Rozanski cefb2bede0 adding viper 7 years ago
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Buchman 935f70a346 comments and cleanup 7 years ago
  Ethan Buchman 5109746b1c Handshake uses ApplyBlock, no ConsensuState 7 years ago
  Ethan Buchman 54b26869d5 consensus/wal: #HEIGHT -> #ENDHEIGHT 7 years ago
  Ethan Buchman cb279bf662 state: ABCIResponses, s.Save() in ApplyBlock 7 years ago
  Anton Kaliaev c3f1b08b6a
tx indexing (Refs #237) 8 years ago
  Ethan Buchman 4fd1471f11 remove BaseService.OnStart 7 years ago
  Ethan Buchman 85e83934a1 fixes from review 7 years ago
  Ethan Buchman 077cf13a1f consensus: timeout on replayLastBlock 7 years ago
  Ethan Buchman b1cd677711 types: valSet LastProposer->Proposer and Proposer()->GetProposer() 7 years ago
  Ethan Buchman de0153a1c4 consensus: some more informative logging 7 years ago
  Ethan Buchman 8ba79252c8 types: use mtx on PartSet.String() 7 years ago
  Ethan Buchman f9df4294f3 move some interfaces to types/services.go 7 years ago
  Ethan Buchman 0765613778 move handshake to consensus package 7 years ago
  Ethan Buchman 756213c5f5 check appHash 7 years ago
  Ethan Buchman bc67859672 make ReplayBlocks logic exhaustive 7 years ago
  Ethan Buchman 44d472ddd3 comments from review 7 years ago
  Ethan Buchman 0bec99fbd4 consensus: handshake replay test using wal 7 years ago
  Ethan Buchman edc5e272db consensus: nice error msg if ApplyBlock fails 7 years ago
  Ethan Buchman 6403b2f468 fixes for handshake replay through consensus 7 years ago
  Ethan Buchman cbe6dbe7a1 handshake replay through consensus using mockApp 7 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman e7a12f8e38 cs.Wait() 8 years ago
  Ethan Buchman ce0c638005 little fix 8 years ago
  Anton Kalyaev a1fd312bb1 make progress asap on full precommit votes optional (Refs #348) 8 years ago
  Ethan Buchman d68cdce2d5 consensus: check HasAll when TwoThirdsMajority 8 years ago
  Ethan Buchman 55b4bfa1fe consensus: let time.Timer handle non-positive durations 8 years ago
  Ethan Buchman bae0bc02a6 consensus: be more explicit when we need to write height after handshake 8 years ago
  Ethan Buchman f30a9752e2 more fixes from review 8 years ago
  Ethan Buchman 0c01b0ded9 state.State and wal.writeHeight after handshake 8 years ago
  Ethan Buchman 40b08f2494 consensus: mv timeoutRoutine into TimeoutTicker 8 years ago