Commit Graph

  • 58789c52cd add example for tx_search endpoint Anton Kaliaev 2017-11-29 15:30:12 -06:00
  • a762253e24 do not use AddBatch, prefer copying for now Anton Kaliaev 2017-11-29 15:25:12 -06:00
  • 10d893ee9b update deps Anton Kaliaev 2017-11-29 13:51:28 -06:00
  • acbc0717d4 add client methods Anton Kaliaev 2017-11-29 13:42:11 -06:00
  • 1e19860585 fixes from my own review Anton Kaliaev 2017-11-29 11:22:52 -06:00
  • 09941b9aa9 fix metalinter warnings Anton Kaliaev 2017-11-28 21:38:16 -06:00
  • 2a5e8c4a47 add minimal documentation for tx_search RPC method [ci skip] Anton Kaliaev 2017-11-28 21:32:40 -06:00
  • 686e0eea9f extract indexing goroutine to a separate indexer service Anton Kaliaev 2017-11-28 21:24:37 -06:00
  • 91f2184003 fixes after bucky's review Anton Kaliaev 2017-11-28 18:58:39 -06:00
  • 3e577ccf4f add tx_search RPC endpoint Anton Kaliaev 2017-11-28 14:12:04 -06:00
  • ea0b205455 searching transaction results Anton Kaliaev 2017-11-26 19:16:21 -06:00
  • 16cf7a5e0a use a switch when validating tags Anton Kaliaev 2017-11-24 18:23:17 -06:00
  • 56abea7427 rename tm.events.type to just tm.event Anton Kaliaev 2017-11-24 18:22:46 -06:00
  • 461a143a2b remove tx.hash tag from config because it's mandatory Anton Kaliaev 2017-11-24 18:22:17 -06:00
  • f65e357d2b adapt Tendermint to new abci.Client interface Anton Kaliaev 2017-11-22 18:55:09 -06:00
  • 4a31532897 remove unreachable code Anton Kaliaev 2017-11-22 18:54:31 -06:00
  • 29cd1a1b8f rewrite indexer to be a listener of eventBus Anton Kaliaev 2017-11-15 15:07:08 -06:00
  • cd4be1f308 add tx_index config Anton Kaliaev 2017-11-15 14:11:13 -06:00
  • acae38ab9e validate tags Anton Kaliaev 2017-11-15 14:10:54 -06:00
  • a52cdbfe43 extract tags from DeliverTx/Result Anton Kaliaev 2017-11-09 17:35:46 -05:00
  • f233cde9a9 Merge pull request #807 from tendermint/45-change-common-start-signature Ethan Buchman 2017-11-29 20:23:07 +00:00
  • ceb8ba2e15 comment out gas linter for now Anton Kaliaev 2017-11-29 13:18:34 -06:00
  • 21fb781989 Merge pull request #84 from tendermint/85-indexing Anton Kaliaev 2017-11-29 12:49:38 -06:00
  • c9694b1ba1 fix warnings Anton Kaliaev 2017-11-27 18:46:57 -06:00
  • 3822727981 add Conditions function Anton Kaliaev 2017-11-27 18:40:51 -06:00
  • 850fd24ee9 Merge pull request #85 from tendermint/85-indexing-2 Anton Kaliaev 2017-11-29 12:37:33 -06:00
  • 33abe87c5b IntInSlice and StringInSlice functions Anton Kaliaev 2017-11-29 12:18:03 -06:00
  • aab54011b3 docs/install: add note about putting GOPATH/bin on PATH Ethan Buchman 2017-11-29 18:05:51 +00:00
  • 691e266bef ignore ErrAlreadyStarted when starting addrbook in PEXReactor Anton Kaliaev 2017-11-29 10:53:30 -06:00
  • c6b2334fa3 check for error when stopping WSClient Anton Kaliaev 2017-11-06 13:23:51 -05:00
  • 69b5da766c service#Start, service#Stop signatures were changed Anton Kaliaev 2017-11-06 13:20:39 -05:00
  • 468c4188c1 Merge pull request #51 from tendermint/keystore Ethan Frey 2017-11-29 15:25:59 +01:00
  • 1e12754b3a Merge pull request #75 from tendermint/45-change-common-start-signature Ethan Buchman 2017-11-29 06:05:50 +00:00
  • 4d991acae0 common: comments for Service Ethan Buchman 2017-11-29 05:16:15 +00:00
  • ddd141c1c5 Merge branch 'develop' into 45-change-common-start-signature Ethan Buchman 2017-11-29 05:08:12 +00:00
  • 57fea1335a Makefile and linter Ethan Buchman 2017-11-29 03:05:20 +00:00
  • a393cf4109 Merge pull request #904 from tendermint/fix-atomic-broadcast-test Ethan Buchman 2017-11-28 08:21:15 +00:00
  • 5c29adc081 Merge pull request #139 from tendermint/sunset-tmlibs-process Ethan Buchman 2017-11-28 08:04:27 +00:00
  • 67a81c13e2 run linter on make test Ethan Buchman 2017-11-28 07:48:00 +00:00
  • bb141794c8 client: use vars for retry intervals Ethan Buchman 2017-11-28 07:47:51 +00:00
  • 9ed5787b6a tests: fix ensureABCIIsUp Ethan Buchman 2017-11-28 07:24:17 +00:00
  • 1b120466ee Merge pull request #892 from tendermint/mempool-Stop-method Ethan Buchman 2017-11-28 06:58:01 +00:00
  • c8c533cc23 test/p2p/atomic_broadcast: wait for node heights before checking app hash Ethan Buchman 2017-11-28 05:51:32 +00:00
  • 6231652e87 tests: sunset tmlibs/process.Process Emmanuel Odeke 2017-11-27 21:12:00 -07:00
  • c2fcc093b2 remove bool from Service#Reset Anton Kaliaev 2017-11-27 23:42:36 -06:00
  • 1e8deacf2e Merge branch 'master' into develop Ethan Buchman 2017-11-28 04:39:41 +00:00
  • f75339264f Merge pull request #83 from tendermint/gut-process Anton Kaliaev 2017-11-27 22:37:35 -06:00
  • 3595b5931a mempool: implement Mempool.CloseWAL Emmanuel Odeke 2017-11-23 17:18:05 -07:00
  • c7f923c5b0 Merge pull request #903 from tendermint/hotfix-v0.12.1 v0.12.1 Ethan Buchman 2017-11-28 04:36:52 +00:00
  • e07ad01f62 remove package process Emmanuel Odeke 2017-11-27 21:24:42 -07:00
  • 25f9eb782b Upgrade tmlibs dependency to build on Windows Adrian Brink 2017-11-27 19:18:59 +01:00
  • 2009c3d4f1 Merge pull request #884 from tendermint/wal-benchmark-decode Ethan Buchman 2017-11-28 03:39:55 +00:00
  • eb31c04f47 Merge tag 'v0.4.1' into develop Anton Kaliaev 2017-11-27 21:38:24 -06:00
  • b854baa1fc Merge branch 'release/0.4.1' Anton Kaliaev 2017-11-27 21:38:12 -06:00
  • 3244f73f32 update version Anton Kaliaev 2017-11-27 21:37:39 -06:00
  • 4e705a3157 update changelog Anton Kaliaev 2017-11-27 21:37:15 -06:00
  • c3632bc54a Merge pull request #703 from tendermint/fix-linting Zach 2017-11-28 00:02:52 +00:00
  • 460c045fcc Merge pull request #130 from tendermint/feature/tags-in-deliver-tx Ethan Buchman 2017-11-27 22:41:57 +00:00
  • d9c87a21a6 run metalinter in make test and run_test.sh Ethan Buchman 2017-11-27 22:38:48 +00:00
  • 2e76b23c9a rpc: fix tests Ethan Buchman 2017-11-27 22:35:16 +00:00
  • 9529f12c28 more linting Ethan Buchman 2017-11-27 22:05:55 +00:00
  • 55b81cc1a1 address linting FIXMEs Ethan Buchman 2017-11-27 21:48:15 +00:00
  • c4caad7720 lint madness Zach Ramsay 2017-11-09 13:59:35 -05:00
  • 2563b4fc92 lint fixes Zach Ramsay 2017-10-28 11:07:59 -04:00
  • 6f3c05545d fix new linting errors Zach Ramsay 2017-10-26 19:24:18 -04:00
  • 414a8cb0ba pass tests! Zach Ramsay 2017-10-14 14:42:02 -04:00
  • c84c7250ba linting: few more fixes Zach Ramsay 2017-10-14 14:38:47 -04:00
  • c7b6faf96a bad goimports Zach Ramsay 2017-10-14 12:54:29 -04:00
  • fe37afc0d7 do i need this? Zach Ramsay 2017-10-03 20:30:28 -04:00
  • 478a10aa41 Write doesn't need error checked Zach Ramsay 2017-10-03 20:20:15 -04:00
  • d033470817 lil fixes Zach Ramsay 2017-10-03 19:48:43 -04:00
  • 7ad8a8ab55 Tests almost passing Zach Ramsay 2017-10-03 19:36:01 -04:00
  • a15c7f221d linting: moar fixes Zach Ramsay 2017-10-03 19:11:55 -04:00
  • d7cb291fb2 errcheck; sort some stuff out Zach Ramsay 2017-10-03 18:49:20 -04:00
  • 563faa98de address comments, pr #643 Zach Ramsay 2017-10-03 18:12:17 -04:00
  • 9c62ed4595 run linting first for tests Zach Ramsay 2017-09-21 14:33:18 -04:00
  • fe694e1fe1 ... Zach Ramsay 2017-09-21 14:29:58 -04:00
  • bc2aa79f9a linter: sort through each kind and address small fixes Zach Ramsay 2017-09-21 14:13:13 -04:00
  • 48aca642e3 linter: address deadcode, implement incremental lint testing Zach Ramsay 2017-09-21 13:54:34 -04:00
  • 15651a931e linting errors: tackle p2p package Zach Ramsay 2017-09-21 12:38:48 -04:00
  • 68e7983c70 linting errors: afew more Zach Ramsay 2017-09-21 11:42:44 -04:00
  • 8f0237610e linting errors: clean it all up Zach Ramsay 2017-09-21 10:56:42 -04:00
  • b75d4f73e7 errcheck: PR comment fixes Zach Ramsay 2017-09-21 09:55:06 -04:00
  • b3c5933a23 state: return to-be-used function Zach Ramsay 2017-09-21 08:49:19 -04:00
  • 331857c9e6 linting: apply errcheck part2 Zach Ramsay 2017-09-06 13:11:47 -04:00
  • 57ea4987f7 linting: apply errcheck part1 Zach Ramsay 2017-09-06 11:50:43 -04:00
  • d95ba866b8 lint: apply deadcode/unused Zach Ramsay 2017-09-05 16:56:03 -04:00
  • 1721543e5c linting: apply misspell Zach Ramsay 2017-09-05 16:52:25 -04:00
  • 46ccbcbff6 linting: apply 'gofmt -s -w' throughout Zach Ramsay 2017-09-05 16:37:20 -04:00
  • fc33576bac linting: replace megacheck with metalinter Zach Ramsay 2017-09-05 16:21:21 -04:00
  • a0bf6dc1a1 move comment Anton Kaliaev 2017-11-27 16:27:18 -06:00
  • 0981c174cc update README for CheckTx Gas and Fee Ethan Buchman 2017-11-27 22:28:41 +00:00
  • 366bc00b70 Merge pull request #895 from tendermint/894-vagrant-instructions Ethan Buchman 2017-11-27 20:54:32 +00:00
  • ab51bdef99 types.pb.go isnt linted. use nolint :( Ethan Buchman 2017-11-27 20:53:03 +00:00
  • 26d967af7e linter Ethan Buchman 2017-11-27 20:42:30 +00:00
  • 5a46675185 minor things Ethan Buchman 2017-11-27 20:27:18 +00:00
  • e9094fbee3 update changelog Ethan Buchman 2017-11-27 20:19:04 +00:00
  • e08885e3cd minor fix Ethan Buchman 2017-11-27 20:16:35 +00:00
  • 7dc5b746ac types: add gas and fee fields to CheckTx Ethan Buchman 2017-11-27 20:10:11 +00:00
  • fb612e5a7b fixup tests Ethan Buchman 2017-11-27 19:52:06 +00:00