368 Commits

Author SHA1 Message Date
Jae Kwon
9b00f32901 Fix consensus: Send round-skip votes 2015-06-26 17:07:19 -07:00
Jae Kwon
9965dd5de6 uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/ 2015-06-25 20:28:34 -07:00
Jae Kwon
7a6b8944ab consensus/reactor cleanup 2015-06-25 14:05:18 -07:00
Jae Kwon
32811c3f86 comment cleanup 2015-06-25 12:52:16 -07:00
Jae Kwon
44216ab481 Unlocking from POL complete 2015-06-24 18:51:14 -07:00
Jae Kwon
d05276ee87 wordings and clarifications, unnecessary code uncommenting 2015-06-24 17:05:52 -07:00
Jae Kwon
4d5fda7516 state machine cleanup 2015-06-24 14:43:04 -07:00
Jae Kwon
9e1794eaea Fixed tests 2015-06-24 14:04:40 -07:00
Jae Kwon
9b96e2e171 ProposalPOLRound... 2015-06-22 19:04:31 -07:00
Jae Kwon
7752405945 Draft of consensus/reactor refactor. 2015-06-21 18:09:51 -07:00
Jae Kwon
927823140b fast-forward when +2/3 precommits found for future round 2015-06-19 15:30:21 -07:00
Jae Kwon
15e80c6c28 fixes to state transition upon addVote 2015-06-19 15:30:21 -07:00
Jae Kwon
01b5540ffe consensus/state is 2-step asynchronous 2015-06-19 15:30:21 -07:00
Jae Kwon
1b95c09160 consensus refactor: add HeightVoteSet 2015-06-19 15:30:21 -07:00
Jae Kwon
5790ea9f43 consensus refactor: reconstruct LastCommits upon restart 2015-06-19 15:30:21 -07:00
Jae Kwon
1a652a1cbb Fix usage of SimpleProof for PartSet 2015-06-18 22:08:22 -07:00
Ethan Buchman
41502e05c1 chain_id written as string not hex in WriteSignBytes 2015-05-30 20:20:04 -04:00
Ethan Buchman
2045aee9cd pass chainID through sign interfaces 2015-05-29 18:14:19 -04:00
Ethan Buchman
8a2d9525f0 network > chain_id, put in genesis.json 2015-05-29 18:14:19 -04:00
Ethan Buchman
bb67fe0356 dont run consensus state unless fast sync is off 2015-05-28 03:45:46 -07:00
Jae Kwon
489bf767cb importing tendermint/config/tendermint_test applies the test config 2015-05-17 16:19:58 -07:00
Jae Kwon
75ef479547 Config is passed into each module. Remove tendermint/confer 2015-05-17 16:19:57 -07:00
Jae Kwon
85c8850ac2 Config names have no dots, are under_scored. 2015-05-12 17:40:29 -07:00
Jae Kwon
6020223e85 fix bitArray nil bugs 2015-05-07 17:35:58 -07:00
Jae Kwon
ba17961269 Always return the validatorIndex upon AddVote() 2015-05-06 11:39:59 -07:00
Jae Kwon
5971617ac3 ... 2015-05-06 00:47:20 -07:00
Jae Kwon
c3a12e3cb8 ... 2015-05-05 23:47:29 -07:00
Jae Kwon
da73e001ad BitArray takes a pointer receiver. More logging 2015-05-05 23:01:19 -07:00
Jae Kwon
44076e816d more consensus logging 2015-05-05 18:03:00 -07:00
Jae Kwon
32f7babf87 boost sendQueue for votes 2015-05-05 17:03:11 -07:00
Jae Kwon
8b6d489755 Update vote log 2015-05-05 16:58:26 -07:00
Jae Kwon
cfb4a40855 adding more debug logs 2015-05-04 22:22:39 -07:00
Ethan Buchman
ff87958f95 broadcast on newStepCh on switch to consensus reactor 2015-05-04 19:08:07 -04:00
Jae Kwon
84c3fd9a85 more debug messages for consensus 2015-05-04 11:18:21 -07:00
Jae Kwon
9d1f1162e0 added more debug messages in consensus 2015-05-04 10:15:58 -07:00
Jae Kwon
b92c0401e6 Made all JSON fields lower_case 2015-05-01 17:26:49 -07:00
Jae Kwon
5366d808ba Proposal WriteSignBytes is JSON 2015-04-27 21:06:36 -07:00
Jae Kwon
ef42d41636 allow commit votes for the last height when we're in
RoundStepNewHeight
2015-04-25 15:03:40 -07:00
Jae Kwon
014166deb4 Rebond and the right height 2015-04-25 14:05:25 -07:00
Jae Kwon
27c193dd86 Error message in RebondTx so we know why it's failing. 2015-04-25 13:50:29 -07:00
Jae Kwon
9a8652e001 Include peer round states in the dump_consensus_state RPC call. 2015-04-25 11:49:26 -07:00
Jae Kwon
4bcfc1e4bb Merge pull request #55 from tendermint/sync
Sync
2015-04-22 11:15:31 -07:00
Jae Kwon
9513f601de Removed Log.File, all log goes out to stdout. 2015-04-22 11:07:34 -07:00
Ethan Buchman
d54bf6bcd5 blockchain reactor to consensus reactor transition on catchup 2015-04-21 19:51:23 -07:00
Jae Kwon
2ba6f86f2e Add Network to SignBytes, to prevent network clashes 2015-04-20 23:59:52 -07:00
Jae Kwon
733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
2015-04-20 20:39:42 -07:00
Jae Kwon
df026f64fa Remoted bytes from logging messages 2015-04-20 18:51:20 -07:00
Jae Kwon
3f5d2a1ed9 StartTime is equal to now when nodes start up. 2015-04-20 16:33:23 -07:00
Jae Kwon
0db6b0b005 Maybe fixed validatorSet.IncrementAccum() 2015-04-19 09:55:06 -07:00
Jae Kwon
5bdd73f4a4 New genesis.json 2015-04-18 23:08:02 -07:00