553 Commits (7869e541f6a73d96d54fbcca7b7d95185888e935)

Author SHA1 Message Date
  Ethan Buchman d1926bcad1 use tmlibs 7 years ago
  Ethan Frey 6a0217688f Ensure private validator addresses are hex 7 years ago
  Anton Kaliaev 7e56aad51a [consensus/test_data/build.sh] install tendermint if absent 7 years ago
  Jae Kwon cf4074cc80 defer gr.Close() fixes 7 years ago
  Ethan Buchman cb2ed5bb7c fixes from review 7 years ago
  Ethan Buchman 2ba3656ffd wal: gr.Close() 7 years ago
  Jae Kwon cd9e9e9f45 s/ExecBlock/ValExecBlock/g; s/sm.ApplyBlock/sm.ExecCommitBlock/g 7 years ago
  Ethan Buchman f9d0096744 support #HEIGHT based WAL 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 ed03cb5c17 consensus/replay: remove timeout 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 09f7dabd5e update comment 7 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 749df0536f test/docker: install abci apps first 7 years ago
  Ethan Buchman 2037d2631a fix race 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
  Anton Kaliaev 2c724d5eee
remove warning messages in favor of "Send failed" 8 years ago
  Anton Kaliaev 6dbe9febce
log warning if peer send failed (Refs #174) 8 years ago
  Ethan Buchman 0c4b6cd071 consensus: more handshake replay tests 8 years ago
  Ethan Buchman f9df4294f3 move some interfaces to types/services.go 8 years ago
  Ethan Buchman 0765613778 move handshake to consensus package 8 years ago
  Ethan Buchman 756213c5f5 check appHash 8 years ago
  Ethan Buchman bc67859672 make ReplayBlocks logic exhaustive 8 years ago
  Ethan Buchman 44d472ddd3 comments from review 8 years ago
  Ethan Buchman 0bec99fbd4 consensus: handshake replay test using wal 8 years ago
  Ethan Buchman edc5e272db consensus: nice error msg if ApplyBlock fails 8 years ago
  Ethan Buchman 6403b2f468 fixes for handshake replay through consensus 8 years ago
  Ethan Buchman cbe6dbe7a1 handshake replay through consensus using mockApp 8 years ago
  Ethan Buchman 99b068b313 BlockMeta uses BlockID 8 years ago
  Ethan Buchman 7d91d4300b update glide 8 years ago
  Jae Kwon 1af930441c Support new Query message for proofs 8 years ago
  Jae Kwon a073b1db9c Refactor replay console -> replay_file in consensus/replay_file.go 8 years ago
  Ethan Buchman 94b6dd65ee AppendTx -> DeliverTx 8 years ago
  Ethan Buchman c147b41013 TMSP -> ABCI 8 years ago
  Ethan Buchman 2dd7030579 tmsp: ResponseInfo and ResponseEndBlock 8 years ago
  Ethan Buchman e7a12f8e38 cs.Wait() 8 years ago
  Ethan Buchman 0525e8ed5c rearrange common_test.go; EnsureDir for privVal 8 years ago
  Ethan Buchman 814ef37f75 fix tests 8 years ago
  Ethan Buchman 3c589dac19 startConsensusNet and stopConsensusNet 8 years ago
  Ethan Buchman ce0c638005 little fix 8 years ago
  Anton Kalyaev 535fc6cd63 test we can make blocks with skip_timeout_commit=false 8 years ago
  Anton Kalyaev 3308ac7d83 set skip_timeout_commit to true for tests 8 years ago
  Anton Kalyaev a1fd312bb1 make progress asap on full precommit votes optional (Refs #348) 8 years ago