Jae Kwon
|
f325675b83
|
Do not wipe cs.Votes upon SwitchToConsensus
|
10 years ago |
Jae Kwon
|
1a1b9aaaab
|
fix HeightVoteSet SetRound(0) bug which wipes out Prevotes; More logging for consensus/state addVote()
|
10 years ago |
Jae Kwon
|
16a1404cfe
|
fixed inequality bug, loading catchup commits when shouldn't.
|
10 years ago |
Jae Kwon
|
b4605bc53a
|
process ConsensusReactor messages during fast_sync
|
10 years ago |
Jae Kwon
|
e90c47c6fa
|
Add rebroadcastRoundStepMessage
|
10 years ago |
Jae Kwon
|
43a0cac453
|
...
|
10 years ago |
Jae Kwon
|
3cd459b60c
|
Do not panic upon RoundStepType.String() for invalid type
|
10 years ago |
Jae Kwon
|
fc0a4bae4e
|
Do not reset Proposal* when EnterNewRound(0)
|
10 years ago |
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
10 years ago |
Jae Kwon
|
a14f2d197e
|
consensus spec wording
|
10 years ago |
Jae Kwon
|
26c192b047
|
Fix consensus:
* Use LastValidators when a Vote is received for the last height.
* Fix Validation.Height/Round to use FirstPrecommit.
|
10 years ago |
Jae Kwon
|
4d209ee349
|
Fix consensus: use the right ValidatorSet upon Vote receive
|
10 years ago |
Jae Kwon
|
24b9f8647c
|
fix debug output
|
10 years ago |
Jae Kwon
|
9b00f32901
|
Fix consensus: Send round-skip votes
|
10 years ago |
Jae Kwon
|
9965dd5de6
|
uint* to int* whereever appropriate; https://www.reddit.com/r/golang/comments/2q5vdu/int_vs_uint/
|
10 years ago |
Jae Kwon
|
7a6b8944ab
|
consensus/reactor cleanup
|
10 years ago |
Jae Kwon
|
32811c3f86
|
comment cleanup
|
10 years ago |
Jae Kwon
|
44216ab481
|
Unlocking from POL complete
|
10 years ago |
Jae Kwon
|
d05276ee87
|
wordings and clarifications, unnecessary code uncommenting
|
10 years ago |
Jae Kwon
|
4d5fda7516
|
state machine cleanup
|
10 years ago |
Jae Kwon
|
9e1794eaea
|
Fixed tests
|
10 years ago |
Jae Kwon
|
9b96e2e171
|
ProposalPOLRound...
|
10 years ago |
Jae Kwon
|
7752405945
|
Draft of consensus/reactor refactor.
|
10 years ago |
Jae Kwon
|
927823140b
|
fast-forward when +2/3 precommits found for future round
|
10 years ago |
Jae Kwon
|
15e80c6c28
|
fixes to state transition upon addVote
|
10 years ago |
Jae Kwon
|
01b5540ffe
|
consensus/state is 2-step asynchronous
|
10 years ago |
Jae Kwon
|
1b95c09160
|
consensus refactor: add HeightVoteSet
|
10 years ago |
Jae Kwon
|
5790ea9f43
|
consensus refactor: reconstruct LastCommits upon restart
|
10 years ago |
Jae Kwon
|
1a652a1cbb
|
Fix usage of SimpleProof for PartSet
|
10 years ago |
Ethan Buchman
|
41502e05c1
|
chain_id written as string not hex in WriteSignBytes
|
10 years ago |
Ethan Buchman
|
2045aee9cd
|
pass chainID through sign interfaces
|
10 years ago |
Ethan Buchman
|
8a2d9525f0
|
network > chain_id, put in genesis.json
|
10 years ago |
Ethan Buchman
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
10 years ago |
Jae Kwon
|
489bf767cb
|
importing tendermint/config/tendermint_test applies the test config
|
10 years ago |
Jae Kwon
|
75ef479547
|
Config is passed into each module. Remove tendermint/confer
|
10 years ago |
Jae Kwon
|
85c8850ac2
|
Config names have no dots, are under_scored.
|
10 years ago |
Jae Kwon
|
6020223e85
|
fix bitArray nil bugs
|
10 years ago |
Jae Kwon
|
ba17961269
|
Always return the validatorIndex upon AddVote()
|
10 years ago |
Jae Kwon
|
5971617ac3
|
...
|
10 years ago |
Jae Kwon
|
c3a12e3cb8
|
...
|
10 years ago |
Jae Kwon
|
da73e001ad
|
BitArray takes a pointer receiver. More logging
|
10 years ago |
Jae Kwon
|
44076e816d
|
more consensus logging
|
10 years ago |
Jae Kwon
|
32f7babf87
|
boost sendQueue for votes
|
10 years ago |
Jae Kwon
|
8b6d489755
|
Update vote log
|
10 years ago |
Jae Kwon
|
cfb4a40855
|
adding more debug logs
|
10 years ago |
Ethan Buchman
|
ff87958f95
|
broadcast on newStepCh on switch to consensus reactor
|
10 years ago |
Jae Kwon
|
84c3fd9a85
|
more debug messages for consensus
|
10 years ago |
Jae Kwon
|
9d1f1162e0
|
added more debug messages in consensus
|
10 years ago |
Jae Kwon
|
b92c0401e6
|
Made all JSON fields lower_case
|
10 years ago |
Jae Kwon
|
5366d808ba
|
Proposal WriteSignBytes is JSON
|
10 years ago |