7370 Commits

Author SHA1 Message Date
Ethan Buchman
1110c5d37d privVal.LastSignBytes and more replay tests 2016-08-14 13:33:03 -04:00
Ethan Buchman
a1c20ce866 types: privVal.LastSignature. closes #247 2016-08-14 13:33:03 -04:00
Ethan Buchman
4776a7bcbe fix circle.yml 2016-08-14 13:32:19 -04:00
Ethan Buchman
a8066f9c82 return error if not running 2016-08-10 19:35:54 -04:00
Ethan Buchman
d3bdb49aae remote_client -> socket_client; use logger 2016-08-10 19:35:50 -04:00
Ethan Buchman
c4764ff916 update glide.lock 2016-08-10 02:16:44 -04:00
Ethan Buchman
bd429f3d4f config: all urls use tcp:// or unix:// prefix 2016-08-10 02:16:41 -04:00
Ethan Buchman
479510be0e support full urls (with eg tcp:// prefix) 2016-08-10 01:13:13 -04:00
Ethan Buchman
c90bde3187 some comments 2016-08-09 20:31:53 -04:00
Ethan Buchman
cdfbf05e8c Merge branch 'master' into develop 2016-08-07 00:17:42 -04:00
Ethan Buchman
64f773c886 Merge pull request #242 from tendermint/release-0.7.0
Release 0.7.0
v0.7.0
2016-08-07 00:03:23 -04:00
Ethan Buchman
444077505b fix README 2016-08-06 23:41:12 -04:00
Ethan Buchman
deb295f738 Merge branch 'master' into release-0.7.0 (GPL->ASL) 2016-08-06 23:34:57 -04:00
Ethan Buchman
34f607fe49 test: README.md 2016-08-06 23:31:06 -04:00
Ethan Buchman
3ac9ff0dcc test: dont run cloud test on push to master 2016-08-06 23:30:46 -04:00
Ethan Buchman
628528da5a test/net: cleanup 2016-08-05 21:20:01 -04:00
Ethan Buchman
45ff05d47d test/net: use MACH_PREFIX 2016-08-05 20:42:57 -04:00
Ethan Buchman
0dde260c05 meow circle 2016-08-05 20:24:32 -04:00
Ethan Buchman
3aebc17bff net test 2016-08-05 20:02:08 -04:00
Ethan Buchman
dcf368632c test/net: install mintnet, netmon 2016-08-05 20:01:32 -04:00
Ethan Buchman
5ab3336c91 meow circle 2016-08-05 19:59:29 -04:00
Ethan Buchman
6fef314423 version bump and release branch 2016-08-05 19:15:14 -04:00
Ethan Buchman
6643e4969f tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
Ethan Buchman
60cea4415b update logger 2016-08-04 17:49:02 -04:00
Jae Kwon
4b11d62bdb Add Signature.Equals 2016-07-24 13:35:44 -07:00
Ethan Buchman
f7086d0a4d circle: docker 1.10.0 2016-07-24 15:39:24 -04:00
Ethan Buchman
8987d29bee tests: broadcast_tx with tmsp; p2p 2016-07-24 14:08:47 -04:00
Ethan Buchman
8fd216b4f6 run CI tests in docker container 2016-07-23 19:38:44 -04:00
Ethan Buchman
58bacfb04e Merge pull request #21 from tendermint/develop
Develop
2016-07-23 19:23:33 -04:00
Ethan Buchman
fbbf82ec64 update README.md 2016-07-23 19:05:46 -04:00
Ethan Buchman
3b329039d8 better testing. cli test for tutorial 2016-07-23 18:57:05 -04:00
Ethan Buchman
a263323d5c update readme. --verbose makes batch look like console 2016-07-23 17:37:09 -04:00
Ethan Buchman
cb6c3fb0b6 integrations tests and coverage badge 2016-07-23 13:38:30 -04:00
Ethan Buchman
eac43dc62b glide: update lock and add util scripts 2016-07-23 12:47:36 -04:00
Ethan Buchman
3baa390bba reduce numTimes in test 2016-07-23 11:24:48 -04:00
Ethan Buchman
ba11348508 update make test 2016-07-22 01:23:13 -04:00
Ethan Buchman
dea910cd3e Makefile: go test --race 2016-07-22 01:15:52 -04:00
Ethan Buchman
39ee59c26e server: return result with error 2016-07-22 01:13:16 -04:00
Jae Kwon
ded154fd28 GPLv3 -> Apache2.0 2016-07-18 11:51:37 -04:00
Silas Davis
b0c0631468 Spelling 2016-07-13 18:50:06 +01:00
Ethan Buchman
ce97902897 Merge pull request #233 from tendermint/broadcast_commit
BroadcastCommit and remove txs from mempool cache
2016-07-12 15:05:38 -04:00
Ethan Buchman
05136ff09d update some comments 2016-07-12 14:58:16 -04:00
Ethan Buchman
7bf34d1fae rpc: unsafe_flush_mempool. closes #190 2016-07-12 14:58:06 -04:00
Ethan Buchman
54357bcf8f crank consensus timeout parameters for tests (see #236) 2016-07-12 14:25:27 -04:00
Ethan Buchman
f44336d57d consensus: don't print shared vars in cs.String() 2016-07-12 12:47:13 -04:00
Ethan Buchman
a1a90fd41f consensus: increase mempool_test timeout 2016-07-11 22:37:42 -04:00
Ethan Buchman
adab114674 glide: update go-common 2016-07-11 22:37:42 -04:00
Ethan Buchman
33d9877599 consensus: hvs.Reset(height, valSet) 2016-07-11 22:37:42 -04:00
Ethan Buchman
47acada2cb consensus: t.Fatal -> panic 2016-07-11 22:37:39 -04:00
Ethan Buchman
dd788c5631 consensus: fix race from OnStop accessing cs.Height 2016-07-11 20:55:07 -04:00