159 Commits (a88f031b1bc50415ff4633444ee4a6a5dc654707)

Author SHA1 Message Date
  Anton Kaliaev 31030c6514
make crc32c a global var 7 years ago
  Anton Kaliaev 7b8ffc9981
add checksum and msg size to TimedWALMessage 7 years ago
  Ethan Buchman 8311f5c611 abci.Info takes a struct; less merkleeyes 7 years ago
  Ethan Buchman 399fb9aa70 consensus: remove support for replay by #HEIGHT. closes #567 7 years ago
  Ethan Buchman 78446fd99c state: persist validators 7 years ago
  Ethan Buchman cf3abe5096 consensus: remove rs from handleMsg 7 years ago
  Ethan Buchman 468982ffe4 fixes 7 years ago
  zramsay cf31f8d06f core: apply megacheck vet tool (unused, gosimple, staticcheck) 7 years ago
  Anton Kaliaev 91dc87e7c4
update for a new ABCI API 7 years ago
  Anton Kaliaev f8fdbe3dbc
changes as per Bucky's review 7 years ago
  Anton Kaliaev f803544195
new logging 7 years ago
  Ethan Buchman 95c74b2ccd remove some more viper 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 d1926bcad1 use tmlibs 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 09f7dabd5e update comment 7 years ago
  Ethan Buchman 85e83934a1 fixes from review 7 years ago
  Ethan Buchman 077cf13a1f consensus: timeout on replayLastBlock 7 years ago
  Ethan Buchman 749df0536f test/docker: install abci apps first 7 years ago
  Ethan Buchman de0153a1c4 consensus: some more informative logging 7 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
  Jae Kwon a073b1db9c Refactor replay console -> replay_file in consensus/replay_file.go 8 years ago
  Ethan Buchman 55b4bfa1fe consensus: let time.Timer handle non-positive durations 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
  Jae Kwon 4202c4bf20 Fix Merge pull request #319 8 years ago
  Jae Kwon 1173a85c85 Use BlockID everywhere 8 years ago
  Jae Kwon 1788a68b1c Consensus WAL uses AutoFile/Group 8 years ago
  Ethan Buchman 71baad59df replay: ensure cs.height and wal.height match 8 years ago
  Ethan Buchman 3c18d841fa replay: larger read buffer 8 years ago
  Ethan Buchman 987dac9ee0 consensus: no sign err in replay; fix a race 8 years ago
  Ethan Buchman 3998bdbfc1 fixes from review 8 years ago
  Ethan Buchman 1110c5d37d privVal.LastSignBytes and more replay tests 8 years ago
  Jae Kwon ad17090a0f No global config 8 years ago
  Ethan Buchman 69d906f7dd drain internalMsgQueue and wait for cswal on quit 8 years ago
  Ethan Buchman fe660580a4 catchup replay fix 9 years ago
  Ethan Buchman 273a65724d replayCatchup test 9 years ago