Commit Graph

546 Commits

Author SHA1 Message Date
Ethan Buchman acc882ab0d add ethan's barak 2015-05-04 18:30:33 -07:00
Jae Kwon 47b7a641dd json field fixes 2015-05-04 18:24:30 -07:00
Ethan Buchman ff87958f95 broadcast on newStepCh on switch to consensus reactor 2015-05-04 19:08:07 -04:00
Jae Kwon 84c3fd9a85 more debug messages for consensus 2015-05-04 11:18:21 -07:00
Jae Kwon 032d2e4fef debugging 2015-05-04 10:26:37 -07:00
Jae Kwon 71f0d58164 bump testnet version 2015-05-04 10:20:13 -07:00
Jae Kwon 9d1f1162e0 added more debug messages in consensus 2015-05-04 10:15:58 -07:00
Ethan Buchman 0ff198d96e add another validator 2015-05-03 23:06:27 -07:00
Jae Kwon 0d2b2d308b Testnet4 genesis update 2015-05-03 22:48:36 -07:00
Jae Kwon 3c96890d2d All numbers are in BigEndian 2015-05-03 17:42:46 -07:00
Jae Kwon 1c577c36f1 update validator set 2015-05-01 18:09:01 -07:00
Jae Kwon e6a96e2cd6 bump version 2015-05-01 18:06:15 -07:00
Ethan Buchman 4f94e0f200 only allow one connection per ip 2015-05-01 18:06:15 -07:00
Jae Kwon b92c0401e6 Made all JSON fields lower_case 2015-05-01 17:26:49 -07:00
Jae Kwon 9babda1d7a create registry.log if not there. 2015-04-28 04:01:29 -07:00
Jae Kwon 5366d808ba Proposal WriteSignBytes is JSON 2015-04-27 21:06:36 -07:00
Jae Kwon 0cb99be988 Log expected and result of SignBytes tests, drone.io is failing 2015-04-27 13:57:55 -07:00
Jae Kwon d0fa3918ec NewTicker -> NewTimer, to fix a memory leak 2015-04-27 10:58:49 -07:00
Jae Kwon 778992e31e Added pprof entry 2015-04-27 07:33:15 -07:00
Jae Kwon 54d1c19611 WriteSignBytes writes JSON with fields in lex order. 2015-04-25 19:42:20 -07:00
Jae Kwon ef42d41636 allow commit votes for the last height when we're in
RoundStepNewHeight
2015-04-25 15:03:40 -07:00
Jae Kwon 014166deb4 Rebond and the right height 2015-04-25 14:05:25 -07:00
Jae Kwon 27c193dd86 Error message in RebondTx so we know why it's failing. 2015-04-25 13:50:29 -07:00
Jae Kwon 115e57a1d5 list_unconfirmed_txs RPC call 2015-04-25 13:28:43 -07:00
Ethan Buchman 8aaa918143 Merge branch 'develop' of https://github.com/tendermint/tendermint into develop 2015-04-25 13:26:05 -07:00
Ethan Buchman b3b6bfb312 binary: prevent runaway alloc 2015-04-25 13:25:44 -07:00
Jae Kwon 9a8652e001 Include peer round states in the dump_consensus_state RPC call. 2015-04-25 11:49:26 -07:00
Jae Kwon 5557923245 remote client_methods.go.bak 2015-04-24 14:41:50 -07:00
Jae Kwon 7eefbd23fa Ensure that the pidfile is written after all logic for Barak is
complete.
2015-04-24 14:01:22 -07:00
Jae Kwon e294b1f954 Debora has a pretty list. 2015-04-24 13:13:44 -07:00
Ethan Buchman b02f088cc7 add ethan to genesis 2015-04-23 21:27:22 -07:00
Ethan Buchman 9892dfd0b3 allow multiple seed nodes 2015-04-23 18:52:44 -07:00
Ethan Buchman d8d619811e dont switch off fast sync unless we have enough peers to know 2015-04-23 18:49:59 -07:00
Jae Kwon fcc26d7355 Resolve host for NetAddressFromString(). Test fix. 2015-04-23 18:41:14 -07:00
Jae Kwon f1703249ff ... 2015-04-23 18:40:44 -07:00
Jae Kwon d9bfe82d93 rpc.StartHTTPServer listener bug fix 2015-04-23 18:33:20 -07:00
Jae Kwon 66ff985cd2 Added a registry to Barak. 2015-04-23 16:56:46 -07:00
Ethan Buchman 0e80059e79 versioning 2015-04-23 16:53:28 -07:00
Jae Kwon 7606571d69 bump network number 2015-04-22 12:22:41 -07:00
Jae Kwon 4bcfc1e4bb Merge pull request #55 from tendermint/sync
Sync
2015-04-22 11:15:31 -07:00
Jae Kwon 9513f601de Removed Log.File, all log goes out to stdout. 2015-04-22 11:07:34 -07:00
Jae Kwon b31849d495 expose RPC by default. We'll whitelist it later. 2015-04-22 10:40:31 -07:00
Ethan Buchman d54bf6bcd5 blockchain reactor to consensus reactor transition on catchup 2015-04-21 19:51:23 -07:00
Jae Kwon 5e70769117 Crazy colors for Debora 2015-04-21 17:42:08 -07:00
Ethan Buchman 67ea49c5fb Merge branch 'develop' of https://github.com/tendermint/tendermint into develop
Conflicts:
	p2p/peer.go
	rpc/core/net.go
	rpc/core/types/responses.go
2015-04-21 02:00:58 -07:00
Jae Kwon aa931f88ab bump network version 2015-04-21 00:26:19 -07:00
Jae Kwon 2ba6f86f2e Add Network to SignBytes, to prevent network clashes 2015-04-20 23:59:52 -07:00
Jae Kwon 733dfcf4ad Add dump_consensus_state rpc command. Made it a little more secure
by moving the PrivValidator out of RoundState.
2015-04-20 20:39:42 -07:00
Jae Kwon df026f64fa Remoted bytes from logging messages 2015-04-20 18:51:20 -07:00
Jae Kwon dc051eb87f third time is the charm 2015-04-20 18:01:30 -07:00