Commit Graph

687 Commits

Author SHA1 Message Date
ae295bd9b6 bump rpc version; add consensus version 2016-04-19 20:45:33 -04:00
ae07c0171d light weight block event 2016-04-19 20:45:33 -04:00
79c9a9f03a don't verify own block parts 2016-04-19 20:45:33 -04:00
5e42c96267 crank the part size; prioritize data channel 2016-04-19 20:45:33 -04:00
2215ad74ff consensus: cswal doesnt write any consensus msgs in light mode 2016-04-19 20:43:54 -04:00
39d72d5811 Remove fees 2016-04-03 04:51:44 -07:00
f17c4c1d57 s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
a8ee0377d5 Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
2c1504f93c Reap takes maxTxs 2016-03-06 15:08:32 -08:00
03115cbf93 Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
06a7bb531b consensus: dont allow peer round states to decrease 2016-03-05 16:41:54 -05:00
94f3d201e1 drop mempool_reap. use block_size=-1 instead 2016-03-05 16:41:54 -05:00
085b3bc1f2 consensus: don't wait for wal if conS not running 2016-03-03 06:32:08 +00:00
4430073fab dont log bad block part if round mismatch 2016-03-03 06:32:03 +00:00
3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 2016-03-03 06:31:59 +00:00
69d906f7dd drain internalMsgQueue and wait for cswal on quit 2016-02-29 18:02:22 -05:00
c9ec9cf00e config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
d31d3c58ad Recheck txs 2016-02-14 17:00:33 -08:00
d17d4fa106 Fix tmsp/example import paths 2016-02-14 15:03:55 -08:00
50ac66f79b fast sync fixes 2016-02-07 16:56:59 -08:00
fe660580a4 catchup replay fix 2016-02-02 23:05:24 -05:00
c0024cc7b2 log invalid txs 2016-01-31 20:00:02 -05:00
0f1cf243fd Merge remote-tracking branch 'origin/replay' 2016-01-28 19:53:22 -08:00
8a3bba48e3 s/*EventDataRoundState/EventDataRoundState/g 2016-01-28 19:44:44 -08:00
3cce757adc move DialSeeds to go-p2p and add to rpc 2016-01-20 13:12:42 -05:00
273a65724d replayCatchup test 2016-01-18 16:13:54 -05:00
8be32257e7 Make subscribeToEvent have capacity 1 2016-01-18 12:18:09 -08:00
26f0e2bc2d msgLogFP -> write ahead log 2016-01-18 14:44:45 -05:00
3b06368569 rebase fixes 2016-01-14 20:15:33 -05:00
6bcf53195f consensus: use replay log to avoid sign regression 2016-01-14 18:58:12 -05:00
bc2a721a0a clean up replay output 2016-01-14 18:58:12 -05:00
56076d4d0e some cleanup; log time with consensus msgs 2016-01-14 18:58:11 -05:00
9fc0726504 timeoutProposeDelta 2016-01-14 18:58:11 -05:00
298928dc44 fix replay bug from timeoutRoutine 2016-01-14 18:58:11 -05:00
c0c2a4b968 use validation round in reconstructLastCommit 2016-01-14 18:58:11 -05:00
2b13386d7b consensus: replay console 2016-01-14 18:58:11 -05:00
6aaa5fb0bf consensus: msg saving and replay 2016-01-14 18:58:11 -05:00
f100404362 Make EventDataRoundState use json:"-" instead of Getter/Setter 2016-01-14 11:07:31 -08:00
0be13d1d27 move alert, events, rpc into own repos 2016-01-12 19:15:10 -05:00
7cf85c5e71 Change commit timeout to 1 sec for testing 2016-01-09 20:22:10 -08:00
5d06bb964b Fix comments about AppHash, rollbacks, etc 2016-01-09 12:09:31 -08:00
3e3c0083c7 Make order be decided first; Remove TMSP Commit/Rollback 2016-01-08 16:51:20 -08:00
ccbcb9f418 Reduce commit timeout for tests 2016-01-02 20:22:36 -08:00
9247b0fbd2 Fix HeightVoteSet bug where first catchup vote doesn't get added 2015-12-31 15:11:51 -08:00
dcc1caaf68 Make Receive() logging consistent 2015-12-31 14:27:05 -08:00
94194fea46 fix logging proposal when we might not have it 2015-12-29 15:39:24 -05:00
ceb6e1e95f Make consensus logs use default log handler 2015-12-21 17:26:08 -08:00
d87667a0c2 Conform to go-wire new TypeByte behavior for broadcasts 2015-12-21 15:18:16 -08:00
08d7980d80 Conform to go-wire new TypeByte behavior 2015-12-21 14:48:44 -08:00
f288e58c81 Prefix TMSP messages with length 2015-12-20 08:18:39 -08:00