148 Commits (e9695baebbfa44279677326182a4d8baeb2c3c2f)

Author SHA1 Message Date
  Jae Kwon 489bf767cb importing tendermint/config/tendermint_test applies the test config 9 years ago
  Jae Kwon 75ef479547 Config is passed into each module. Remove tendermint/confer 9 years ago
  Jae Kwon 85c8850ac2 Config names have no dots, are under_scored. 9 years ago
  Jae Kwon 6020223e85 fix bitArray nil bugs 9 years ago
  Jae Kwon ba17961269 Always return the validatorIndex upon AddVote() 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 84c3fd9a85 more debug messages for consensus 9 years ago
  Jae Kwon 9d1f1162e0 added more debug messages in consensus 9 years ago
  Jae Kwon b92c0401e6 Made all JSON fields lower_case 9 years ago
  Jae Kwon 5366d808ba Proposal WriteSignBytes is JSON 9 years ago
  Jae Kwon ef42d41636 allow commit votes for the last height when we're in 9 years ago
  Jae Kwon 014166deb4 Rebond and the right height 9 years ago
  Jae Kwon 27c193dd86 Error message in RebondTx so we know why it's failing. 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 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure 9 years ago
  Jae Kwon df026f64fa Remoted bytes from logging messages 9 years ago
  Jae Kwon 3f5d2a1ed9 StartTime is equal to now when nodes start up. 9 years ago
  Jae Kwon 0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 9 years ago
  Jae Kwon 5bdd73f4a4 New genesis.json 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
  Ethan Buchman a1c5e32d76 fixes from review with jae 9 years ago
  Jae Kwon df1d46d04d Errorf -> fmt.Errorf 9 years ago
  Jae Kwon e5d34befde Remote TypeByte() 9 years ago
  Ethan Buchman 2e918e8c0b rpc: websocket events testing 9 years ago
  Ethan Buchman 85661de293 fire events, event urls 9 years ago
  Jae Kwon 5b1c1eb0e0 ProposalMessage wrapper, warn on unknown messages 9 years ago
  Jae Kwon 6d6f061f19 Support nil pointers for Binary. 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 f271ab7256 various changes. removed debora temporarily 9 years ago
  Jae Kwon 13b6508ecd Package import path change 9 years ago
  Ethan Buchman 60f166e823 tendermint2 9 years ago
  Jae Kwon 79304b0dd3 Create BlockCache and TxCache for performance. 9 years ago
  Jae Kwon fd0646fc4f Compare blockhashes in stageBlock() 9 years ago
  Jae Kwon 7171823fc6 Fix blockpool bugs and clean up log messages. 9 years ago
  Jae Kwon bd6d9d646d start peer before AddPeer() on reactors. 9 years ago
  Jae Kwon a2b8318aac allow BlockchainReactor to reset ConsensusReactor state 9 years ago