243 Commits (65ebbccb74d715dcee579460ac7c604c88decd8a)

Author SHA1 Message Date
  Jae Kwon 7a6b8944ab consensus/reactor cleanup 9 years ago
  Jae Kwon 32811c3f86 comment cleanup 9 years ago
  Jae Kwon 9e1794eaea Fixed tests 9 years ago
  Jae Kwon 9b96e2e171 ProposalPOLRound... 9 years ago
  Jae Kwon 7752405945 Draft of consensus/reactor refactor. 9 years ago
  Jae Kwon 5790ea9f43 consensus refactor: reconstruct LastCommits upon restart 9 years ago
  Jae Kwon 1a652a1cbb Fix usage of SimpleProof for PartSet 9 years ago
  Ethan Buchman bb67fe0356 dont run consensus state unless fast sync is off 9 years ago
  Jae Kwon 6020223e85 fix bitArray nil bugs 9 years ago
  Jae Kwon 5971617ac3 ... 9 years ago
  Jae Kwon c3a12e3cb8 ... 9 years ago
  Jae Kwon da73e001ad BitArray takes a pointer receiver. More logging 9 years ago
  Jae Kwon 44076e816d more consensus logging 9 years ago
  Jae Kwon 32f7babf87 boost sendQueue for votes 9 years ago
  Jae Kwon 8b6d489755 Update vote log 9 years ago
  Jae Kwon cfb4a40855 adding more debug logs 9 years ago
  Ethan Buchman ff87958f95 broadcast on newStepCh on switch to consensus reactor 9 years ago
  Jae Kwon 9d1f1162e0 added more debug messages in consensus 9 years ago
  Jae Kwon ef42d41636 allow commit votes for the last height when we're in 9 years ago
  Jae Kwon 9a8652e001 Include peer round states in the dump_consensus_state RPC call. 9 years ago
  Jae Kwon 9513f601de Removed Log.File, all log goes out to stdout. 9 years ago
  Ethan Buchman d54bf6bcd5 blockchain reactor to consensus reactor transition on catchup 9 years ago
  Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 9 years ago
  Jae Kwon df026f64fa Remoted bytes from logging messages 9 years ago
  Jae Kwon 44565872ae Fixed BlockchainMessage{} Decode issue. 9 years ago
  Jae Kwon 89cfedeb73 Make all messages be registered as pointer receivers, 9 years ago
  Ethan Buchman d27e0bbad5 event cache and fireable interace 9 years ago
  Jae Kwon e5d34befde Remote TypeByte() 9 years ago
  Jae Kwon 5b1c1eb0e0 ProposalMessage wrapper, warn on unknown messages 9 years ago
  Ethan Buchman 8e24b12888 rpc: first successful websocket event subscription 9 years ago
  Jae Kwon 7356556938 Some renames and small fixes. 9 years ago
  Ethan Buchman 474bf31400 events: integrate event switch into services via Eventable interface 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 7171823fc6 Fix blockpool bugs and clean up log messages. 10 years ago
  Jae Kwon bd6d9d646d start peer before AddPeer() on reactors. 10 years ago
  Jae Kwon a2b8318aac allow BlockchainReactor to reset ConsensusReactor state 10 years ago
  Jae Kwon 788f9bfb93 started/stopped -> running; contiguous vs fast forward ConsensusState 10 years ago
  Jae Kwon cebfae60c7 BlockchainReactor syncs first before ConsensusReactor. 10 years ago
  Jae Kwon 08a83aa9fb Reactors can be stopped or started at any time. 10 years ago
  Jae Kwon 0237d284cc Channel bytes are spelled fully, "XXXChannel" 10 years ago
  Jae Kwon 87e1f76324 tendermint/block -> tendermint/types and tendermint/blockchain 10 years ago
  Jae Kwon 06a440d9b2 use switch x := y.(type) form 10 years ago
  Ethan Buchman 33f8943543 consensus: broadcast evidence tx on ErrVoteConflictingSignature 10 years ago
  Jae Kwon 165907fbb9 Ensure correct peer vote bitarray capacity 10 years ago
  Jae Kwon 0a6c28c2da block module -> import as blk 10 years ago
  Jae Kwon 135894ea88 Dot import -> named import 10 years ago
  Jae Kwon bf5738f9f8 Send NewRoundStepMessage/CommitMessage on AddPeer() 10 years ago
  Jae Kwon 7afb75049f API to list accounts 10 years ago
  Jae Kwon 4a81b06b6e Send SeenValidation to peer & use for proposals when we don't have LastCommits due to reboot 10 years ago