609 Commits (c609b186989e062af842b5491538a98475ab6ade)

Author SHA1 Message Date
  Ethan Buchman f837252ff1 consensus: test reactor 8 years ago
  Jae Kwon fd128c7180 Fix comments from review 8 years ago
  Jae Kwon ea4b60a602 Fix compile bug 8 years ago
  Jae Kwon b73a6905a1 Initial pass at bft_fix_2 completion 8 years ago
  Jae Kwon 655d829314 Fix proposal sign bytes. Start tracking blockID in POL 8 years ago
  Jae Kwon 1173a85c85 Use BlockID everywhere 8 years ago
  Jae Kwon 7221887330 VoteSet can handle conflicting votes. TODO: add more tests 8 years ago
  Jae Kwon 3c5a2f55c2 Add validator index and address to Vote. 8 years ago
  Jae Kwon 2aecb2a4a3 Ensure *_wal_dir exists 8 years ago
  Ethan Buchman 3ff9355e7b change some logs to debug 8 years ago
  Jae Kwon 3d3d8b5b7b cswal -> cs_wal_dir 8 years ago
  Jae Kwon 1788a68b1c Consensus WAL uses AutoFile/Group 8 years ago
  Jae Kwon 480f44f16c QuitService->BaseService 8 years ago
  Jae Kwon 9a089482dc Unnest 8 years ago
  Jae Kwon fc31b463b1 Don't use io.Seek*, not supported in older versions 8 years ago
  Jae Kwon 830e84adc4 Fix minor bug in Consensus WAL; Fix AutoFile dependency 8 years ago
  Jae Kwon a9d8039082 Fix peer memleak; stop goroutine when peer is offline 8 years ago
  Ethan Buchman 2113b6f4bb rpc: use interfaces for pipe 8 years ago
  Ethan Buchman 7d493774c7 log: move some Info to Debug 8 years ago
  Ethan Buchman 0098387fbf consensus: hvs.StringIndented needed a lock. addresses #284 8 years ago
  Ethan Buchman 71baad59df replay: ensure cs.height and wal.height match 8 years ago
  Ethan Buchman 9365d33243 replay: more tests 8 years ago
  Ethan Buchman 3c18d841fa replay: larger read buffer 8 years ago
  Ethan Buchman 7dcb567e53 replay test data 8 years ago
  Ethan Buchman a07063f119 add test for mempool deadlock 8 years ago
  Ethan Buchman 35d4cca8bb type safe events 8 years ago
  Ethan Buchman 206d00ed8c fixes from review 8 years ago
  Ethan Buchman 987dac9ee0 consensus: no sign err in replay; fix a race 8 years ago
  Ethan Buchman 3a7ee13ece proxy: typed app conns 8 years ago
  Ethan Buchman 678599c7d4 consensus: add note about replay test 8 years ago
  Ethan Buchman 3998bdbfc1 fixes from review 8 years ago
  Ethan Buchman 1110c5d37d privVal.LastSignBytes and more replay tests 8 years ago
  Ethan Buchman a1c20ce866 types: privVal.LastSignature. closes #247 8 years ago
  Ethan Buchman c90bde3187 some comments 8 years ago
  Ethan Buchman 6fef314423 version bump and release branch 8 years ago
  Ethan Buchman 8987d29bee tests: broadcast_tx with tmsp; p2p 8 years ago
  Ethan Buchman 05136ff09d update some comments 8 years ago
  Ethan Buchman 54357bcf8f crank consensus timeout parameters for tests (see #236) 8 years ago
  Ethan Buchman f44336d57d consensus: don't print shared vars in cs.String() 8 years ago
  Ethan Buchman a1a90fd41f consensus: increase mempool_test timeout 8 years ago
  Ethan Buchman 33d9877599 consensus: hvs.Reset(height, valSet) 8 years ago
  Ethan Buchman 47acada2cb consensus: t.Fatal -> panic 8 years ago
  Ethan Buchman dd788c5631 consensus: fix race from OnStop accessing cs.Height 8 years ago
  Ethan Buchman e4c795f15c consensus: fix more races in tests 8 years ago
  Ethan Buchman 8ca615c301 wait until txs removed from mempool to fire tx events 8 years ago
  Ethan Buchman bc0b52293e update circle and glide 8 years ago
  Jae Kwon ad17090a0f No global config 8 years ago
  Ethan Buchman 39344a601d flush before commit 8 years ago
  Ethan Buchman 8e5e5c689f lock mempool for commit and update. closes #202 8 years ago
  Ethan Buchman 09fe44a6b3 test for mempool commit/update concurrency bug 8 years ago