5078 Commits

Author SHA1 Message Date
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
Jae Kwon
41cfb7b677 Remove ReadSignature* methods 2016-04-21 18:05:15 -07:00
Jae Kwon
7e767e9548 Secp256k1 pubkeys are 64 bytes. Strip btcec prefix byte 2016-04-20 08:46:07 -07: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
Jae Kwon
c121163635 ReadSignature* 2016-04-19 08:49:41 -07:00
Jae Kwon
d57d5ff3c9 PrivKey.Equals 2016-04-19 01:26:40 -07:00
Jae Kwon
8b34fd2e51 Add secp256k1 support 2016-04-19 01:02:31 -07:00
Jae Kwon
d471b06bd8 Added C++ and Javascript impls 2016-04-15 15:01:05 -07:00
Ethan Buchman
0df4a723e9 support in process tmsp apps 2016-04-13 19:24:12 -04:00
Jae Kwon
ca95184373 s/Invalid[Address,Amount]/Invalid[Input,Output]/g 2016-04-13 14:42:00 -07: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
Ethan Buchman
78c9d526c3 change some log.Info to log.Debug 2016-03-29 11:37:51 -07:00
Jae Kwon
4baf007fb8 Merge pull request #2 from tendermint/develop
make some params configurable
2016-03-27 20:44:10 -07:00
Jae Kwon
82a411fca5 New TMSP message BeginBlock 2016-03-26 22:35:23 -07:00
Jae Kwon
daa76dcff0 Fix CheckTx/Update race condition 2016-03-25 08:29:03 -07:00
Jae Kwon
d5ab243cfd Fix #198; Do not fast-sync when lone validator 2016-03-24 18:08:18 -07:00
Jae Kwon
121db71f48 Add ErrBaseUnknownPlugin 2016-03-24 14:17:48 -07:00
Jae Kwon
1dfc6950dd TMSPResult tweak 2016-03-24 11:27:04 -07:00
Jae Kwon
ccc55bd304 Add ErrUnknownAddress 2016-03-24 11:12:16 -07:00
Jae Kwon
062c33c109 TMSP Client is an interface 2016-03-24 10:42:25 -07:00
Jae Kwon
a8ee0377d5 Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
Jae Kwon
83fc4fc3b6 Allow late connecting 2016-03-23 21:07:03 -07:00
Jae Kwon
c3980cb165 Warn on proxy hash mismatch, not fail 2016-03-23 20:22:45 -07:00
Jae Kwon
6785b9a3b6 CommitSync returns tmsp.Result 2016-03-23 02:50:29 -07:00
Jae Kwon
8183e3201b CommitSync() returns tmsp.Result 2016-03-23 02:49:30 -07:00
Jae Kwon
3f0d9b3f29 Signature bytes 2016-03-22 15:21:18 -07:00