413 Commits (9cfc47a93b19f7e82399f5c2c1a2f68c02d174ca)

Author SHA1 Message Date
  Jae Kwon fd128c7180 Fix comments from review 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
  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 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 7dcb567e53 replay test data 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 1110c5d37d privVal.LastSignBytes and more replay tests 8 years ago
  Ethan Buchman c90bde3187 some comments 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 f44336d57d consensus: don't print shared vars in cs.String() 8 years ago
  Ethan Buchman dd788c5631 consensus: fix race from OnStop accessing cs.Height 8 years ago
  Ethan Buchman 8ca615c301 wait until txs removed from mempool to fire tx events 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 523a170c3e EventDataTypeNewBlockHeader 8 years ago
  Ethan Buchman ae07c0171d light weight block event 8 years ago
  Ethan Buchman 79c9a9f03a don't verify own block parts 8 years ago
  Ethan Buchman 5e42c96267 crank the part size; prioritize data channel 8 years ago
  Jae Kwon 39d72d5811 Remove fees 8 years ago
  Jae Kwon f17c4c1d57 s/Validation/Commit/g 8 years ago
  Jae Kwon 2c1504f93c Reap takes maxTxs 8 years ago
  Ethan Buchman 06a7bb531b consensus: dont allow peer round states to decrease 8 years ago
  Ethan Buchman 94f3d201e1 drop mempool_reap. use block_size=-1 instead 8 years ago
  Ethan Buchman 085b3bc1f2 consensus: don't wait for wal if conS not running 8 years ago
  Ethan Buchman 4430073fab dont log bad block part if round mismatch 8 years ago
  Ethan Buchman 3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 8 years ago
  Ethan Buchman 69d906f7dd drain internalMsgQueue and wait for cswal on quit 8 years ago
  Ethan Buchman c9ec9cf00e config: block size, consensus timeouts, recheck tx 8 years ago
  Jae Kwon d31d3c58ad Recheck txs 9 years ago
  Ethan Buchman 50ac66f79b fast sync fixes 9 years ago
  Ethan Buchman c0024cc7b2 log invalid txs 9 years ago
  Jae Kwon 8a3bba48e3 s/*EventDataRoundState/EventDataRoundState/g 9 years ago
  Ethan Buchman 3cce757adc move DialSeeds to go-p2p and add to rpc 9 years ago
  Ethan Buchman 26f0e2bc2d msgLogFP -> write ahead log 9 years ago
  Ethan Buchman 3b06368569 rebase fixes 9 years ago
  Ethan Buchman 6bcf53195f consensus: use replay log to avoid sign regression 9 years ago
  Ethan Buchman 56076d4d0e some cleanup; log time with consensus msgs 9 years ago
  Ethan Buchman 9fc0726504 timeoutProposeDelta 9 years ago