Commit Graph

477 Commits

Author SHA1 Message Date
736bc1f02f public interface; max steps; move updateToState 2015-12-12 01:28:33 -05:00
c3f880e758 fire timeout events in handleTimeout; internalMsgQueue 2015-12-11 11:57:15 -05:00
34f6f50a07 Conform to go-merkle SimpleProof.Aunts 2015-12-10 11:09:25 -08:00
d9b55101e5 move routines to consensus state. drop locks and other go routines 2015-12-10 11:41:18 -05:00
dfdd3cf18f Tweak channel for performance test 2015-12-09 13:53:31 -08:00
ea378c5565 Improve logging 2015-12-09 12:30:42 -08:00
15b751107e Tweak logging; allow consensus to bypass filter 2015-12-09 09:38:09 -08:00
d0b8650edf Fix tests for counter application using uin64 2015-12-09 09:37:36 -08:00
4b6e992a47 timeoutRoutine 2015-12-08 16:00:59 -05:00
2c595284d8 msgQueue and msgProcessor 2015-12-05 23:47:41 -05:00
35abb4df92 Allow for test apps to return nil hashes 2015-12-04 00:59:02 -08:00
ef43af19ab Tendermint <-> Application refactor 2015-12-01 20:12:01 -08:00
209bcf905e proposer selection tests. closes #53 2015-11-10 13:41:49 -08:00
d69b5c5ab6 Conform to go-wire 1.0 2015-11-10 13:10:43 -08:00
e12f9d10e7 Bare consensus refactor 2015-11-01 11:34:08 -08:00
c4ed55d801 Refactor to move common libraries out of project 2015-10-22 17:39:06 -07:00
5631b1a728 fixes #152 and #153 2015-10-12 15:19:55 -07:00
0a28cabd57 remove temporary limit on num block transactions 2015-10-12 09:42:53 -07:00
13e25ef164 Merge remote-tracking branch 'origin/consensus_tests' into develop 2015-10-11 18:20:19 -07:00
ceed000c58 Use ResetFor... callback instead of EventSwitch for mempool new blocks 2015-09-29 12:31:34 -04:00
12566f51af better mempool queueing 2015-09-28 22:58:02 -04:00
a26e0b4d48 consensus tests 2015-09-23 10:56:17 -04:00
632e77c1cf rs.CommitRound 2015-09-15 16:13:39 -04:00
aab024f18d consensus events 2015-09-15 14:41:23 -04:00
2b8157ce2a addVote takes index 2015-09-15 14:26:42 -04:00
a61a8176f1 fixes https://github.com/tendermint/halt/blob/master/case1/analysis.txt 2015-09-15 14:26:21 -04:00
555ecb095d precommit nil if locked and no POL 2015-09-15 14:25:50 -04:00
5e015bc669 Probable fix for #140 2015-09-11 21:09:01 -07:00
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
5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 2015-08-12 22:36:43 -07:00
b96fd8a031 Beginning of complete merkle proofs 2015-08-11 14:12:30 -07:00
1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 2015-08-11 11:01:18 -07:00
e86073ec96 Use rpc/client/ws_client; OnStart() returns error 2015-08-11 11:01:17 -07:00
3be3647dc8 tendermint/binary -> tendermint/wire 2015-07-28 12:18:17 -07:00
e7c1febb65 Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
8e50bf15de panic wrapper functions 2015-07-21 10:46:05 -04:00
c0a64d74be Service log prettify 2015-07-20 17:02:18 -07:00
571a134318 BaseService and BaseReactor refactor and unification 2015-07-20 14:52:24 -07:00
a28d924966 move some logs to debug 2015-07-19 22:44:40 +00:00
bb4ca1407f info->notice, debug->info 2015-07-19 22:44:40 +00:00
1e7cc32597 tendermint/account -> acm 2015-07-19 09:40:55 -07:00
dc7b912881 crypto byte arrays are fixed length 2015-07-17 17:19:16 -04:00
d91f073676 uuid branch tidying 2015-07-13 16:00:01 -07:00
751b892cba cleanup, comments 2015-07-12 02:16:33 +00:00
f2f437a328 Improved consensus logging -- INFO shows round steps 2015-07-09 22:01:54 -07:00
c79062ef6a Fix state/State race condition bug. 2015-07-09 21:46:15 -07:00
f325675b83 Do not wipe cs.Votes upon SwitchToConsensus 2015-07-05 22:00:32 -07:00
1a1b9aaaab fix HeightVoteSet SetRound(0) bug which wipes out Prevotes; More logging for consensus/state addVote() 2015-07-05 21:01:59 -07:00
16a1404cfe fixed inequality bug, loading catchup commits when shouldn't. 2015-07-05 20:26:02 -07:00
b4605bc53a process ConsensusReactor messages during fast_sync 2015-07-05 20:02:23 -07:00