Commit Graph

  • 2af32d6665 changelog and version bump Ethan Buchman 2017-12-11 15:05:56 -05:00
  • 5c58db3bb4 changelog [ci skip] Ethan Buchman 2017-12-11 14:49:34 -05:00
  • 24a9491203 Merge pull request #955 from tendermint/939-p2p-exponential-backoff-on-reconnect Ethan Buchman 2017-12-11 14:25:39 -05:00
  • 5511bd8e85 p2p: exponential backoff on reconnect. closes #939 Ethan Buchman 2017-12-11 13:41:09 -05:00
  • f1ca2b3a3a Merge pull request #698 from tendermint/feat-appveyor Ethan Buchman 2017-12-10 20:06:34 -05:00
  • 10fcefe346 appveyor: use make Ethan Buchman 2017-12-10 20:07:38 -05:00
  • 0bfc11f1ba blockchain: note about store tests needing simplification ... Ethan Buchman 2017-12-10 20:03:58 -05:00
  • 96998a5498 blockchain: Block creator helper for compressing tests as per @ebuchman Emmanuel Odeke 2017-10-24 00:02:45 -07:00
  • 2da5299924 blockchain: less fragile and involved tests for blockstore Emmanuel Odeke 2017-10-14 19:21:13 -06:00
  • 83b40b25d6 blockchain: deduplicate store header value tests Emmanuel Odeke 2017-10-05 21:20:01 -06:00
  • 05f30b3e28 blockchain: updated store docs/comments from review Emmanuel Odeke 2017-10-05 17:03:01 -06:00
  • 116a61beb1 blockchain: update store comments Ethan Buchman 2017-10-04 15:04:23 -04:00
  • 8c86bb8024 blockchain: add tests and more docs for BlockStore Emmanuel Odeke 2017-09-20 21:21:39 -06:00
  • 41bb2c2663 Merge pull request #931 from tendermint/785-wal-improvements Ethan Buchman 2017-12-10 19:46:02 -05:00
  • e7b9cd8ee8 Merge branch 'develop' into 785-wal-improvements Ethan Buchman 2017-12-10 19:45:52 -05:00
  • 3019b9f320 Merge pull request #948 from tendermint/945-transparent-websocket Ethan Buchman 2017-12-10 19:05:32 -05:00
  • d836ee056d Merge pull request #96 from tendermint/tm-945 Ethan Buchman 2017-12-10 19:05:00 -05:00
  • 60872d7d7c Merge pull request #949 from tendermint/docs/trust-metric-usage Ethan Buchman 2017-12-10 19:01:16 -05:00
  • a37c1143ca adr: update 007 trust metric usage Ethan Buchman 2017-12-10 19:00:44 -05:00
  • d6e821ea4f linter: enable in CI & make deterministic Zach Ramsay 2017-12-10 22:11:24 +00:00
  • a0b692c86d Add PushBytes to Heap Jae Kwon 2017-12-10 14:23:27 -08:00
  • 4e08ee1833 made clarifications based on odeke-em's PR comments caffix 2017-11-28 14:48:14 -05:00
  • 7563870d11 added the trust metric usage guide caffix 2017-11-26 17:27:29 -05:00
  • 03dfb724c7 Change heap.Push to mean int priority Jae Kwon 2017-12-10 10:18:35 -08:00
  • 12c5a57415 determinisitic linter (#902) Zach 2017-12-10 17:44:22 +00:00
  • 101680d603 update changelog [ci skip] Anton Kaliaev 2017-12-10 11:35:22 -06:00
  • d819d5d324 update changelog [ci skip] Anton Kaliaev 2017-12-10 11:34:08 -06:00
  • 90cdffa067 fixes after my own review (Refs #945) Anton Kaliaev 2017-12-10 11:29:36 -06:00
  • 080640a171 Merge pull request #936 from tendermint/update-dockerfile-to-0.12.1 Ethan Buchman 2017-12-10 12:15:09 -05:00
  • 950a64f756 bring back transparent websocket (Refs #945) Anton Kaliaev 2017-12-09 23:40:51 -06:00
  • e4ef2835f0 return error if client already subscribed Anton Kaliaev 2017-12-09 23:35:14 -06:00
  • cb4ba522ef add String method to Query interface Anton Kaliaev 2017-12-09 23:05:13 -06:00
  • b50cef742d Merge pull request #943 from tendermint/feature/update-vagrantfile Anton Kaliaev 2017-12-09 17:03:44 -06:00
  • 4f50935aa2 Merge pull request #946 from ricardohsd/fix-typo Anton Kaliaev 2017-12-09 17:03:12 -06:00
  • 44f62e5e27 built the WaitForStop functionality into the Stop method caffix 2017-12-09 13:25:28 -05:00
  • 988e190ef7 Deprecated Panic* Jae Kwon 2017-12-09 09:26:03 -08:00
  • 59e89e7664 consensus: Fix typo on ticker.go documentation Ricardo Domingos 2017-12-09 13:13:24 +01:00
  • 5d464364a8 fixed the racy test and removed all the calls to Sleep caffix 2017-12-08 15:51:18 -05:00
  • 2112299586 Cleanup apt-get ala PR comments Ethan Frey 2017-12-08 19:17:17 +01:00
  • c771964a40 Add vagrant_test to Makefile for integration tests Ethan Frey 2017-12-08 18:36:58 +01:00
  • a199ec2813 update docker readme Anton Kaliaev 2017-12-08 11:35:35 -06:00
  • a28b3fff49 update Dockerfile to 0.13.0 Anton Kaliaev 2017-12-08 11:34:34 -06:00
  • b49bce2bc3 Merge pull request #95 from tendermint/feature/repeat-timer Anton Kaliaev 2017-12-08 11:31:27 -06:00
  • ff2fd63bf7 rename trySend to send Anton Kaliaev 2017-12-08 11:17:07 -06:00
  • 5bcd95f01f Use apt-get/ppa instead of tarballs for golang/docker Ethan Frey 2017-12-08 18:09:57 +01:00
  • c84494b36b Update Vagrantfile to xenial (16.04 LTS) Ethan Frey 2017-12-08 17:01:24 +01:00
  • 7e3a5b7ce8 Merge pull request #942 from tendermint/bugfix/install-stdlib Anton Kaliaev 2017-12-08 11:03:05 -06:00
  • fbfd11de2c add @melekes as codeowner Ethan Buchman 2017-12-08 11:48:05 -05:00
  • 9657d183f8 Remove CGO_ENABLED=0 from make install Ethan Frey 2017-12-08 16:29:45 +01:00
  • ec4adf21e0 Cleanup from PR comments Ethan Frey 2017-12-08 10:07:04 +01:00
  • 9620e36ed7 Permanent journald fix Greg Szabo 2017-12-07 22:24:17 -05:00
  • b98098b1f0 Merge pull request #932 from tendermint/920-default-moniker-to-host-name Ethan Buchman 2017-12-07 18:34:38 -05:00
  • 1ae14e5a3d Merge pull request #933 from tendermint/880-node-fails-if-one-of-the-seeds-cannot-be-resolved Ethan Buchman 2017-12-07 18:27:58 -05:00
  • 1644773e69 Merge pull request #68 from tendermint/ugrade-tm-monitor-and-tm-bench Anton Kaliaev 2017-12-07 14:59:01 -06:00
  • 8879640901 [tm-monitor] fix build-all target in Makefile Anton Kaliaev 2017-12-07 14:30:59 -06:00
  • 02afeba9fa extend the list of osarch to build for Anton Kaliaev 2017-12-07 14:13:29 -06:00
  • 6f77e1cec4 update tm-monitor version to 0.3.1 Anton Kaliaev 2017-12-07 14:03:24 -06:00
  • 705bf7dd1f update tm-bench version to 0.2.1 Anton Kaliaev 2017-12-07 14:03:05 -06:00
  • 7a92a3b729 update docker readme Anton Kaliaev 2017-12-07 13:49:29 -06:00
  • 457c688346 update Dockerfile to point to 0.12.1 Anton Kaliaev 2017-12-07 13:48:31 -06:00
  • 38b3cfafb8 update tm version to 0.12.1 in readme Anton Kaliaev 2017-12-07 13:32:34 -06:00
  • 39e354e12e [tm-bench] update to tm 0.12.1 Anton Kaliaev 2017-12-07 13:25:57 -06:00
  • c245768377 [tm-bench] update Makefile Anton Kaliaev 2017-12-07 13:25:35 -06:00
  • c609b18698 tolerate unresolvable seeds (Refs #880) Anton Kaliaev 2017-12-07 13:17:09 -06:00
  • 5ff0bb2100 default moniker to the host name (Refs #920) Anton Kaliaev 2017-12-07 12:21:13 -06:00
  • 90944bb1a2 be specific about what type we're encoding Anton Kaliaev 2017-12-07 11:45:50 -06:00
  • 07571741c5 [consensus] remove WAL separator (Refs #785) Anton Kaliaev 2017-12-07 11:33:00 -06:00
  • cc7a87e27c Use Ticker in Repeat again to avoid drift Ethan Frey 2017-12-07 11:22:54 +01:00
  • 8797197cdf No more blocking on multiple Stop() Ethan Frey 2017-12-07 10:36:03 +01:00
  • 887d766c86 Refactored RepeatTimer, tests hang Ethan Frey 2017-12-07 10:15:38 +01:00
  • 14ccc8bc4c Merge pull request #930 from tendermint/468-make-consensus-data-deterministic Ethan Buchman 2017-12-06 22:28:03 -05:00
  • daa6c39dcb Merge pull request #94 from tendermint/feature/timer-refactor Anton Kaliaev 2017-12-06 18:58:23 -06:00
  • 3779310c72 return back output internal channel (way go does with Timer) Anton Kaliaev 2017-12-06 18:48:39 -06:00
  • 5cb936fa00 fixes after my own review Anton Kaliaev 2017-12-06 18:28:14 -06:00
  • c6f025f40e generate WAL on the fly (Refs #468) Anton Kaliaev 2017-12-06 15:57:00 -06:00
  • 8b518fadb2 Don't close throttle channel, explain why Ethan Frey 2017-12-06 22:28:18 +01:00
  • e430d3f844 One more attempt with a read-only channel Ethan Frey 2017-12-06 21:51:23 +01:00
  • c36867e971 upgrade tm-monitor to use tm 0.12.1 and tmlibs 0.4.1 Anton Kaliaev 2017-12-06 14:21:32 -06:00
  • 9ffbb92e1a [tm-monitor] update Makefile Anton Kaliaev 2017-12-06 14:21:02 -06:00
  • 1ac4c5dd6d Made throttle output non-blocking Ethan Frey 2017-12-06 21:20:30 +01:00
  • 0a8721113a First pass of PR updates Ethan Frey 2017-12-06 21:08:55 +01:00
  • 1ade893555 More gaiacli cleanup Greg Szabo 2017-12-06 09:41:16 -05:00
  • 62c6b48277 Gaia build deprecated gaiacli Greg Szabo 2017-12-06 09:39:33 -05:00
  • 4ec7883891 Cleanup Ethan Frey 2017-12-06 11:21:01 +01:00
  • dcb4395604 Refactor throttle timer Ethan Frey 2017-12-06 11:17:50 +01:00
  • a2b92c0745 Merge pull request #927 from tendermint/release-v0.13.0 v0.13.0 Ethan Buchman 2017-12-06 03:57:49 -05:00
  • b362894a56 Merge pull request #8 from tendermint/align-algorithm-with-code milosevic 2017-12-06 09:52:32 +01:00
  • 2866ba1a2c Align protocol with Tendermint code and add find valid value mechanism Zarko Milosevic 2017-11-17 17:00:28 +01:00
  • 6884463ba2 update changelog [ci skip] Ethan Buchman 2017-12-06 03:38:03 -05:00
  • 167d0e82f9 fixes and version bump Ethan Buchman 2017-12-06 03:33:03 -05:00
  • fca2b508c1 Merge pull request #155 from tendermint/develop Ethan Buchman 2017-12-06 03:26:47 -05:00
  • 47216538fd types: add UnmarshalJSON funcs for Response types Ethan Buchman 2017-12-06 03:15:38 -05:00
  • 3d9113c16e Add a bit more padding to tests so they pass on osx with -race Ethan Frey 2017-12-06 09:18:04 +01:00
  • 42e77de6a3 changelog; minor stuff; update glide Ethan Buchman 2017-12-06 02:42:54 -05:00
  • 12dca48768 Merge pull request #154 from tendermint/develop Ethan Buchman 2017-12-06 02:39:56 -05:00
  • 293cf5e634 minor fix [ci skip] Ethan Buchman 2017-12-06 02:41:14 -05:00
  • f860c33515 changelog and version Ethan Buchman 2017-12-06 02:33:35 -05:00
  • 58b4a8395b Merge pull request #917 from tendermint/trust-metric-cleanup Ethan Buchman 2017-12-06 02:11:38 -05:00
  • bfcc0217f1 Merge pull request #93 from tendermint/release/0.5.0 Ethan Buchman 2017-12-06 02:08:29 -05:00
  • e6be03db31 update license and changelog Ethan Buchman 2017-12-06 02:05:57 -05:00