Commit Graph

  • d3bac7a6fe clist: reduce numTimes in test Ethan Buchman 2017-11-27 19:49:30 +00:00
  • c7f54fb56c everything takes Request, returns Response; expect DeliverTx/CheckTx/Commit Ethan Buchman 2017-11-27 19:04:21 +00:00
  • d5cd3a111f Merge pull request #899 from tendermint/feature/lite-client Ethan Buchman 2017-11-27 17:21:15 +00:00
  • 94e400a5d6 Merge pull request #896 from tendermint/normalize-priority-and-id Ethan Buchman 2017-11-27 17:05:38 +00:00
  • 7dd249f754 Merge pull request #882 from caffix/develop Ethan Buchman 2017-11-27 16:50:57 +00:00
  • 12ae1bb5e5 Address comments Adrian Brink 2017-11-27 16:23:56 +01:00
  • 248f176c1f Rename light to lite Adrian Brink 2017-11-09 17:37:18 -05:00
  • 1871a7c3d0 Rename certifier to light (#784) and add godocs Adrian Brink 2017-10-26 11:10:14 +02:00
  • 59b3dcb5cf normalize priority and id and remove pointers in ChannelDescriptor Petabyte Storage 2017-11-25 22:01:23 -08:00
  • 30d602d6ed Merge pull request #63 from tendermint/tm-889-dev-docs Zach 2017-11-25 13:45:28 +00:00
  • 67d2a5f66d set Code to OK in ResponseQuery in BaseApplication Anton Kaliaev 2017-11-24 16:45:36 -06:00
  • fb87590c82 add Vagrant instructions to CONTRIBUTING guides (Refs #894) [ci skip] Anton Kaliaev 2017-11-24 16:42:18 -06:00
  • 38c4de3fc7 Merge pull request #891 from tendermint/fix-vagrantfile Ethan Buchman 2017-11-24 22:07:29 +00:00
  • 5dd6fbcd04 rewrite ethermint section Anton Kaliaev 2017-11-23 18:39:00 -06:00
  • 5c74dd7f5b basecoin is deprecated Anton Kaliaev 2017-11-23 17:49:36 -06:00
  • e77e5d013a don't force users to build docker Anton Kaliaev 2017-11-23 17:44:23 -06:00
  • ae67408d13 go requires Git (Fixes #879) Anton Kaliaev 2017-11-23 16:55:57 -06:00
  • 42da8cd297 consensus/WAL: benchmark WALDecode across data sizes Emmanuel Odeke 2017-11-20 22:55:11 -07:00
  • c36ba95cf7 add dev docs section to readme [ci skip] Anton Kaliaev 2017-11-23 11:22:02 -06:00
  • 8bfb54d1aa Build Makefile changes Greg Szabo 2017-11-23 00:10:09 -05:00
  • 4b7260cdc5 Build Makefile changes Greg Szabo 2017-11-23 00:07:03 -05:00
  • ae85a7ae41 Build Makefile changes Greg Szabo 2017-11-22 23:59:10 -05:00
  • dd5f81e430 Reset Makefile changes Greg Szabo 2017-11-22 23:56:57 -05:00
  • 887cb6d0cd added public methods to handle locking within the trust metric caffix 2017-11-22 23:42:38 -05:00
  • aeaf2d0b20 Merge branch 'develop' of https://github.com/tendermint/tendermint into develop caffix 2017-11-22 23:11:01 -05:00
  • 9b30fab4fc preserve behaviour of BaseApplication Anton Kaliaev 2017-11-22 19:38:28 -06:00
  • 03fafeec2f fix formatting of panicf function Anton Kaliaev 2017-11-22 19:38:04 -06:00
  • 0176a834d1 refactor code Anton Kaliaev 2017-11-22 19:37:51 -06:00
  • cbf347e2aa add comment for Client interface [ci skip] Anton Kaliaev 2017-11-22 19:07:36 -06:00
  • a1d529e5cf folder test fix in build Greg Szabo 2017-11-22 19:32:39 -05:00
  • 2cfad8523a test HumanCode Anton Kaliaev 2017-11-22 18:24:53 -06:00
  • ce6eab5ea9 Makefile build test Greg Szabo 2017-11-22 19:24:42 -05:00
  • 1726e82865 add IsErr and Error method for ResultQuery Anton Kaliaev 2017-11-22 18:19:41 -06:00
  • afb7feeea2 update CHANGELOG Anton Kaliaev 2017-11-22 17:51:36 -06:00
  • 91efacfabc remove types.Result Anton Kaliaev 2017-11-22 17:44:39 -06:00
  • f01f2bbf3a DeliverTxSync/CheckTxSync/CommitSync now return error as well Anton Kaliaev 2017-11-22 17:34:00 -06:00
  • 01252e8cc8 mark Result as deprecated Anton Kaliaev 2017-11-22 16:18:06 -06:00
  • 5fd83b3eee implement error interface for ResponseDeliverTx/CheckTx/Commit Anton Kaliaev 2017-11-22 16:17:34 -06:00
  • 932e472986 Merge pull request #885 from AFDudley/patch-1 Ethan Buchman 2017-11-22 20:29:30 +00:00
  • e845987503 p2p: disable trustmetric test while being fixed Ethan Buchman 2017-11-22 20:20:53 +00:00
  • 531b1197a7 Merge pull request #843 from tendermint/refactor-mconnection-with-go-wire-1 Ethan Buchman 2017-11-22 19:34:22 +00:00
  • 52ad6242f4 Merge pull request #888 from tendermint/rm-dead-file Ethan Buchman 2017-11-22 18:47:30 +00:00
  • 969b34057b remove unused file Zach Ramsay 2017-11-22 17:22:53 +00:00
  • e110f70b5c update glide.yaml versions with go-wire at develop branch Petabyte Storage 2017-11-22 07:34:10 -08:00
  • 7868a3358f gather test coverage Anton Kaliaev 2017-11-21 18:12:12 -06:00
  • 52ec4efe27 retire test_integrations in favor of just make test Anton Kaliaev 2017-11-21 18:11:23 -06:00
  • 5be9c50b47 fix megacheck warning Anton Kaliaev 2017-11-21 17:53:48 -06:00
  • f6a79dd7c5 add interface assertions for all clients Anton Kaliaev 2017-11-21 17:50:06 -06:00
  • e6fdc98aeb update changelog Anton Kaliaev 2017-11-21 17:44:22 -06:00
  • fbe7234639 remove Result from the client package Anton Kaliaev 2017-11-21 17:33:34 -06:00
  • 8e6269ce93 update README Anton Kaliaev 2017-11-21 15:24:29 -06:00
  • e997db7a23 Merge pull request #859 from tendermint/fix/addrbook Ethan Buchman 2017-11-21 15:31:48 +00:00
  • c4b695f78d minor fixes from review Ethan Buchman 2017-11-20 19:30:05 +00:00
  • 75463b8331 Merge pull request #877 from tendermint/p2p-switch-DialSeeds-undeterministically Ethan Buchman 2017-11-21 15:24:29 +00:00
  • 882c25f292 Update getting-started.rst to fix broken link A. F. Dudley 2017-11-21 10:11:48 -05:00
  • 3a3d508e5c CheckTx and DeliverTx return ResponseCheckTx and ResponseDeliverTx respectively Anton Kaliaev 2017-11-20 20:26:37 -06:00
  • 92801dbd72 [dockerfile] install psmisc for tests Anton Kaliaev 2017-11-20 18:30:10 -06:00
  • fc7db13fa8 remove tags from CheckTx Anton Kaliaev 2017-11-20 18:21:59 -06:00
  • 02399071ff add ldconfig cmd to Dockerfile Anton Kaliaev 2017-11-20 18:17:56 -06:00
  • 9c8100043e made changes to address suggestions from the PR comments caffix 2017-11-20 19:15:11 -05:00
  • 29c1cd03ea [make install_protoc] fix folder name Anton Kaliaev 2017-11-20 17:09:18 -06:00
  • 3cbf44058d no need for protoc in make all since we have types.pb.go generated Anton Kaliaev 2017-11-09 17:16:06 -05:00
  • 8b71e47002 add linter for proto files (Fixes #128) Anton Kaliaev 2017-11-09 17:15:09 -05:00
  • 76bd68f881 add docker commands to Makefile Anton Kaliaev 2017-11-09 16:59:09 -05:00
  • 33b51378f2 reformat types.proto Anton Kaliaev 2017-11-09 16:56:24 -05:00
  • bb0d7e9526 add tags field to DeliverTx and CheckTx Anton Kaliaev 2017-11-09 16:52:52 -05:00
  • f07c300c14 add proto section to .editorconfig Anton Kaliaev 2017-11-09 16:49:06 -05:00
  • 87072d3810 add Dockerfile for development Anton Kaliaev 2017-11-09 16:19:29 -05:00
  • 480e4e4444 install protoc Anton Kaliaev 2017-11-09 16:19:59 -05:00
  • 031e10133c p2p: make Switch.DialSeeds use a new PRNG per call Emmanuel Odeke 2017-11-18 22:17:53 -07:00
  • 4087326f45 fixed race condition reported in issue #881 caffix 2017-11-20 16:45:59 -05:00
  • f9bc22ec6a p2p: fix comment on addPeer (thanks @odeke-em) Ethan Buchman 2017-11-20 21:36:01 +00:00
  • 26cd99c66e p2p: fix non-routable addr in test Ethan Buchman 2017-11-20 19:56:44 +00:00
  • 9334aad906 Merge pull request #871 from tendermint/fix/docs-860 Ethan Buchman 2017-11-20 19:47:18 +00:00
  • c695c53259 Merge pull request #876 from tendermint/p2p-extract-key-lex-check-to-variable-for-clarity Ethan Buchman 2017-11-20 19:33:58 +00:00
  • 5c4397ab30 Run tests on AppVeyor Martin Dyring-Andersen 2017-10-03 13:22:51 +02:00
  • 135a1a7cd7 db: sort keys for memdb iterator Ethan Buchman 2017-11-20 03:06:18 +00:00
  • 5c34d087d9 p2p: use bytes.Equal for key comparison Emmanuel Odeke 2017-11-18 21:35:59 -07:00
  • 559bd169bd docs: fix links, closes #860 Zach Ramsay 2017-11-17 14:03:43 +00:00
  • f8c969f5a5 Merge pull request #868 from tendermint/small-things Ethan Buchman 2017-11-17 01:22:45 +00:00
  • c5253c7a31 node: clean makeNodeInfo Ethan Buchman 2017-11-17 01:20:15 +00:00
  • 814f9cb566 Merge pull request #856 from tendermint/small-things Ethan Buchman 2017-11-17 00:03:57 +00:00
  • 53f15fde07 update changelog Ethan Buchman 2017-11-15 22:03:27 +00:00
  • af0db599b0 minor fixes Ethan Buchman 2017-11-15 22:03:20 +00:00
  • 104368bd84 Merge pull request #787 from caffix/develop Ethan Buchman 2017-11-16 23:51:53 +00:00
  • 99461a178e Merge pull request #857 from gguoss/patch-1 Ethan Buchman 2017-11-16 18:35:18 +00:00
  • feb3230160 some comments Ethan Buchman 2017-11-16 04:43:07 +00:00
  • be1a16a601 p2p/pex: simplify ensurePeers Ethan Buchman 2017-11-16 04:30:38 +00:00
  • 8e044b0e6d p2p/addrbook: some comments Ethan Buchman 2017-11-16 04:30:23 +00:00
  • 40e93a5f9e p2p/addrbook: fix addToOldBucket Ethan Buchman 2017-11-16 04:08:46 +00:00
  • 435eb6e2b3 p2p/addrbook: add non-terminating test Ethan Buchman 2017-11-16 04:00:59 +00:00
  • 8c88cc017a p2p/addrbook: addAddress returns error. more defensive PickAddress Ethan Buchman 2017-11-16 03:59:54 +00:00
  • ed95cc160a p2p/addrbook: simplify PickAddress Ethan Buchman 2017-11-16 02:31:47 +00:00
  • 2f067a3f65 p2p/addrbook: addrNew/Old -> bucketsNew/Old Ethan Buchman 2017-11-16 02:28:11 +00:00
  • 498a82784d p2p/addrbook: comments Ethan Buchman 2017-11-16 02:25:00 +00:00
  • b5708825a7 Failed to compile comment code Guanghua Guo 2017-11-16 09:45:58 +08:00
  • a724ffab25 added changes based on PR comments to the proposal caffix 2017-11-15 17:59:48 -05:00
  • de34ef91d7 Merge pull request #854 from tendermint/add-go-version-to-readme Ethan Buchman 2017-11-15 20:49:36 +00:00
  • 248a9383a0 add Go version badge to README [ci skip] Anton Kaliaev 2017-11-15 10:21:38 -06:00
  • 78b4ad291c Merge pull request #853 from tendermint/p2p-netPipe-own-file Ethan Buchman 2017-11-15 16:09:48 +00:00