Commit Graph

  • b6a04a3456 more fixes from review Ethan Buchman 2017-04-18 20:10:02 -04:00
  • f4d0076344 TxResult includes Tx. /tx only works if indexer active Ethan Buchman 2017-04-18 19:56:41 -04:00
  • d572bb0c5d state/txindex and pkg per indexer impl Ethan Buchman 2017-04-18 19:29:02 -04:00
  • 8bb25ec5ed update paths Ethan Buchman 2017-04-18 18:17:02 -04:00
  • 2f8551d3b6 go-common -> tmlibs Ethan Buchman 2017-04-18 17:56:05 -04:00
  • 900be74e8f update import paths Ethan Buchman 2017-04-18 16:33:51 -04:00
  • 6f49ba4c3e merge go-process Ethan Buchman 2017-04-18 16:33:44 -04:00
  • 5b4dcddb59 Merge remote-tracking branch 'process/master' into unstable Ethan Buchman 2017-04-18 16:33:44 -04:00
  • 024fcb4fdb merge go-logger Ethan Buchman 2017-04-18 16:33:43 -04:00
  • e8ab6b7496 Merge remote-tracking branch 'logger/master' into unstable Ethan Buchman 2017-04-18 16:33:43 -04:00
  • 44274eeb58 merge go-flowrate Ethan Buchman 2017-04-18 16:33:42 -04:00
  • 125e25a929 Merge remote-tracking branch 'flowrate/master' into unstable Ethan Buchman 2017-04-18 16:33:42 -04:00
  • fe92e62a19 merge go-events Ethan Buchman 2017-04-18 16:33:40 -04:00
  • 3e8b7df789 Merge remote-tracking branch 'events/master' into unstable Ethan Buchman 2017-04-18 16:33:39 -04:00
  • fdbb10827d merge go-db Ethan Buchman 2017-04-18 16:33:35 -04:00
  • d234a164f7 Merge remote-tracking branch 'db/master' into unstable Ethan Buchman 2017-04-18 16:33:32 -04:00
  • acbd7caaf8 merge go-clist Ethan Buchman 2017-04-18 16:33:27 -04:00
  • 7ed7422e7f Merge remote-tracking branch 'clist/master' into unstable Ethan Buchman 2017-04-18 16:33:27 -04:00
  • a893bb119b merge go-autofile Ethan Buchman 2017-04-18 16:33:26 -04:00
  • e01445ea94 Merge remote-tracking branch 'autofile/master' into unstable Ethan Buchman 2017-04-18 16:33:26 -04:00
  • 356657a37b move all files to common/ to begin repo merge Ethan Buchman 2017-04-18 16:33:22 -04:00
  • 5aecd32554 merge.sh file for the repo merge Ethan Buchman 2017-04-18 16:33:07 -04:00
  • 9643f60bc2 Merge pull request #5 from tendermint/iterate-data Ethan Buchman 2017-04-18 15:47:42 -04:00
  • f9e3db0373 Merge pull request #11 from tendermint/develop Ethan Buchman 2017-04-18 15:39:03 -04:00
  • 2ac69176e1 add a comment for MConnection#CanSend Anton Kaliaev 2017-04-18 12:11:48 +04:00
  • f285114579 add Erlang implementation to readme [ci skip] [circleci skip] Anton Kaliaev 2017-04-15 11:00:47 +04:00
  • 00847cdc6b blockpool: fix removePeer bug Ethan Buchman 2017-04-15 02:22:03 -04:00
  • 35a2a58ac0 update minikube version Anton Kaliaev 2017-04-14 18:38:31 +04:00
  • fbedb426ce tests for NetAddress Anton Kaliaev 2017-04-14 16:37:07 +04:00
  • 6dc113aa80 [netaddress] panic only when normal run Anton Kaliaev 2017-04-14 14:56:02 +04:00
  • ebe23f1379 refactor MConnection#sendBytes Anton Kaliaev 2017-04-14 14:21:58 +04:00
  • 06d219db8e test peer with no auth enc Anton Kaliaev 2017-04-14 12:43:28 +04:00
  • 0ca2c6fdb0 Merge pull request #9 from tendermint/develop Ethan Buchman 2017-04-13 18:50:47 -04:00
  • 16bffdf7ab rpc/test: restore txindexer after setting null Ethan Buchman 2017-04-13 16:38:44 -04:00
  • c648bd5b31 Test /tx with indexer disabled Ethan Frey 2017-04-13 22:26:07 +02:00
  • 6e065affe5 rpc: /tx allows height+hash Ethan Buchman 2017-04-13 16:04:20 -04:00
  • 4ee9acb8a7 Improve tx tests for both prove true/false Ethan Frey 2017-04-13 21:20:21 +02:00
  • 20458564b2 Expose Tx method in the clients Ethan Frey 2017-04-13 21:49:21 +02:00
  • c848056438 rpc: better arg validation for /tx Ethan Buchman 2017-04-13 15:18:58 -04:00
  • b33a7c46ce Break new Tx rpc endpoint Ethan Frey 2017-04-13 20:43:16 +02:00
  • a4ee7d25d1 Add TxIndexEnabled method to ResultStatus Ethan Frey 2017-04-13 20:20:41 +02:00
  • 58c860ba11 rpc/test: /tx Ethan Buchman 2017-04-13 14:18:35 -04:00
  • 90d1ed87fd add tx_indexer to NodeInfo Ethan Buchman 2017-04-13 14:18:20 -04:00
  • 714fdaee3b Merge pull request #9 from tendermint/bugfix/check-for-error-returned-by-impl Ethan Buchman 2017-04-13 13:52:23 -04:00
  • df35989742 /tx can take height+index or hash Ethan Buchman 2017-04-13 13:47:48 -04:00
  • 23dbd0c8c3 enable tx_indexer by default Ethan Buchman 2017-04-13 13:36:12 -04:00
  • 257d81ddd1 rpc/core/types: uintX -> int Ethan Buchman 2017-04-13 13:35:16 -04:00
  • 1d01f6af98 2 kinds of peers: outbound and inbound Anton Kaliaev 2017-04-13 12:36:16 +04:00
  • 715b8c629f use the peer struct to simulate remote peer Anton Kaliaev 2017-04-13 12:09:43 +04:00
  • a63e1bb2dc fix possible panic Anton Kaliaev 2017-04-13 12:08:57 +04:00
  • 5965578c56 [fuzz] only one way to set config variables Anton Kaliaev 2017-04-13 11:55:14 +04:00
  • 3b96458416 specify ubuntu version in readme Anton Kaliaev 2017-04-13 11:26:37 +04:00
  • 4671c44b2d Merge pull request #13 from tendermint/allow-for-multiple-restarts Ethan Buchman 2017-04-12 19:32:24 -04:00
  • 052c2c1575 Merge pull request #11 from tendermint/feature/refactor-tests Ethan Buchman 2017-04-12 19:32:14 -04:00
  • 4b30cb3083 test: check err on cmd.Wait Ethan Buchman 2017-04-12 19:30:05 -04:00
  • 585ce45a5e rpc: dial_seeds msg. addresses #403 Ethan Buchman 2017-04-12 19:12:22 -04:00
  • 6899c91ebe add optional 'prove' flag to /tx Ethan Buchman 2017-04-12 18:55:00 -04:00
  • 7fb0e8b30b Merge branch 'feature/tx-proof' into feature/237-tx-indexing Ethan Buchman 2017-04-12 18:48:39 -04:00
  • a1387c7c17 remove expected panic in test Ethan Buchman 2017-04-12 18:45:37 -04:00
  • ffe6d58a58 add Height to ResultBroadcastTxCommit and EventDataTx Ethan Buchman 2017-04-12 18:33:48 -04:00
  • 2a59cda77e /tx returns tx bytes Ethan Buchman 2017-04-12 18:18:17 -04:00
  • 8c38543357 fix error msg Ethan Buchman 2017-04-12 18:15:51 -04:00
  • 2742831fb9 Merge pull request #443 from tendermint/draw_deps Ethan Buchman 2017-04-12 17:50:38 -04:00
  • 6bcbd14d5a Add line counting badge Adrian Brink 2017-03-23 12:52:04 +01:00
  • cf875a51fd Fix draw_deps in Makefile and add resulting dependency graph Adrian Brink 2017-03-22 23:15:03 +01:00
  • c34e136be9 update go-rpc to support map and array params Ethan Buchman 2017-04-12 13:44:10 -04:00
  • c3295f4878 RPCRequest.Params can be map[string]interface{} or []interface{} Ethan Buchman 2017-04-12 13:42:19 -04:00
  • 705e7bd577 Implemented and tested Txs.Index, hopefully better coverage Ethan Frey 2017-04-03 17:21:30 +02:00
  • 285a2a7061 More thorough testing of mutated bytes, use fixed go-wire Ethan Frey 2017-04-03 16:57:34 +02:00
  • fd68bc7cfd Test Tx proofs secure Ethan Frey 2017-04-03 16:18:03 +02:00
  • 28307fd4c9 Add proof generation for one tx Ethan Frey 2017-04-03 15:45:09 +02:00
  • 7dcc3dbcd1 test peer Anton Kaliaev 2017-04-11 19:47:05 +04:00
  • 72b2be51ec Merge pull request #446 from tendermint/fix-develop Ethan Buchman 2017-04-11 16:16:10 -04:00
  • 9775ecde99 update glide Ethan Buchman 2017-04-11 15:25:28 -04:00
  • c0f026a9b3 update go-rpc to fix race condition Ethan Frey 2017-04-11 13:42:45 +02:00
  • ac86e664c7 Revert "Undo last two commits" Ethan Buchman 2017-04-11 15:44:36 -04:00
  • c39e001a95 Merge pull request #22 from tendermint/persistent Ethan Buchman 2017-04-11 13:40:06 -04:00
  • 8067cdb5f2 fix closing conn Ethan Buchman 2017-04-11 12:42:11 -04:00
  • 9d18cbe74e Remove race condition between read go-routine and stop Ethan Frey 2017-04-11 13:29:49 +02:00
  • d1fc37ff9e Undo last two commits Ethan Frey 2017-04-11 12:57:06 +02:00
  • 7fbe8e47d4 fix tests Ethan Buchman 2017-04-10 17:32:48 -04:00
  • d7c5690f17 index by bytes. add TxID to broadcast_tx responses Ethan Buchman 2017-04-10 17:18:22 -04:00
  • d3069b0f5b Update abci develop Ethan Frey 2017-04-10 22:46:03 +02:00
  • 31eafe8f8e Update dependencies to newest develop branches Ethan Frey 2017-04-10 22:24:54 +02:00
  • ebd3929c0d Merge pull request #18 from tendermint/13-reconnect-to-seeds Ethan Buchman 2017-04-10 16:21:02 -04:00
  • 9a1a6c56b4 dont expose makePersistent Ethan Buchman 2017-04-10 16:04:55 -04:00
  • b6f744c732 fix AddPeerWithConnection Ethan Buchman 2017-04-10 16:03:14 -04:00
  • a9bb6734e7 SetDeadline for authEnc. Stop peer if Add fails Ethan Buchman 2017-04-10 15:59:32 -04:00
  • e4e17a2c95 Play well with go-{rpc,crypto,data}:develop Ethan Frey 2017-04-10 21:16:41 +02:00
  • 8bb3a2e1d7 persistent peers (Refs #13) Anton Kaliaev 2017-04-07 14:57:03 +04:00
  • f88d56b2f8 add glide Anton Kaliaev 2017-04-10 15:17:49 +04:00
  • 5b0489cdb4 use plain struct instead of go-config Anton Kaliaev 2017-04-06 16:43:45 +04:00
  • b8a939a894 test non persistent mconnection Anton Kaliaev 2017-04-05 01:49:01 +04:00
  • 2b02843453 remove unused const Anton Kaliaev 2017-04-05 00:17:58 +04:00
  • 5be72672fe use golang time datatype instead of time units in name Anton Kaliaev 2017-04-05 00:14:24 +04:00
  • 549d3bd09a tests for MConnection Anton Kaliaev 2017-04-04 23:13:09 +04:00
  • 868017cf1a import go-common as cmn Anton Kaliaev 2017-04-04 19:28:28 +04:00
  • 3478de50a1 no need for map - tx responses should arrive in order (Refs #237) Anton Kaliaev 2017-04-10 22:41:07 +04:00
  • 63704454a3 expose /tx?hash="XXXXXXXXXXXX" RPC call Anton Kaliaev 2017-02-22 14:53:59 +04:00
  • b08f29cb71 add config option for tx indexing and disable it by default Anton Kaliaev 2017-02-22 12:15:53 +04:00