Commit Graph

  • f87edb756f any_error fix Greg Szabo 2017-07-30 08:31:33 +00:00
  • cfc1b4f426 Fixed AWS targetting when testnet has dash in the name Greg Szabo 2017-07-30 07:46:46 +00:00
  • 8dd9f653f4 Create README.md Zach 2017-07-29 22:11:43 -04:00
  • ab753abfa0 Proposer->Proposal; sign heartbeats Ethan Buchman 2017-07-29 14:15:10 -04:00
  • 9bbe30d9ff Added Frey's SSH key Greg Szabo 2017-07-29 20:23:17 +00:00
  • fec7af121a Fixes for build Greg Szabo 2017-07-29 19:57:25 +00:00
  • 4240e60612 Added Frey's coins for app_options Greg Szabo 2017-07-29 19:07:37 +00:00
  • fa3864c226 [tm-bench] update deps Anton Kaliaev 2017-07-29 14:52:55 -04:00
  • d205ae1f98 Merge pull request #41 from tendermint/feature/ws-fix Anton Kaliaev 2017-07-29 14:49:39 -04:00
  • 9181822f65 [tm-monitor] update deps Anton Kaliaev 2017-07-29 13:50:33 -04:00
  • bab7877fa1 route links to godoc rather than deprecated internal implementation, closes https://github.com/zramsay/tendermint/issues/1 Zach Ramsay 2017-07-29 14:31:45 -04:00
  • 9f65485b62 [tm-monitor] update docker alpine version Anton Kaliaev 2017-07-29 13:50:09 -04:00
  • 7ab861358a [tm-bench] update alpine version Anton Kaliaev 2017-07-29 12:54:28 -04:00
  • 10f8101314 fix race Ethan Buchman 2017-07-25 11:55:34 -04:00
  • 530626dab7 broadcast proposer heartbeat msg Ethan Buchman 2017-07-20 15:09:44 -04:00
  • 5f500ec891 Fixed config.toml deployment Greg Szabo 2017-07-29 15:41:17 +00:00
  • b7dbf4a528 ansible fix Greg Szabo 2017-07-29 14:46:31 +00:00
  • f7e1cb79ee Adding error checking Greg Szabo 2017-07-29 09:24:37 +00:00
  • 464b404f48 fixes Greg Szabo 2017-07-29 09:08:29 +00:00
  • 6598719e7f fixes Greg Szabo 2017-07-29 08:04:29 +00:00
  • d6e81ff27c Debugging genesis gathering Greg Szabo 2017-07-29 07:46:47 +00:00
  • ca9bad2b04 Debugging genesis gathering Greg Szabo 2017-07-29 07:35:30 +00:00
  • 86e9e7d7c5 Debugging genesis gathering Greg Szabo 2017-07-29 07:33:51 +00:00
  • e2f9ffb7ff Another fix Greg Szabo 2017-07-29 07:01:19 +00:00
  • feeffc7836 perfnet fixes Greg Szabo 2017-07-29 06:15:53 +00:00
  • 006ed44e48 perfnet fixes Greg Szabo 2017-07-29 06:13:01 +00:00
  • 150902a566 perfnet fixes Greg Szabo 2017-07-29 06:10:04 +00:00
  • 0ea3e33049 validators fix Greg Szabo 2017-07-29 05:46:52 +00:00
  • d6e2d90d56 Updated ansible variables documentation Greg Szabo 2017-07-29 05:25:32 +00:00
  • b96d28a42b test progress in higher round Ethan Buchman 2017-07-28 23:39:10 -04:00
  • 3444bee47f fixes from review; use mempool.TxsAvailable() directly Ethan Buchman 2017-07-25 13:57:11 -04:00
  • cf3abe5096 consensus: remove rs from handleMsg Ethan Buchman 2017-07-25 10:52:14 -04:00
  • e67b298cef Workaround for gaia build Greg Szabo 2017-07-29 02:56:52 +00:00
  • ecdda69fab commit empty blocks when needed to prove app hash Ethan Buchman 2017-07-20 14:43:16 -04:00
  • fc3fe9292f fixes from review Ethan Buchman 2017-07-17 13:49:35 -04:00
  • d396053872 changelog Ethan Buchman 2017-07-13 15:09:26 -04:00
  • e9a2389300 cmd: --consensus.no_empty_blocks Ethan Buchman 2017-07-13 15:08:00 -04:00
  • 678a9a2e42 TxsAvailable tests Ethan Buchman 2017-07-13 15:03:19 -04:00
  • 124032e3e9 NoEmptyBlocks config option Ethan Buchman 2017-07-13 13:19:44 -04:00
  • 4beac54bd9 no empty blocks Ethan Buchman 2017-07-12 01:02:16 -04:00
  • 39493bcd9a consensus: isProposer func Ethan Buchman 2017-07-11 19:18:15 -04:00
  • 73ced040a3 [tm-bench] updated deps Anton Kaliaev 2017-07-28 18:13:39 -04:00
  • f96771e753 cleanup CONTRIBUTING.md, part of https://github.com/zramsay/tendermint/issues/7 Zach Ramsay 2017-07-28 16:38:12 -04:00
  • 62f94a7948 deduplicate install, closes https://github.com/zramsay/tendermint/issues/2 Zach Ramsay 2017-07-28 16:34:38 -04:00
  • d7c936abfa Added timezone setting for CentOS Greg Szabo 2017-07-28 19:30:59 +00:00
  • 03d2b2446e Merge pull request #28 from odeke-em/godoc-for-references Ethan Frey 2017-07-28 15:09:54 -04:00
  • ce80f234c7 README: add godoc instead of tedious MD regeneration Emmanuel Odeke 2017-07-28 13:01:28 -06:00
  • 773f7aac5b Debugging perftestnets Greg Szabo 2017-07-28 18:32:29 +00:00
  • f2c881573c Merge pull request #26 from odeke-em/improve-reverse-bytes+tests Ethan Frey 2017-07-28 14:28:16 -04:00
  • ae9c5b1ca0 hd: optimize ReverseBytes + add tests Emmanuel Odeke 2017-07-26 20:43:27 -06:00
  • e212bf1aa0 config ansible role fix Greg Szabo 2017-07-28 17:48:53 +00:00
  • dcb86f4d12 Fix: ansible playbook to deploy tendermint Greg Szabo 2017-07-28 17:22:08 +00:00
  • 55c0a79aa6 Fixed templates to run on AWS, added option to install tendermint with dummy app Greg Szabo 2017-07-28 15:52:15 +00:00
  • d1ca2c6f83 [common] add a test for WriteFileAtomic Anton Kaliaev 2017-07-28 11:31:50 -04:00
  • b25aa3b472 [common] do not create {filePath}.bak in WriteFileAtomic Anton Kaliaev 2017-07-28 11:26:04 -04:00
  • 8a51210efc [common] use temp intead of {filePath}.new Anton Kaliaev 2017-07-28 11:22:48 -04:00
  • bc398a5859 Removed useradd dependency so package works for Amazon Linux Greg Szabo 2017-07-27 20:48:57 +00:00
  • 4cb362d625 Preparations and fixes for AWS deployments Greg Szabo 2017-07-27 20:40:10 +00:00
  • bf355d1b58 Merge pull request #23 from tendermint/feature/short-recover-text Ethan Frey 2017-07-27 16:11:03 -04:00
  • 050b965708 Code cleanup ala Emmanuel Ethan Frey 2017-07-27 15:59:59 -04:00
  • b6af7e78d8 build process fix: tendermint folder permission Greg Szabo 2017-07-26 21:39:48 +00:00
  • 22fb175d62 CentOS build fix: home folder of app is readable by all Greg Szabo 2017-07-26 21:07:27 +00:00
  • 10222adaf1 Remove deprecated code. Now in basecoin/weave Ethan Frey 2017-07-26 16:12:25 -04:00
  • c20e83565c Recovery also works with secp256 keys Ethan Frey 2017-07-22 05:53:46 -04:00
  • 4ff889a236 Use 16 random bytes for seed and key, crc16 by default Ethan Frey 2017-07-22 05:44:09 -04:00
  • 65da3cf340 Add crc16 support Ethan Frey 2017-07-22 05:25:59 -04:00
  • a6a06f820f [pubsub/query] quote values using single quotes Anton Kaliaev 2017-07-21 13:09:58 +03:00
  • 2f6f3e6aa7 Merge pull request #28 from tendermint/feature/376-events.v2 Ethan Buchman 2017-07-20 15:03:02 -04:00
  • 77f6febb03 rename TestClientResubscribes to TestClientSubscribesTwice Anton Kaliaev 2017-07-20 11:46:22 +03:00
  • e9b7221292 consensus: more comments Ethan Buchman 2017-07-20 00:05:33 -04:00
  • 3c6c1b7d33 common: ProtocolAndAddress Ethan Buchman 2017-07-19 15:02:04 -04:00
  • 5fea1d2675 [.editorconfig] add rule for .proto files [ci skip] Anton Kaliaev 2017-07-19 12:28:19 +03:00
  • 7a492e3612 Merge pull request #549 from tendermint/rpc-server-proposal Anton Kaliaev 2017-07-19 10:44:12 +03:00
  • b893df3348 add rpc server proposal [ci skip] Anton Kaliaev 2017-06-21 15:28:36 +04:00
  • 742b5b705f update link to contributing guidelines in README.md [ci skip] Anton Kaliaev 2017-07-19 10:35:54 +03:00
  • 0153d21f3b Update website links on README.md (#589) [ci skip] Peng Zhong 2017-07-19 15:31:49 +08:00
  • 992c54253f fixes from gometalinter review Anton Kaliaev 2017-07-18 11:47:30 +03:00
  • 695ad5fe2d Merge pull request #588 from tendermint/comments_cleanup Ethan Buchman 2017-07-17 13:32:23 -04:00
  • d8ca0580a8 rpc: move grpc_test from test/ to grpc/ Ethan Buchman 2017-07-13 13:40:19 -04:00
  • 525fc0ae5b types: block comments Ethan Buchman 2017-07-09 14:00:14 -04:00
  • 311f18bebf mempool: comments Ethan Buchman 2017-07-13 13:07:04 -04:00
  • d49a5166ac scripts/txs: add 0x and randomness Ethan Buchman 2017-07-12 01:05:21 -04:00
  • e560dd839f Merge pull request #587 from ramilexe/feature/sync_status Ethan Buchman 2017-07-17 11:51:44 -04:00
  • 6f8d385dfa fast sync status ramil 2017-07-17 09:44:23 +03:00
  • 17d6091ef4 updates as per Bucky's comments Anton Kaliaev 2017-07-15 13:33:47 +03:00
  • e664f9c688 use context to provide timeouts! Anton Kaliaev 2017-07-14 14:49:25 +03:00
  • 0006bfc359 return ErrorOverflow on Subscribe if server is overflowed Anton Kaliaev 2017-07-14 13:02:32 +03:00
  • 13207a5927 remove overflow options Anton Kaliaev 2017-07-14 12:32:01 +03:00
  • 3c1a1a8bf5 Merge pull request #38 from tendermint/bugfix/non-zero-code-for-404-errors Anton Kaliaev 2017-07-13 19:03:35 +04:00
  • 1e033b6051 Removed dependency on rpmmacros Greg Szabo 2017-07-12 21:47:36 +00:00
  • 4aa024d843 add more info to error messages Anton Kaliaev 2017-07-12 23:10:36 +03:00
  • e4f3f9d9bf remove comment about LRU cache (see comments below) Anton Kaliaev 2017-07-12 22:52:13 +03:00
  • 4a9d237c8e gitignore update Greg Szabo 2017-07-12 18:54:10 +00:00
  • eeab55dc07 Build makefile fix: build rpm and deb can be done in one go Greg Szabo 2017-07-12 18:44:25 +00:00
  • 516e872346 Package build refactor: removed dependency on rpmbuild for DEB packages, cleaned up folder structure Greg Szabo 2017-07-12 18:05:50 +00:00
  • 8062ade787 remove all clients (including closing all channels) on shutdown Anton Kaliaev 2017-07-12 13:10:36 +03:00
  • a99b8a6210 new events package Anton Kaliaev 2017-06-20 17:25:42 +04:00
  • f529684277 Build workarounds were fixed for trackomatron and gaia. Greg Szabo 2017-07-11 17:48:30 +00:00
  • aff0fe5c5c take into account status codes by leveraging --fail curl option (Refs #37) Anton Kaliaev 2017-07-11 16:22:21 +03:00
  • 086544e367 p2p: sw.peers.List() is empty in sw.OnStart caojingqi 2017-07-05 16:18:45 +08:00