Commit Graph

  • ab98bffbb1 codegangsta => urfave Ethan Buchman 2016-10-20 21:57:33 -04:00
  • 40f2a128b8 Merge pull request #307 from tendermint/release-0.7.3 v0.7.3 Ethan Buchman 2016-10-20 21:36:40 -04:00
  • e6e3853dc7 Merge pull request #3 from tendermint/develop Ethan Buchman 2016-10-20 21:31:26 -04:00
  • 1c85cb98a4 Merge pull request #7 from tendermint/develop Ethan Buchman 2016-10-20 21:23:35 -04:00
  • 1786890e32 Merge branch 'master' into release-0.7.3 Ethan Buchman 2016-10-20 21:11:17 -04:00
  • 435d1e3da7 test: install glide for network test Ethan Buchman 2016-10-19 21:15:55 -04:00
  • 1c62bb6dad Merge pull request #5 from tendermint/develop Jae Kwon 2016-10-20 02:01:00 -07:00
  • 642a24dc9c Mempool WAL Jae Kwon 2016-10-17 16:54:51 -07:00
  • eab4e1cfa1 Remove redundant cs.WAL from NewNode() Jae Kwon 2016-10-17 16:37:32 -07:00
  • 1a24e6e237 Let SIGHUP close AutoFiles Jae Kwon 2016-10-17 16:15:57 -07:00
  • 2e424ee663 service: Reset() for restarts Ethan Buchman 2016-08-11 00:04:07 -04:00
  • a9d8039082 Fix peer memleak; stop goroutine when peer is offline Jae Kwon 2016-10-17 11:29:43 -07:00
  • 2113b6f4bb rpc: use interfaces for pipe Ethan Buchman 2016-10-14 21:36:42 -04:00
  • 7d493774c7 log: move some Info to Debug Ethan Buchman 2016-10-14 20:27:50 -04:00
  • de0fc87c1c test: use glide with mintnet/netmon Ethan Buchman 2016-10-12 12:28:34 -04:00
  • f0871e4f5e update some scripts Ethan Buchman 2016-10-12 12:27:37 -04:00
  • ee4f8c2ab2 add glide Ethan Buchman 2016-10-12 11:40:40 -04:00
  • 1b37c8affd version: bump 0.7.3 Ethan Buchman 2016-10-12 00:24:24 -04:00
  • 3e29f2bdc2 Merge pull request #297 from tendermint/docs Ethan Buchman 2016-10-11 23:30:38 -04:00
  • 3f4af438c5 remove INSTALL dir, add INSTALL.md, update DOCKER Ethan Buchman 2016-09-30 15:05:02 -04:00
  • 2cb13bf852 Merge pull request #298 from tendermint/get_round_state Ethan Buchman 2016-10-11 22:25:37 -04:00
  • 0098387fbf consensus: hvs.StringIndented needed a lock. addresses #284 Ethan Buchman 2016-10-11 19:12:39 -04:00
  • 7e07919d9d Merge pull request #296 from tendermint/replay_fixes Ethan Buchman 2016-10-11 16:36:21 -04:00
  • 71baad59df replay: ensure cs.height and wal.height match Ethan Buchman 2016-10-11 16:06:46 -04:00
  • 9365d33243 replay: more tests Ethan Buchman 2016-10-11 12:55:04 -04:00
  • 3c18d841fa replay: larger read buffer Ethan Buchman 2016-10-11 12:51:48 -04:00
  • 7dcb567e53 replay test data Ethan Buchman 2016-10-11 11:44:07 -04:00
  • 7a424e6b12 Merge pull request #291 from tendermint/type-safe-fire-event Ethan Buchman 2016-10-10 17:36:52 -04:00
  • 302bbc5dbd Merge pull request #295 from tendermint/codecov Ethan Buchman 2016-10-10 17:32:00 -04:00
  • 97a51c130f Merge pull request #290 from tendermint/mempool_txcache Ethan Buchman 2016-10-10 17:20:42 -04:00
  • 00d53714f9 add codecov.yml to lower threshold Ethan Buchman 2016-10-10 17:14:37 -04:00
  • a07063f119 add test for mempool deadlock Ethan Buchman 2016-10-10 17:05:50 -04:00
  • 9393be7a49 update glide Ethan Buchman 2016-10-10 14:55:54 -04:00
  • 1eb390680d Merge pull request #8 from tendermint/develop Ethan Buchman 2016-10-10 14:48:58 -04:00
  • 9d331715c0 Merge pull request #293 from ethanfrey/type-safe-fire-event Ethan Buchman 2016-10-10 14:36:01 -04:00
  • 0665bc6e4b Add test for proper tx event Ethan Frey 2016-10-06 21:23:22 +02:00
  • 855255d73e use EventSwitch interface; less logging Ethan Buchman 2016-10-10 03:22:34 -04:00
  • 1652dc8b3f EventSwitch is an interface Ethan Buchman 2016-10-10 03:20:42 -04:00
  • 35d4cca8bb type safe events Ethan Buchman 2016-10-10 02:58:13 -04:00
  • b38748ad1a Fix race condition; Refactor out txCache Jae Kwon 2016-10-07 15:30:17 -07:00
  • 22979d9365 Fire proper EventData object on append transaction Ethan Frey 2016-10-01 22:12:48 +02:00
  • 5d3eb0328a Update README.md Jae Kwon 2016-09-28 09:57:04 +09:00
  • be3592adf6 Merge pull request #280 from tendermint/develop Ethan Buchman 2016-09-26 00:44:53 +09:00
  • a5f6069967 Merge pull request #279 from tendermint/codecov Ethan Buchman 2016-09-26 00:29:23 +09:00
  • c481d2bcbb README shields Ethan Buchman 2016-09-25 23:32:28 +09:00
  • a1649f774e test: codecov Ethan Buchman 2016-09-25 18:02:54 +09:00
  • 22155df759 Merge pull request #276 from silasdavis/mempool-reap Jae Kwon 2016-09-16 08:31:11 -07:00
  • 7f31ec3398 Fix doc comment on mempool reap Silas Davis 2016-09-16 17:08:31 +02:00
  • 153ac88672 update MakeConnectedSwitches Ethan Buchman 2016-09-14 00:57:53 -04:00
  • 538862321a bump version Ethan Buchman 2016-09-12 12:23:36 -04:00
  • 121714c040 Merge branch 'master' into develop Ethan Buchman 2016-09-12 12:01:42 -04:00
  • dcd4ab5cd2 Make console more robust to typos Ethan Frey 2016-09-12 10:21:20 +02:00
  • bd43cf2442 Merge pull request #272 from tendermint/hotfix-1.7.2 v0.7.2 Ethan Buchman 2016-09-11 16:29:23 -04:00
  • c7e578ac0d check tmsp client err and set mustConnect=false Ethan Buchman 2016-09-11 16:02:29 -04:00
  • 0fd8c98301 test starting tendermint before app Ethan Buchman 2016-09-11 16:08:34 -04:00
  • e36e79a474 Merge pull request #271 from tendermint/release-0.7.1 v0.7.1 Ethan Buchman 2016-09-10 21:14:44 -04:00
  • 0b919f4fd2 proxy: nil -> nilapp Ethan Buchman 2016-09-10 20:46:12 -04:00
  • 25839d0bb5 test: add killall to dockerfile. cleanup Ethan Buchman 2016-09-10 20:11:45 -04:00
  • ead192adbb test: more verbosity Ethan Buchman 2016-09-10 20:10:59 -04:00
  • 0e2a6b41f8 Merge pull request #30 from tendermint/develop Ethan Buchman 2016-09-10 19:04:30 -04:00
  • 7f538266ea test: add xxd dep to dockerfile Ethan Buchman 2016-09-10 19:00:02 -04:00
  • 364932238a bump version 0.7.1 Ethan Buchman 2016-09-10 18:05:13 -04:00
  • 34024291af glide update Ethan Buchman 2016-09-10 18:04:16 -04:00
  • 47e06734f6 Merge pull request #4 from tendermint/throttle Ethan Buchman 2016-09-10 17:59:15 -04:00
  • 930880f574 throttle_timer: fix race, use mtx instead of atomic Ethan Buchman 2016-07-11 22:17:09 -04:00
  • a58e8d47c6 Merge pull request #270 from tendermint/query_rpc Ethan Buchman 2016-09-10 17:44:41 -04:00
  • 28ec26462a test: test dummy using rpc query Ethan Buchman 2016-09-10 17:42:12 -04:00
  • caeda30b72 proxy: wrap NewTMSPClient in ClientCreator Ethan Buchman 2016-09-10 17:14:55 -04:00
  • 41918d619c expose query and info through rpc Ethan Buchman 2016-08-22 16:00:48 -04:00
  • bfa690b6f7 config: reduce timeouts during test Ethan Buchman 2016-09-10 15:16:23 -04:00
  • 035ca7ef61 proxy: NewAppConns takes a NewTMSPClient func Ethan Buchman 2016-09-09 23:55:24 -04:00
  • 206d00ed8c fixes from review Ethan Buchman 2016-09-09 23:10:23 -04:00
  • 9fb84d66be Merge pull request #268 from tendermint/replay Ethan Buchman 2016-09-09 23:04:39 -04:00
  • 525378a145 Merge pull request #267 from tendermint/fastsync_fix Ethan Buchman 2016-09-09 20:10:06 -04:00
  • 398428d711 Merge pull request #266 from tendermint/peer_filter Ethan Buchman 2016-09-09 20:00:53 -04:00
  • f508f3f20b Merge pull request #6 from tendermint/develop Ethan Buchman 2016-09-09 19:45:12 -04:00
  • 42e4f4693c client: safe error handling Ethan Buchman 2016-09-08 21:41:35 -04:00
  • 987dac9ee0 consensus: no sign err in replay; fix a race Ethan Buchman 2016-09-08 18:06:25 -04:00
  • 9bb32f41f1 config: filter_peers defaults to false Ethan Buchman 2016-09-08 18:56:02 -04:00
  • 9dc4dc1960 Add BitArray.Update() Jae Kwon 2016-09-05 18:26:43 -07:00
  • bf7ba17932 test/p2p: name client conts so we dont need to rm them because circle Ethan Buchman 2016-08-27 16:01:52 -04:00
  • 7bec333017 fix fast sync Ethan Buchman 2016-08-27 14:15:18 -04:00
  • 1bfd67dfc6 test: refactor bash; test fastsync (failing) Ethan Buchman 2016-08-25 18:27:21 -04:00
  • 943ad0e93f filter peers by addr/pubkey. closes #244 Ethan Buchman 2016-08-25 14:17:15 -04:00
  • 72c44efd84 fix query conn Ethan Buchman 2016-08-25 14:16:28 -04:00
  • 642901d5aa filter conn by addr/pubkey. closes #3 Ethan Buchman 2016-08-10 02:33:38 -04:00
  • cb12ff94d3 Merge pull request #28 from tendermint/fix_circle Ethan Buchman 2016-08-24 20:19:44 -04:00
  • 22894d2f60 fix tests Ethan Buchman 2016-08-24 20:13:17 -04:00
  • 3329868a1d grpc fix Ethan Buchman 2016-08-24 02:11:31 -04:00
  • d9205a85d5 query conn Ethan Buchman 2016-08-22 16:00:08 -04:00
  • 3a7ee13ece proxy: typed app conns Ethan Buchman 2016-08-17 22:28:08 -04:00
  • 4802145e8f Merge pull request #249 from tendermint/lastsig Ethan Buchman 2016-08-23 11:42:28 -04:00
  • 7df79d9339 Merge pull request #263 from silasdavis/fix-unsubscribe Ethan Buchman 2016-08-23 11:41:01 -04:00
  • 706d443617 Merge pull request #27 from tendermint/disconnect Ethan Buchman 2016-08-23 11:34:42 -04:00
  • 678599c7d4 consensus: add note about replay test Ethan Buchman 2016-08-23 11:33:18 -04:00
  • 92736f22e8 Fix unsubscribe Silas Davis 2016-08-23 10:40:42 +01:00
  • 83920a1c37 fixes from review Ethan Buchman 2016-08-17 23:27:49 -04:00
  • 3998bdbfc1 fixes from review Ethan Buchman 2016-08-17 23:08:43 -04:00
  • 1b13f14e08 consolidate example tests; grpc fail fast Ethan Buchman 2016-08-10 18:29:46 -04:00
  • 1110c5d37d privVal.LastSignBytes and more replay tests Ethan Buchman 2016-08-14 12:31:24 -04:00