Commit Graph

  • e0db20c0cf update privValidatorIndex on valset change Ethan Buchman 2016-11-19 20:29:07 -05:00
  • e1e2c1c740 cleanup ReplayBlocks Ethan Buchman 2016-11-19 19:59:56 -05:00
  • 655b6300f5 val set changes Ethan Buchman 2016-11-19 19:32:35 -05:00
  • d7f6c0775a remove LastCommitHeight Ethan Buchman 2016-11-16 20:58:53 -05:00
  • a3d863f83b consensus: track index of privVal Ethan Buchman 2016-11-16 20:52:08 -05:00
  • b200b82418 dummy: valset changes and tests Ethan Buchman 2016-11-21 23:42:42 -05:00
  • 9a2d3e51ed heights are uint64 Ethan Buchman 2016-11-22 13:59:27 -05:00
  • deb4c428fd Update go-autofile Jae Kwon 2016-11-21 20:29:30 -08:00
  • 63186e34b3 Fix race condition Jae Kwon 2016-11-21 20:26:47 -08:00
  • b8e94b1d30 Update autofile Jae Kwon 2016-11-21 20:19:49 -08:00
  • 2a306419c8 Remove spurious fmt Jae Kwon 2016-11-21 20:19:01 -08:00
  • f40b1b65f8 Add Tempdir Jae Kwon 2016-11-21 20:01:11 -08:00
  • 890e240730 Remove AutoFile tests Jae Kwon 2016-10-28 12:09:34 -07:00
  • 25dc9ae345 QuitService->BaseService Jae Kwon 2016-10-28 12:09:22 -07:00
  • a6a67ea9b2 Remove AutoFile; Use go-autofile instead Jae Kwon 2016-10-26 21:50:28 -07:00
  • 6b4160f2a5 Add Tempdir Jae Kwon 2016-11-21 20:01:11 -08:00
  • a151216e5e Update go-autofile dependency; fixed checkTotalSizeLimit Jae Kwon 2016-11-21 19:58:40 -08:00
  • dd12bd8f1b Fix checkTotalSizeLimit bug; remove more than 1 file at a time Jae Kwon 2016-11-21 19:57:17 -08:00
  • e09950d3fb Use new Group semantics Jae Kwon 2016-11-21 19:16:19 -08:00
  • a528af55d3 Group is a BaseService; TotalSizeLimit enforced; tests fixed Jae Kwon 2016-11-21 19:09:14 -08:00
  • d1848762cf Fix issue where buffered writes may split a line to two files Jae Kwon 2016-11-20 17:19:15 -08:00
  • 3206e101f5 Merge pull request #265 from tendermint/handshake Ethan Buchman 2016-11-16 17:00:01 -05:00
  • c6a648fad7 consensus: lock before loading commit Ethan Buchman 2016-11-16 16:47:31 -05:00
  • 3a70c07ed1 Merge pull request #29 from tendermint/info_and_header Ethan Buchman 2016-11-16 16:26:58 -05:00
  • 904eeddf36 update glide Ethan Buchman 2016-11-16 16:25:52 -05:00
  • 0bdb3b887e fix chain_aware app Ethan Buchman 2016-11-16 16:22:52 -05:00
  • 07597dfd45 post rebase fixes for BlockID, partSize Ethan Buchman 2016-11-16 16:13:17 -05:00
  • 60e0842ef9 Header.LastBlockID Ethan Buchman 2016-11-16 16:11:36 -05:00
  • df299d03c4 block_height is int32 Ethan Buchman 2016-11-06 02:02:08 +00:00
  • ddb2b01631 BeginBlock(hash, header) Ethan Buchman 2016-09-09 23:01:53 -04:00
  • 7901825ad9 persistent dummy Ethan Buchman 2016-08-24 01:42:57 -04:00
  • debbf122db add version/block/config to Info. add header to BeginBlock Ethan Buchman 2016-08-22 14:01:26 -04:00
  • 4360c360a4 move handshake to state, use Handshaker, more tests Ethan Buchman 2016-11-06 01:48:39 +00:00
  • befd8b0cb2 post rebase fixes Ethan Buchman 2016-11-03 20:38:09 -04:00
  • 3f90fcae48 fail tests and fix Ethan Buchman 2016-09-11 15:32:33 -04:00
  • 8ec1839f5d save block b4 apply; track stale apphash Ethan Buchman 2016-09-11 13:16:23 -04:00
  • fb9735ef46 rebase fixes and BeginBlock(hash,header) Ethan Buchman 2016-09-10 23:35:18 -04:00
  • 138de19e1e test: app persistence Ethan Buchman 2016-08-25 01:39:03 -04:00
  • d3ae920bd0 state: ApplyBlock Ethan Buchman 2016-08-25 00:18:03 -04:00
  • f37f56d4f1 fixes Ethan Buchman 2016-08-24 01:44:20 -04:00
  • a0e4253edc handshake Ethan Buchman 2016-08-23 21:44:07 -04:00
  • c3d5634efa begin block Ethan Buchman 2016-08-22 15:57:20 -04:00
  • c05b2c5c59 Merge pull request #314 from tendermint/bft_fix_rebase Ethan Buchman 2016-11-16 01:52:54 -05:00
  • f763a9ef56 scripts/txs/random.sh Ethan Buchman 2016-11-16 01:32:13 -05:00
  • 81e6df0d57 cswal: write #HEIGHT:1 for empty wal Ethan Buchman 2016-11-16 01:15:39 -05:00
  • d83fc02597 MakePartSet takes partSize from config. fix replay test Jae Kwon 2016-09-16 09:20:07 -07:00
  • 95c8bb4252 Fixing issues from review in #229 Jae Kwon 2016-09-16 09:20:07 -07:00
  • c1729addce Fix BFT issue where VoteSetMaj23Message wasn't being sent where prs.Round == blockStore.Round() Jae Kwon 2016-09-15 17:55:07 -07:00
  • 3e3b034252 Make ConsensusReactor use ConsensusState's blockstore; debug functions Jae Kwon 2016-09-15 16:01:01 -07:00
  • 9d0c7f6ec7 fix bft test. still halts Ethan Buchman 2016-09-13 22:25:11 -04:00
  • c5a803a146 DataChannel -> StateChannel for Maj23Msg Ethan Buchman 2016-09-13 20:36:59 -04:00
  • 5f55ed2a40 consensus: ensure dir for cswal on reactor tests Ethan Buchman 2016-09-13 16:50:13 -04:00
  • 7afcf92539 consensus: fix panic on POLRound=-1 Ethan Buchman 2016-09-13 16:24:31 -04:00
  • 57da2e4af5 make byzantine logic testable Ethan Buchman 2016-06-26 15:33:11 -04:00
  • f837252ff1 consensus: test reactor Ethan Buchman 2016-06-26 00:40:53 -04:00
  • fd128c7180 Fix comments from review Jae Kwon 2016-09-06 09:08:10 -07:00
  • ea4b60a602 Fix compile bug Jae Kwon 2016-09-05 18:48:37 -07:00
  • b73a6905a1 Initial pass at bft_fix_2 completion Jae Kwon 2016-09-05 17:33:02 -07:00
  • 655d829314 Fix proposal sign bytes. Start tracking blockID in POL Jae Kwon 2016-08-20 15:08:26 -07:00
  • 1173a85c85 Use BlockID everywhere Jae Kwon 2016-08-16 14:59:19 -07:00
  • 40791d886d Add test for new VoteSet Jae Kwon 2016-07-24 20:51:23 -07:00
  • 7221887330 VoteSet can handle conflicting votes. TODO: add more tests Jae Kwon 2016-07-24 14:32:08 -07:00
  • 3c5a2f55c2 Add validator index and address to Vote. Jae Kwon 2016-07-01 17:47:31 -04:00
  • 0b098a2eee use glide in install_tmsp_apps.sh Ethan Buchman 2016-11-15 18:05:38 -05:00
  • 1765d3c866 update glide Ethan Buchman 2016-11-15 15:57:03 -05:00
  • 1fedf5b332 Merge branch 'consensus_wal_autofile' into develop_old Ethan Buchman 2016-11-15 15:43:22 -05:00
  • f94836783c Merge branch 'master' into develop_old Ethan Buchman 2016-11-15 15:43:10 -05:00
  • eece35eeeb glide: update go-common Ethan Buchman 2016-11-15 14:47:39 -05:00
  • 1dafd3a89b Remove spurious fmt call Jae Kwon 2016-11-04 06:41:51 -07:00
  • 6aa85b642e BeginBlock Ethan Buchman 2016-11-03 19:50:57 -04:00
  • 7998ba668a QuitService->BaseService Jae Kwon 2016-10-28 12:06:40 -07:00
  • 8374785c1d update glide, grpc to v4 Ethan Buchman 2016-11-15 14:11:01 -05:00
  • fe96cfc56d Merge pull request #34 from tendermint/glide Ethan Buchman 2016-11-10 02:43:53 +00:00
  • 1f9142873b add glide Ethan Buchman 2016-11-10 01:12:29 +00:00
  • dc8fa06e64 Add MakeSimpleSearchFunc Jae Kwon 2016-11-05 17:58:50 -07:00
  • 2aecb2a4a3 Ensure *_wal_dir exists Jae Kwon 2016-11-05 09:15:34 -07:00
  • bf1bceec87 Use go-flowcontrol Jae Kwon 2016-11-04 06:46:34 -07:00
  • a20c98e619 Add Monitor.SetREMA() Jae Kwon 2016-11-04 06:14:49 -07:00
  • 01a3ac50af update glide Ethan Buchman 2016-11-03 20:16:44 -04:00
  • 3ff9355e7b change some logs to debug Ethan Buchman 2016-11-03 20:13:39 -04:00
  • 94ac890859 send BeginBlock Ethan Buchman 2016-11-03 19:51:22 -04:00
  • 1261fca160 FindLast Jae Kwon 2016-10-30 02:40:39 -07:00
  • 3d3d8b5b7b cswal -> cs_wal_dir Jae Kwon 2016-10-30 03:55:27 -07:00
  • 1788a68b1c Consensus WAL uses AutoFile/Group Jae Kwon 2016-10-28 15:01:14 -07:00
  • 916f3d789b Size() returns 0 if file doesn't exist Jae Kwon 2016-10-28 14:50:46 -07:00
  • 5e9c5dc413 Add Group.WriteLine Jae Kwon 2016-10-28 13:56:31 -07:00
  • 480f44f16c QuitService->BaseService Jae Kwon 2016-10-28 12:14:24 -07:00
  • fa3daa7abc Remove AutoFile tests Jae Kwon 2016-10-28 12:09:34 -07:00
  • 2781df39e5 QuitService->BaseService Jae Kwon 2016-10-28 12:09:22 -07:00
  • 161e36fd56 QuitService->BaseService Jae Kwon 2016-10-28 12:04:58 -07:00
  • 9a089482dc Unnest Jae Kwon 2016-10-28 11:58:09 -07:00
  • 0311042336 Add CHALLENGE Jae Kwon 2016-10-28 09:10:33 -07:00
  • fc31b463b1 Don't use io.Seek*, not supported in older versions Jae Kwon 2016-10-26 22:19:44 -07:00
  • d741b81ab5 Add better docs for Group Jae Kwon 2016-10-26 22:11:43 -07:00
  • 539f8f91bd Update glide file w/ go-common develop branch & go-autofile Jae Kwon 2016-10-26 21:59:56 -07:00
  • 830e84adc4 Fix minor bug in Consensus WAL; Fix AutoFile dependency Jae Kwon 2016-10-26 21:51:03 -07:00
  • 44f2818a3d Remove AutoFile; Use go-autofile instead Jae Kwon 2016-10-26 21:50:28 -07:00
  • c26b857900 Fix Search and add test Jae Kwon 2016-10-26 21:50:07 -07:00
  • 1859c4d5fe First commit Jae Kwon 2016-10-26 16:23:19 -07:00
  • 28b3d52948 first commit Jae Kwon 2016-10-26 16:22:43 -07:00