688 Commits (6270ecef8c0330950ccd4052df381830bbd3fb9b)

Author SHA1 Message Date
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 46151720f8 fix tests 7 years ago
  Ethan Buchman 9109b20852 SetRoot 7 years ago
  Ethan Frey 6b059e0063 Accept relative paths in all configs, TODO: must SetRoot 7 years ago
  Ethan Frey 92dee7ea3c Commands compile (mostly) with new config reading 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 95c74b2ccd remove some more viper 7 years ago
  Ethan Buchman 1fcc9dc654 remove viper from proxy 7 years ago
  Ethan Buchman 7c0f51e24b remove viper from mempool 7 years ago
  Ethan Buchman 07e59e63f9 TMEventDataInner 7 years ago
  Ethan Buchman 0be3480729 consensus: comment about test_data [ci skip] 7 years ago
  Ethan Buchman 495283e2d4 fix replay tests and update test wals for InitChain 7 years ago
  Adrian Brink 842609ddcb Send InitChain message from ABCI to Core on Genesis 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 56c60fba23 go-p2p -> tendermint/p2p 7 years ago
  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" 7 years ago
  Anton Kaliaev 6dbe9febce
log warning if peer send failed (Refs #174) 8 years ago
  Ethan Buchman 0c4b6cd071 consensus: more handshake replay tests 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