Commit Graph

66 Commits

Author SHA1 Message Date
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