Jae Kwon
|
dfdd3cf18f
|
Tweak channel for performance test
|
2015-12-09 13:53:31 -08:00 |
|
Jae Kwon
|
ea378c5565
|
Improve logging
|
2015-12-09 12:30:42 -08:00 |
|
Jae Kwon
|
d69b5c5ab6
|
Conform to go-wire 1.0
|
2015-11-10 13:10:43 -08:00 |
|
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
2015-10-22 17:39:06 -07:00 |
|
Jae Kwon
|
5631b1a728
|
fixes #152 and #153
|
2015-10-12 15:19:55 -07:00 |
|
Ethan Buchman
|
12566f51af
|
better mempool queueing
|
2015-09-28 22:58:02 -04:00 |
|
Ethan Buchman
|
632e77c1cf
|
rs.CommitRound
|
2015-09-15 16:13:39 -04:00 |
|
Ethan Buchman
|
2b8157ce2a
|
addVote takes index
|
2015-09-15 14:26:42 -04:00 |
|
Ethan Buchman
|
555ecb095d
|
precommit nil if locked and no POL
|
2015-09-15 14:25:50 -04:00 |
|
Jae Kwon
|
5e015bc669
|
Probable fix for #140
|
2015-09-11 21:09:01 -07:00 |
|
Jae Kwon
|
625f23af13
|
Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here)
|
2015-09-11 21:09:00 -07:00 |
|
Jae Kwon
|
1b9fd811a1
|
RPCResponse.Result && EventData are registered interfaces; -skip_upnp option
|
2015-08-11 11:01:18 -07:00 |
|
Jae Kwon
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
2015-08-11 11:01:17 -07:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
e7c1febb65
|
Simplify Service/Reactor pattern
|
2015-07-22 06:21:21 -07:00 |
|
Ethan Buchman
|
8e50bf15de
|
panic wrapper functions
|
2015-07-21 10:46:05 -04:00 |
|
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
2015-07-20 14:52:24 -07:00 |
|
Ethan Buchman
|
a28d924966
|
move some logs to debug
|
2015-07-19 22:44:40 +00:00 |
|
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
2015-07-19 22:44:40 +00:00 |
|
Jae Kwon
|
d91f073676
|
uuid branch tidying
|
2015-07-13 16:00:01 -07:00 |
|
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
2015-07-12 02:16:33 +00:00 |
|
Jae Kwon
|
c79062ef6a
|
Fix state/State race condition bug.
|
2015-07-09 21:46:15 -07:00 |
|
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 |
|