Commit Graph

  • e1ee4d6bf5 types: add MarshalJSON funcs for Response types with a Code Ethan Buchman 2017-12-06 01:56:39 -05:00
  • d0dc04001e rpc: make time human readable. closes #926 Ethan Buchman 2017-12-06 01:25:11 -05:00
  • e101aa9fc8 fix for legacy gowire Ethan Buchman 2017-12-06 01:21:14 -05:00
  • b166d627f3 bump up version to 0.5.0 Anton Kaliaev 2017-12-05 18:04:28 -06:00
  • 303b6df812 update changelog Anton Kaliaev 2017-12-05 18:04:07 -06:00
  • 283462dfe4 Merge pull request #86 from tendermint/fix-lint Anton Kaliaev 2017-12-05 17:53:38 -06:00
  • c325ce2182 use NoErrorf and Errorf functions Anton Kaliaev 2017-12-05 17:13:10 -06:00
  • 4b9cae8998 Merge pull request #151 from tendermint/set-option-code Ethan Buchman 2017-12-05 18:48:02 -05:00
  • 1b2c383205 ResponseSetOption includes a response Code. Closes #64" Ethan Buchman 2017-12-05 18:41:48 -05:00
  • fff8e963f8 update readme Ethan Buchman 2017-12-05 17:45:26 -05:00
  • cfa14074df Merge branch 'server-test' into develop Ethan Buchman 2017-12-05 17:39:30 -05:00
  • f6e22e4296 update readme for notes about grpc Ethan Buchman 2017-12-05 17:22:06 -05:00
  • 27ab1f6bd9 Merge pull request #90 from tendermint/feature/throttle-timer Anton Kaliaev 2017-12-05 14:17:41 -06:00
  • 8357326db0 Fix test command Krzysztof Jurewicz 2017-10-20 18:44:37 +02:00
  • 2a0fbdfc97 Makefile fixes for empty GOPATH directories Greg Szabo 2017-12-05 09:16:50 -05:00
  • 26abd65e34 Add tests for repeat timer Ethan Frey 2017-12-05 15:01:07 +01:00
  • 53cdb6cf82 Demo throttle timer is broken Ethan Frey 2017-12-05 11:25:17 +01:00
  • 6a7c399c2d Merge pull request #923 from tendermint/enable-homebrew-installation-from-source Ethan Buchman 2017-12-05 00:50:52 -05:00
  • b3e1341e44 use get rev-parse --short HEAD everywhere instead of GitCommit[:8] Anton Kaliaev 2017-12-04 22:16:19 -06:00
  • ebdc7ddf20 add missing get_vendor_deps to "make all" Anton Kaliaev 2017-12-04 19:04:15 -06:00
  • f30ce8b210 remove GitDescribe - no such variable defined in version package Anton Kaliaev 2017-12-04 17:39:23 -06:00
  • 76cccfaabd get_vendor_deps does not require all the tools Anton Kaliaev 2017-12-04 17:37:50 -06:00
  • 440d76647d rename release to test_release Anton Kaliaev 2017-12-04 17:37:32 -06:00
  • 2cc2fade06 remove -extldflags "-static" Anton Kaliaev 2017-12-04 17:35:42 -06:00
  • e50173c7dc merge 2 rules in .editorconfig Anton Kaliaev 2017-12-04 15:01:28 -06:00
  • 3318cf9aec do not suppose that GOPATH is added to PATH Anton Kaliaev 2017-12-04 15:00:16 -06:00
  • 4769719a4b fix Errorf Petabyte Storage 2017-12-04 08:54:19 -08:00
  • d625020c90 Merge pull request #89 from tendermint/license Anton Kaliaev 2017-12-04 10:39:56 -06:00
  • 3af6044fdf add license file (Fixes #87) [ci skip] Anton Kaliaev 2017-12-04 10:38:18 -06:00
  • e99e6ea0c7 Extend abci-cli to allow integration tests Adrian Brink 2017-05-04 11:29:25 +02:00
  • 17dc8a7449 SetDeleter/Batch separation Jae Kwon 2017-12-03 21:44:48 -08:00
  • b37230f6db Merge pull request #918 from tendermint/abci-update Ethan Buchman 2017-12-03 01:36:59 -05:00
  • 1bf57a90df glide: update grpc version Ethan Buchman 2017-12-02 23:39:48 -05:00
  • d2db202a2d mempool: assert -> require in test Ethan Buchman 2017-12-02 23:39:38 -05:00
  • 08857606dc test: fix test/app/counter_test.sh Ethan Buchman 2017-12-02 23:33:45 -05:00
  • 72e389041c Merge pull request #914 from tendermint/11-response-info-with-invalid-height-crashes-tm Ethan Buchman 2017-12-02 23:17:41 -05:00
  • d41c0b10c8 change delta's type from int to int64 Anton Kaliaev 2017-12-02 11:48:09 -06:00
  • 898ae53672 types: fix for broken customtype int in gogo Ethan Buchman 2017-12-02 11:52:10 -05:00
  • 48413b4839 Merge pull request #149 from tendermint/gogo-int Ethan Buchman 2017-12-02 11:52:50 -05:00
  • 2b804bb5a1 remove custom type int https://github.com/gogo/protobuf/issues/359 Ethan Buchman 2017-12-02 11:47:02 -05:00
  • 9e20cfee0e glide Ethan Buchman 2017-12-02 01:56:40 -05:00
  • 9afd3da3b2 changelog Ethan Buchman 2017-12-02 01:56:21 -05:00
  • 82d56571b5 types: int32 with gogo int Ethan Buchman 2017-12-02 01:48:46 -05:00
  • 3890a2058f types: IsOK() Ethan Buchman 2017-12-02 01:48:37 -05:00
  • 9af8da7aad update for new abci int types Ethan Buchman 2017-12-02 01:47:55 -05:00
  • c9be2b89f9 mempool: return error on cached txs Ethan Buchman 2017-12-02 01:15:11 -05:00
  • 388f66c9b3 types: drop uint64 from protobuf.go Ethan Buchman 2017-12-02 01:07:17 -05:00
  • cd5a5d332f remove comments for uint64 related to possible underflow [ci skip] Anton Kaliaev 2017-12-01 23:30:08 -06:00
  • cb9a1dbb4f p2p/trust: lock on Copy() Ethan Buchman 2017-12-01 23:32:46 -05:00
  • 814541f6d9 p2p/trust: split into multiple files and improve function order Ethan Buchman 2017-12-01 23:32:13 -05:00
  • 89cbcceac4 error if app returned negative last block height (Fixes #911) Anton Kaliaev 2017-12-01 19:27:42 -06:00
  • 10f7858453 use rand.Int63n, remove underflow check, remove unnecessary cast Anton Kaliaev 2017-12-01 19:22:18 -06:00
  • 922af7c405 int64 height Anton Kaliaev 2017-12-01 19:04:53 -06:00
  • e9f8e56895 fixes from rebase Ethan Buchman 2017-12-01 17:21:54 -05:00
  • 3eb069a50c no need in this hack since we have replay now Anton Kaliaev 2017-11-30 19:29:12 -06:00
  • f1fbf995f7 protect ourselves again underflow (Refs #911) Anton Kaliaev 2017-11-30 19:28:43 -06:00
  • 86af889dfb remove unnecessary casts (Refs #911) Anton Kaliaev 2017-11-30 18:49:40 -06:00
  • b3492356e6 uint64 height (Refs #911) Anton Kaliaev 2017-11-30 13:08:38 -06:00
  • 8831249e95 Merge pull request #147 from tendermint/int64 Ethan Buchman 2017-12-01 16:12:20 -05:00
  • 026ff5e89f Merge pull request #148 from tendermint/begin_block Ethan Buchman 2017-12-01 16:11:49 -05:00
  • ebc543ebe3 fix warnings Petabyte Storage 2017-12-01 09:51:37 -08:00
  • 3905c11934 Crude hack from developers to fix gometalinter dependency Greg Szabo 2017-12-01 12:03:16 -05:00
  • fc90b2de1c fix dummy test Ethan Buchman 2017-12-01 11:33:07 -05:00
  • b20273439d types: RequestBeginBlock includes absent and byzantine validators Ethan Buchman 2017-12-01 01:09:16 -05:00
  • 9272756c49 types: add note about ReadMessage having no cap Ethan Buchman 2017-12-01 01:05:13 -05:00
  • 3d3d1288d1 types: consolidate some file Ethan Buchman 2017-12-01 00:51:20 -05:00
  • b2489b4318 Merge pull request #912 from bluecollarcoding/fix/docs Ethan Buchman 2017-12-01 02:57:32 -05:00
  • a5a7e7ac56 Merge pull request #913 from bluecollarcoding/zramsay-patch-1 Ethan Buchman 2017-12-01 02:56:34 -05:00
  • 74cbfc68a1 Merge pull request #835 from tendermint/feature/indexing Ethan Buchman 2017-12-01 02:54:30 -05:00
  • b39e768a1a disable metalinter on CI Ethan Buchman 2017-12-01 02:50:17 -05:00
  • b7a75ce8c3 update readme Ethan Buchman 2017-12-01 01:16:00 -05:00
  • 0ad7dea71f uint64 -> int64 Ethan Buchman 2017-12-01 00:41:07 -05:00
  • b59fe60e65 abci-cli: prefix flag variables with flag Ethan Buchman 2017-12-01 00:35:14 -05:00
  • 6423306980 TestIndexAllTags (unit) Anton Kaliaev 2017-11-30 23:02:40 -06:00
  • c5b62ce1ee correct abci version Anton Kaliaev 2017-11-30 20:15:03 -06:00
  • e538e0e077 config variable to index all tags Anton Kaliaev 2017-11-30 20:02:39 -06:00
  • d9d5e35ca5 Merge pull request #145 from tendermint/types-makeover Ethan Buchman 2017-11-30 20:19:21 -05:00
  • 5d2838ebab fix from review Ethan Buchman 2017-11-30 20:17:06 -05:00
  • ed393f9934 abci-cli: print OK if code is 0 Ethan Buchman 2017-11-30 17:49:53 -05:00
  • e3f6666ecc update changelog; add rudis script for safe keeping Ethan Buchman 2017-11-30 17:48:05 -05:00
  • f00a19eaad fix tutorial output to remove code msg Ethan Buchman 2017-11-30 17:36:16 -05:00
  • 10031f57d5 fix grpc version; add log_level and some logging Ethan Buchman 2017-11-30 17:20:36 -05:00
  • 550d6a6081 shame: forgot to add new code pkg Ethan Buchman 2017-11-30 15:37:31 -05:00
  • 81e4effbdb types: use data.Bytes directly in type.proto via gogo/protobuf. wow Ethan Buchman 2017-11-30 15:31:10 -05:00
  • 24fbe291ab update glide; update services for new signature Ethan Buchman 2017-11-30 15:17:54 -05:00
  • 308cb8e454 use gogo/protobuf Ethan Buchman 2017-11-30 14:30:21 -05:00
  • 42a8e3240c remove CodeType Ethan Buchman 2017-11-30 14:29:12 -05:00
  • 9314e451c8 Update .codecov.yml Zach 2017-11-30 19:01:50 +00:00
  • 3b61e2854a docs: correction, closes #910 Zach Ramsay 2017-11-30 18:27:46 +00:00
  • 03222d834b update abci dependency Anton Kaliaev 2017-11-30 11:46:28 -06:00
  • 22b491bb19 Merge pull request #144 from tendermint/feature/tags-helper-methods Anton Kaliaev 2017-11-30 11:37:03 -06:00
  • 20befcf6d6 add 2 helper methods for building KVPair(s) Anton Kaliaev 2017-11-30 11:17:35 -06:00
  • 5efc536ba3 Merge pull request #64 from tendermint/883-improve-docker-docs Zach 2017-11-30 13:29:10 +00:00
  • b89fd815a5 Merge pull request #141 from tendermint/feature/add-tags-to-dummy-app Ethan Buchman 2017-11-30 03:02:11 +00:00
  • 32a6545604 changelog [ci skip] Ethan Buchman 2017-11-30 03:02:48 +00:00
  • 3b994b4e8a dummy: include app.key tag Ethan Buchman 2017-11-30 02:45:40 +00:00
  • cb9743e567 dummy app now returns one DeliverTx tag Anton Kaliaev 2017-11-29 20:30:37 -06:00
  • 72c3ea3872 include tags into dummy application DeliverTx response Anton Kaliaev 2017-11-29 20:13:59 -06:00
  • 66ad366a4f test searching for tx with multiple same tags Anton Kaliaev 2017-11-29 20:04:26 -06:00
  • 864ad8546e more test cases Anton Kaliaev 2017-11-29 20:04:00 -06:00