Jae Kwon
|
f325675b83
|
Do not wipe cs.Votes upon SwitchToConsensus
|
2015-07-05 22:00:32 -07:00 |
|
Jae Kwon
|
16a1404cfe
|
fixed inequality bug, loading catchup commits when shouldn't.
|
2015-07-05 20:26:02 -07:00 |
|
Jae Kwon
|
b4605bc53a
|
process ConsensusReactor messages during fast_sync
|
2015-07-05 20:02:23 -07:00 |
|
Jae Kwon
|
e90c47c6fa
|
Add rebroadcastRoundStepMessage
|
2015-07-05 19:07:51 -07:00 |
|
Jae Kwon
|
43a0cac453
|
...
|
2015-07-05 17:42:52 -07:00 |
|
Jae Kwon
|
fc0a4bae4e
|
Do not reset Proposal* when EnterNewRound(0)
|
2015-07-05 15:35:26 -07:00 |
|
Jae Kwon
|
41d04cf5b8
|
consensus reactor code polish, fixed prs BitArray cache invalidation bug
|
2015-07-05 13:40:59 -07:00 |
|
Jae Kwon
|
26c192b047
|
Fix consensus:
* Use LastValidators when a Vote is received for the last height.
* Fix Validation.Height/Round to use FirstPrecommit.
|
2015-06-26 17:48:24 -07:00 |
|
Jae Kwon
|
4d209ee349
|
Fix consensus: use the right ValidatorSet upon Vote receive
|
2015-06-26 17:25:47 -07:00 |
|
Jae Kwon
|
24b9f8647c
|
fix debug output
|
2015-06-26 17:14:40 -07:00 |
|
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
|
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
|
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
|
bb67fe0356
|
dont run consensus state unless fast sync is off
|
2015-05-28 03:45:46 -07:00 |
|
Jae Kwon
|
6020223e85
|
fix bitArray nil bugs
|
2015-05-07 17:35:58 -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
|
9d1f1162e0
|
added more debug messages in consensus
|
2015-05-04 10:15:58 -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
|
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
|
df026f64fa
|
Remoted bytes from logging messages
|
2015-04-20 18:51:20 -07:00 |
|
Jae Kwon
|
a9467414d6
|
Merge remote-tracking branch 'origin/websockets' into develop
|
2015-04-17 13:20:47 -07:00 |
|
Jae Kwon
|
44565872ae
|
Fixed BlockchainMessage{} Decode issue.
Fixed Warn(UnknownMessage) issues.
|
2015-04-16 17:53:33 -07:00 |
|
Jae Kwon
|
89cfedeb73
|
Make all messages be registered as pointer receivers,
Warn on unknown messages.
|
2015-04-16 17:46:27 -07:00 |
|
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
2015-04-16 00:08:58 -07:00 |
|
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
2015-04-14 15:57:16 -07:00 |
|
Jae Kwon
|
5b1c1eb0e0
|
ProposalMessage wrapper, warn on unknown messages
|
2015-04-13 08:40:37 -07:00 |
|
Ethan Buchman
|
8e24b12888
|
rpc: first successful websocket event subscription
|
2015-04-08 19:07:17 -05:00 |
|
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
2015-04-08 12:30:49 -07:00 |
|
Ethan Buchman
|
474bf31400
|
events: integrate event switch into services via Eventable interface
|
2015-04-07 00:34:26 -05:00 |
|
Jae Kwon
|
13b6508ecd
|
Package import path change
|
2015-04-01 17:30:16 -07:00 |
|
Ethan Buchman
|
60f166e823
|
tendermint2
|
2015-03-31 15:33:31 -07:00 |
|
Jae Kwon
|
7171823fc6
|
Fix blockpool bugs and clean up log messages.
|
2015-03-25 23:04:17 -07:00 |
|
Jae Kwon
|
bd6d9d646d
|
start peer before AddPeer() on reactors.
|
2015-03-25 13:22:46 -07:00 |
|