Jae Kwon
|
3a5741f70f
|
Fix blockchain pool tests
|
2015-09-11 21:09:00 -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
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
2015-08-11 11:01: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
|
bb4ca1407f
|
info->notice, debug->info
|
2015-07-19 22:44:40 +00:00 |
|
Jae Kwon
|
dea5eab643
|
fix GetStatus() usage
|
2015-07-13 11:03:31 -07:00 |
|
Ethan Buchman
|
751b892cba
|
cleanup, comments
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
a7ecdd10de
|
Merge from panic branch
|
2015-06-29 14:54:48 -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
|
d363bcfa16
|
fixed off by one bug
|
2015-05-30 09:13:55 -07:00 |
|
Jae Kwon
|
057c8ef400
|
waiting back to pending
|
2015-05-28 03:30:26 -07:00 |
|
Jae Kwon
|
5ed36ef192
|
var rename and performance optimization
|
2015-05-28 02:18:53 -07:00 |
|
Jae Kwon
|
b281674058
|
variable renames
|
2015-05-28 01:59:23 -07:00 |
|
Ethan Buchman
|
9892dfd0b3
|
allow multiple seed nodes
|
2015-04-23 18:52:44 -07:00 |
|
Ethan Buchman
|
d54bf6bcd5
|
blockchain reactor to consensus reactor transition on catchup
|
2015-04-21 19:51:23 -07: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
|
a2b8318aac
|
allow BlockchainReactor to reset ConsensusReactor state
|
2015-03-25 13:17:45 -07:00 |
|
Jae Kwon
|
cebfae60c7
|
BlockchainReactor syncs first before ConsensusReactor.
|
2015-03-25 11:50:28 -07:00 |
|
Jae Kwon
|
08a83aa9fb
|
Reactors can be stopped or started at any time.
|
2015-03-25 00:15:18 -07:00 |
|
Jae Kwon
|
9703d34b65
|
fixed pool, using locks now.
|
2015-03-24 12:00:01 -07:00 |
|
Jae Kwon
|
a4606f1c5e
|
Make pool tests faster
|
2015-03-22 19:20:54 -07:00 |
|
Jae Kwon
|
87e1f76324
|
tendermint/block -> tendermint/types and tendermint/blockchain
|
2015-03-22 19:00:08 -07:00 |
|