384 Commits (f4e6cf4439b38f6e84d33d84dc8ea915c1e71d8c)

Author SHA1 Message Date
  Ethan Buchman f4e6cf4439 consensus: sync wal.writeHeight 8 years ago
  Ethan Buchman b126ca0606 consensus: no internal vars in reactor.String() 8 years ago
  Ethan Buchman 40b08f2494 consensus: mv timeoutRoutine into TimeoutTicker 8 years ago
  Ethan Buchman 8211fa6ce4 enterNewRound on HasAll 8 years ago
  Ethan Buchman 706dd1d6c5 test: dont start cs until all peers connected 8 years ago
  Ethan Buchman faf23aa0d4 consensus: TimeoutTicker, skip TimeoutCommit on HasAll 8 years ago
  Ethan Buchman 1bd700ee52 test: automate building consensus/test_data 8 years ago
  Ethan Buchman 38783e7fa1 types: SignatureEd25519 -> Signature 8 years ago
  Ethan Buchman dcbb35089f consensus: wal.Flush() and cleanup replay tests 8 years ago
  Ethan Buchman de6bba4609 test: randConsensusNet takes more args 8 years ago
  Ethan Buchman d800a51da4 test: crank it to eleventy 8 years ago
  Ethan Buchman 8df32cd540 test: increase proposal timeout 8 years ago
  Jae Kwon 4202c4bf20 Fix Merge pull request #319 8 years ago
  Ethan Buchman b74a97a4f6 update grpc broadcast tx 8 years ago
  Ethan Buchman 0fe53dc5cf remove privValIndex; Stale->AppHashIsStale 8 years ago
  Ethan Buchman 2f9063c1d6 consensus: test validator set change 8 years ago
  Ethan Buchman 6f8c91b651 use NewValidator; fix setPrivValidatorIndex 8 years ago
  Ethan Buchman e0db20c0cf update privValidatorIndex on valset change 8 years ago
  Ethan Buchman 655b6300f5 val set changes 8 years ago
  Ethan Buchman d7f6c0775a remove LastCommitHeight 8 years ago
  Ethan Buchman a3d863f83b consensus: track index of privVal 8 years ago
  Jae Kwon e09950d3fb Use new Group semantics 8 years ago
  Ethan Buchman c6a648fad7 consensus: lock before loading commit 8 years ago
  Ethan Buchman 07597dfd45 post rebase fixes for BlockID, partSize 8 years ago
  Ethan Buchman 4360c360a4 move handshake to state, use Handshaker, more tests 8 years ago
  Ethan Buchman 3f90fcae48 fail tests and fix 8 years ago
  Ethan Buchman 8ec1839f5d save block b4 apply; track stale apphash 8 years ago
  Ethan Buchman fb9735ef46 rebase fixes and BeginBlock(hash,header) 8 years ago
  Ethan Buchman 138de19e1e test: app persistence 8 years ago
  Ethan Buchman d3ae920bd0 state: ApplyBlock 8 years ago
  Ethan Buchman f37f56d4f1 fixes 8 years ago
  Ethan Buchman 81e6df0d57 cswal: write #HEIGHT:1 for empty wal 8 years ago
  Jae Kwon d83fc02597 MakePartSet takes partSize from config. fix replay test 8 years ago
  Jae Kwon 95c8bb4252 Fixing issues from review in #229 8 years ago
  Jae Kwon c1729addce Fix BFT issue where VoteSetMaj23Message wasn't being sent where prs.Round == blockStore.Round() 8 years ago
  Jae Kwon 3e3b034252 Make ConsensusReactor use ConsensusState's blockstore; debug functions 8 years ago
  Ethan Buchman 9d0c7f6ec7 fix bft test. still halts 8 years ago
  Ethan Buchman c5a803a146 DataChannel -> StateChannel for Maj23Msg 8 years ago
  Ethan Buchman 5f55ed2a40 consensus: ensure dir for cswal on reactor tests 8 years ago
  Ethan Buchman 7afcf92539 consensus: fix panic on POLRound=-1 8 years ago
  Ethan Buchman 57da2e4af5 make byzantine logic testable 8 years ago
  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