Commit Graph

7392 Commits

Author SHA1 Message Date
58bacfb04e Merge pull request #21 from tendermint/develop
Develop
2016-07-23 19:23:33 -04:00
fbbf82ec64 update README.md 2016-07-23 19:05:46 -04:00
3b329039d8 better testing. cli test for tutorial 2016-07-23 18:57:05 -04:00
a263323d5c update readme. --verbose makes batch look like console 2016-07-23 17:37:09 -04:00
cb6c3fb0b6 integrations tests and coverage badge 2016-07-23 13:38:30 -04:00
eac43dc62b glide: update lock and add util scripts 2016-07-23 12:47:36 -04:00
3baa390bba reduce numTimes in test 2016-07-23 11:24:48 -04:00
ba11348508 update make test 2016-07-22 01:23:13 -04:00
dea910cd3e Makefile: go test --race 2016-07-22 01:15:52 -04:00
39ee59c26e server: return result with error 2016-07-22 01:13:16 -04:00
ded154fd28 GPLv3 -> Apache2.0 2016-07-18 11:51:37 -04:00
b0c0631468 Spelling 2016-07-13 18:50:06 +01:00
ce97902897 Merge pull request #233 from tendermint/broadcast_commit
BroadcastCommit and remove txs from mempool cache
2016-07-12 15:05:38 -04:00
05136ff09d update some comments 2016-07-12 14:58:16 -04:00
7bf34d1fae rpc: unsafe_flush_mempool. closes #190 2016-07-12 14:58:06 -04:00
54357bcf8f crank consensus timeout parameters for tests (see #236) 2016-07-12 14:25:27 -04:00
f44336d57d consensus: don't print shared vars in cs.String() 2016-07-12 12:47:13 -04:00
a1a90fd41f consensus: increase mempool_test timeout 2016-07-11 22:37:42 -04:00
adab114674 glide: update go-common 2016-07-11 22:37:42 -04:00
33d9877599 consensus: hvs.Reset(height, valSet) 2016-07-11 22:37:42 -04:00
47acada2cb consensus: t.Fatal -> panic 2016-07-11 22:37:39 -04:00
dd788c5631 consensus: fix race from OnStop accessing cs.Height 2016-07-11 20:55:07 -04:00
e4c795f15c consensus: fix more races in tests 2016-07-11 20:40:48 -04:00
a43d53ac6e rpc/tests: panic dont t.Fatal. use random txs for broadcast 2016-07-11 20:40:24 -04:00
cadb9e8bfe mempool: don't remove committed txs from cache 2016-07-11 12:32:24 -04:00
f3f257a626 fix glide grpc 2016-07-06 17:29:04 -04:00
e8271c8a4b update tmsp glide 2016-07-06 17:14:57 -04:00
49a67aee8a add circle.yml. disable js test 2016-07-06 17:13:33 -04:00
732634112b run grpc finishAsyncCall in go routine 2016-07-06 16:57:02 -04:00
4e5cdd6abb bash tests for broadcast_tx through rpc 2016-07-06 13:51:21 -04:00
8ca615c301 wait until txs removed from mempool to fire tx events 2016-07-05 17:03:09 -04:00
bc0b52293e update circle and glide 2016-07-05 15:40:53 -04:00
7e3e9ee9d2 rpc: broadcast tests. closes #219 2016-07-05 14:54:33 -04:00
65ebc344ac broadcast_commit 2016-07-05 14:26:20 -04:00
5fb171edff mempool: remove bad txs from cacheMap 2016-07-05 14:26:10 -04:00
574d735a81 Merge pull request #231 from tendermint/blockpool_race_fix_jae
Blockpool race fix
2016-07-05 13:33:57 -04:00
88f8141ab8 cleanup cli, drop expr 2016-07-01 20:22:58 -04:00
b25cfb0e0b Unify blockpool mtxs 2016-06-28 18:02:27 -07:00
3dabf304a1 fix race condition in repeat_timer 2016-06-26 01:00:51 -04:00
cefb3a45c0 expose LvlNotice 2016-06-26 00:45:56 -04:00
929cf433b9 fix chDesc race 2016-06-26 00:34:34 -04:00
711d2541f5 MakeConnectedSwitches function 2016-06-26 00:34:23 -04:00
ca674304c5 fix blockpool races. closes #188 2016-06-24 20:38:59 -04:00
a8ac819139 link issue from readme 2016-06-23 20:40:16 -04:00
a44e0e0f4b add test example 2016-06-23 20:37:35 -04:00
0c70a4636a add better docs to readme 2016-06-23 20:33:04 -04:00
2c21c7be89 call reqRes.SetDone in grpc client 2016-06-22 14:25:18 -04:00
7ea86f6506 fix test race and update readme 2016-06-21 15:19:56 -04:00
7376a72dd7 circle badge 2016-06-21 14:40:24 -04:00
981c6868ad fix race conditions in tests 2016-06-21 14:35:29 -04:00