Commit Graph

1281 Commits

Author SHA1 Message Date
Jae Kwon dd30b78fd6 Add CircleCI yaml file 2016-06-11 21:54:27 -07:00
Ethan Buchman cac3cefd98 set log level. use p2p config 2016-06-11 20:19:58 -07:00
Ethan Buchman 6365c5efb5 bring back unsafe_set_config 2016-06-11 20:19:40 -07:00
Jae Kwon c126ccd744 Fix glide, improve Makefile 2016-06-11 20:14:44 -07:00
Jae Kwon 16987fe143 Merge pull request #215 from tendermint/new_protobuf
Protobuf + GRPC
2016-06-11 11:14:24 -07:00
Ethan Buchman 2a1e7a427d support tmsp via grpc 2016-05-23 14:46:32 -04:00
Ethan Buchman 7383ead106 updates for new tmsp protobuf 2016-05-23 14:35:36 -04:00
Jae Kwon 2700510039 Fix glide lock for log15 2016-05-18 11:14:47 -07:00
Ethan Buchman 55ef4b225f link to website guides from readme 2016-05-16 11:16:53 -04:00
Jae Kwon 9a25ad7f24 Glide up to new tendermint/log15 2016-05-14 13:26:20 -07:00
Ethan Buchman 1f4a086fb6 Update README.md 2016-05-14 12:02:53 -04:00
Ethan Buchman ffd703622e Update README with install directions 2016-05-14 12:02:12 -04:00
Ethan Buchman b2e612fb79 default empty seeds. some node methods 2016-05-11 14:45:20 -04:00
Jae Kwon d9c91f9c47 Glide update 2016-05-10 19:05:25 -07:00
Jae Kwon ad17090a0f No global config 2016-05-08 15:00:58 -07:00
Jae Kwon 4c114680a4 Remove spurious genesis.json 2016-05-05 11:39:14 -07:00
Jae Kwon 1f6ecdfdb9 Update README.md 2016-05-04 14:10:36 -07:00
Jae Kwon 0832a41a38 Update README.md 2016-05-04 14:10:15 -07:00
Jae Kwon 9b2dd6a137 Update README.md 2016-05-04 14:01:51 -07:00
Jae Kwon 99c19bae21 test100 2016-04-29 15:32:50 -07:00
Ethan Buchman 850d769273 allow no recheck if empty block 2016-04-29 14:23:04 -07:00
Ethan Buchman 39344a601d flush before commit 2016-04-29 14:23:04 -07:00
Ethan Buchman 5296507665 some mempool log statements 2016-04-29 14:23:04 -07:00
Ethan Buchman 0d308c7c0e update glide 2016-04-29 14:23:04 -07:00
Ethan Buchman 8e5e5c689f lock mempool for commit and update. closes #202 2016-04-29 14:23:04 -07:00
Ethan Buchman 09fe44a6b3 test for mempool commit/update concurrency bug 2016-04-29 14:23:04 -07:00
Jae Kwon 46d2a13288 Merge pull request #205 from tendermint/develop
Variety of optimization and some dev features
2016-04-28 21:24:13 -07:00
Ethan Buchman 501c4e4bac fixes from review 2016-04-26 22:17:13 -04:00
Ethan Buchman 523a170c3e EventDataTypeNewBlockHeader 2016-04-19 20:59:52 -04:00
Ethan Buchman 08d12a5c84 glide update 2016-04-19 20:45:33 -04:00
Ethan Buchman 922f720cf6 cswal_light logs own votes; fix tests 2016-04-19 20:45:33 -04:00
Ethan Buchman 16208dc172 glide update 2016-04-19 20:45:33 -04:00
Ethan Buchman eaf222a756 check vote exists before verifiying 2016-04-19 20:45:33 -04:00
Ethan Buchman ae295bd9b6 bump rpc version; add consensus version 2016-04-19 20:45:33 -04:00
Ethan Buchman ae07c0171d light weight block event 2016-04-19 20:45:33 -04:00
Ethan Buchman 27eede190a glide go-p2p:develop 2016-04-19 20:45:33 -04:00
Ethan Buchman d23f38b4f3 txs.Hash() to avoid extra allocs 2016-04-19 20:45:33 -04:00
Ethan Buchman a34f9e082e lazy part_set reader 2016-04-19 20:45:33 -04:00
Ethan Buchman cb80a7aa42 rpc: unsafe_write_heap_profile 2016-04-19 20:45:33 -04:00
Ethan Buchman 79c9a9f03a don't verify own block parts 2016-04-19 20:45:33 -04:00
Ethan Buchman 5e42c96267 crank the part size; prioritize data channel 2016-04-19 20:45:33 -04:00
Ethan Buchman 898f44ddda config: disable_data_hash (for testing) 2016-04-19 20:43:54 -04:00
Ethan Buchman 196af01707 maxTxs=-1 for Reap to return empty 2016-04-19 20:43:54 -04:00
Ethan Buchman f5be3cd8f9 rpc: start/stop cpu profiler 2016-04-19 20:43:54 -04:00
Ethan Buchman 2215ad74ff consensus: cswal doesnt write any consensus msgs in light mode 2016-04-19 20:43:54 -04:00
Ethan Buchman df25a22469 rpc: num_unconfirmed_txs (avoid sending txs back) 2016-04-19 20:43:54 -04:00
Ethan Buchman 0df4a723e9 support in process tmsp apps 2016-04-13 19:24:12 -04:00
Jae Kwon 39d72d5811 Remove fees 2016-04-03 04:51:44 -07:00
Jae Kwon f17c4c1d57 s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
Jae Kwon daa76dcff0 Fix CheckTx/Update race condition 2016-03-25 08:29:03 -07:00