Commit Graph

  • d236e0eef9 Fix trailing whitespace in tutorial test Ethan Frey 2017-10-18 13:28:24 +02:00
  • bae4e4acce Fix up commits, debug cli tests Ethan Frey 2017-10-18 13:13:18 +02:00
  • 9aff9f94dd dummy app now uses iavl Ethan Frey 2017-10-18 12:46:51 +02:00
  • 5231003bfc Merge pull request #115 from tendermint/socket_client_StopOnErrorDeadlock-fix Ethan Buchman 2017-10-18 20:54:42 -04:00
  • fa56e8c0ce Merge pull request #676 from tendermint/state-unexpose-genesisDoc-chainID Ethan Buchman 2017-10-18 20:10:02 -04:00
  • fc406d1657 docs: update abci example details [ci skip] Zach Ramsay 2017-10-18 16:30:51 -04:00
  • 9dcefd0e1e Merge pull request #754 from tendermint/improve-docs Zach 2017-10-18 13:04:12 -04:00
  • a2dc53d43d Merge pull request #757 from tendermint/756-specification-validators Zach 2017-10-18 13:02:13 -04:00
  • b9c4fab96e correct an error in validator's specification [ci skip] (Refs #756) Anton Kaliaev 2017-10-18 19:23:30 +04:00
  • fa07dbd7ec docs: add info about tm-migrate Zach Ramsay 2017-10-18 08:47:58 -04:00
  • 9b382d7a11 docs: remove mention of type byte Zach Ramsay 2017-10-18 08:00:01 -04:00
  • 46d94f8325 socketClient: fix and test for StopForError deadlock Emmanuel Odeke 2017-10-17 22:08:17 -06:00
  • 45095e83e7 add Write method to autofile/Group Anton Kaliaev 2017-10-17 16:48:44 +04:00
  • 498fb1134a write docs for autofile/group Anton Kaliaev 2017-10-17 16:26:52 +04:00
  • 8e5266a9ef Merge pull request #62 from tendermint/tests-fix Anton Kaliaev 2017-10-17 16:06:41 +04:00
  • 75b78bfb72 panic on marshal/unmarshal failures for genesisDoc Anton Kaliaev 2017-10-17 13:33:57 +04:00
  • 1f15ade60d Merge pull request #61 from tendermint/60-cmn-gopath-needs-a-default Anton Kaliaev 2017-10-17 12:26:20 +04:00
  • b234f7aba2 Merge pull request #741 from tendermint/client-compile-time-assertions Ethan Buchman 2017-10-17 03:41:24 -04:00
  • 0b22b27bbb avoid infinite recursion by proxying to iterator Anton Kaliaev 2017-10-16 22:38:37 +04:00
  • bff069f83c types: ConsensusParams test + document the ranges/limits Emmanuel Odeke 2017-10-15 15:29:31 -06:00
  • 616b07ff6b make AppOptions an interface{} Anton Kaliaev 2017-10-13 13:34:47 +04:00
  • b26f812399 update changelog Anton Kaliaev 2017-10-05 12:05:12 +04:00
  • 321061125f add app_options to GenesisDoc (Refs #564) Anton Kaliaev 2017-10-05 12:02:02 +04:00
  • 6469e2ccca save genesis doc in DB to prevent user errors Anton Kaliaev 2017-10-13 13:11:16 +04:00
  • c4646bf87f make state#Params not a pointer Anton Kaliaev 2017-10-13 12:43:14 +04:00
  • 716364182d [state] expose ChainID and Params Anton Kaliaev 2017-10-12 14:50:09 +04:00
  • 1971e149fb ChainID() and Params() do not return errors Anton Kaliaev 2017-10-05 16:50:05 +04:00
  • 7939d62ef0 all, state: unexpose GenesisDoc, ChainID fields make them accessor methods Emmanuel Odeke 2017-09-22 18:17:21 -06:00
  • 4c1f1e4e57 Merge pull request #746 from srmo/701-add-dev-docs-in-java Zach 2017-10-15 11:02:36 -04:00
  • 09170f76fe Merge pull request #743 from tendermint/zramsay-patch-1 Zach 2017-10-15 11:01:19 -04:00
  • 9e1edf8685 [docs] add Java examples for each section srmo 2017-10-15 13:45:43 +02:00
  • e7fe299504 [docs] replace all GO snippets with collapsible blocks srmo 2017-10-15 12:21:06 +02:00
  • b90edffe28 [docs] add first java block for deliverTx srmo 2017-10-15 12:00:08 +02:00
  • f361092ed9 [docs] provide means to have collapsible code blocks without adding a new theme srmo 2017-10-15 11:59:37 +02:00
  • c0e373bad0 bump bucky fermions Ethan Buchman 2017-10-14 08:46:06 -04:00
  • a1e0f0ba95 docs/ecosystem: add py-tendermint to abci-servers Ethan Buchman 2017-10-14 00:59:34 -04:00
  • 95048b21b2 Added fermion to bucky Greg Szabo 2017-10-13 21:45:17 -04:00
  • 5f218a43fd rpc/client: use compile time assertions instead of methods Emmanuel Odeke 2017-10-13 00:11:20 -06:00
  • 7fe470fc76 Update getting-started.rst Zach 2017-10-13 14:50:54 -04:00
  • cd2ad19db4 Merge pull request #57 from tendermint/feature/improve-db-interface Anton Kaliaev 2017-10-13 18:31:05 +04:00
  • d490c25807 Merge pull request #720 from tendermint/types-heartbeat-test Ethan Buchman 2017-10-13 09:22:59 -04:00
  • 340f33b475 Merge pull request #734 from tendermint/482-support-historical-abci-queries Ethan Buchman 2017-10-13 09:14:32 -04:00
  • 639aedd5a1 Changed wallets Greg Szabo 2017-10-13 08:31:15 -04:00
  • 6b1e3bcee3 Add comments about copying Alexis Sellier 2017-10-13 13:03:43 +02:00
  • 7518c4a9be [rpc] update comment [ci skip] Anton Kaliaev 2017-10-13 15:02:49 +04:00
  • db413aadfd fixes from @cloudhead review Anton Kaliaev 2017-10-11 16:50:11 +04:00
  • 5433e5771e support historical abci queries (Refs #482) Anton Kaliaev 2017-10-11 01:31:31 +04:00
  • 43c86c2a9c Ansible 2.2 compatibility fix Greg Szabo 2017-10-12 14:55:24 -04:00
  • 7aa0957fc5 Changed fermion numbers Greg Szabo 2017-10-12 14:42:59 -04:00
  • e0fbe6fb3e Version parsing changed in build to accommodate Gaia's extra space Greg Szabo 2017-10-12 14:08:29 -04:00
  • 51d74ebdfa Zaki added Greg Szabo 2017-10-12 12:49:26 -04:00
  • 7872ade626 testnet specification fixes Greg Szabo 2017-10-12 10:17:38 -04:00
  • 8e7f0e7701 Upgrade keys to use bcrypt with salts (#38) Adrian Brink 2017-10-12 14:26:59 +02:00
  • f152658f6c Introducing neutrino denom Greg Szabo 2017-10-11 13:05:15 -04:00
  • e2e50bc0fc rpc: use /iavl repo in test (#713) Zach Ramsay 2017-10-11 10:35:22 -04:00
  • 7166252a52 add codeowners file [ci skip] Anton Kaliaev 2017-10-11 12:48:05 +04:00
  • 35e38e8932 call go env GOPATH if env var is not found (Refs #60) Anton Kaliaev 2017-10-11 12:42:54 +04:00
  • 27245ce6f6 Merge branch 'master' into develop Ethan Buchman 2017-10-10 19:12:40 -04:00
  • d4634dc683 Merge pull request #729 from tendermint/release/0.11.1 v0.11.1 Ethan Buchman 2017-10-10 18:50:15 -04:00
  • 8c08fc671c fix version Ethan Buchman 2017-10-10 18:47:28 -04:00
  • 32dec98c1c example: fix func suffix Zach Ramsay 2017-10-10 17:33:51 -04:00
  • a2d40580d7 Merge pull request #732 from sbellem/docs-install-typo-fix Ethan Buchman 2017-10-10 11:22:39 -04:00
  • 0011af7adf Merge pull request #727 from sbellem/docs-typo-fix Ethan Buchman 2017-10-10 11:20:34 -04:00
  • 1764106606 [docs: typo fix] add missing "have" Sylvain Bellemare 2017-10-10 17:15:35 +02:00
  • 3356544706 update changelog Ethan Buchman 2017-10-10 11:10:48 -04:00
  • 335e012b6a Merge branch 'develop' into release/0.11.1 Ethan Buchman 2017-10-10 11:08:14 -04:00
  • a458da8f92 Merge pull request #724 from tendermint/708-leaving-out-params-crashes-tm-rpc Ethan Buchman 2017-10-10 10:53:21 -04:00
  • 9fb45c5b5a remove a stale comment Ethan Buchman 2017-10-10 10:52:26 -04:00
  • aae4e94998 make RPCRequest params not a pointer Anton Kaliaev 2017-10-10 13:50:06 +04:00
  • d935a4f0a8 recover from panic in WS JSON RPC readRoutine Anton Kaliaev 2017-10-10 13:48:56 +04:00
  • 5c331d8276 log a notification to help debug user issues Anton Kaliaev 2017-10-10 13:01:25 +04:00
  • 13b9de6778 return missing package declaration Anton Kaliaev 2017-10-10 12:48:36 +04:00
  • dc0e8de9b0 extract some of the consensus types into ./types Anton Kaliaev 2017-10-10 12:39:21 +04:00
  • 90a2335267 bump version to 0.11.1 Anton Kaliaev 2017-10-10 01:18:33 +04:00
  • 99c4e48038 return missing package declaration Anton Kaliaev 2017-10-10 01:14:42 +04:00
  • 4bd4d59af5 update changelog [ci skip] Anton Kaliaev 2017-10-10 01:14:00 +04:00
  • 8219abc552 [docs:typo fix] remove misplaced "the" Sylvain Bellemare 2017-10-09 20:06:43 +02:00
  • a754009f6b Merge pull request #60 from tendermint/feature/jenkins Anton Kaliaev 2017-10-09 17:39:05 +04:00
  • d6a87d3c43 [rpc] DumpConsensusState: output state as json rather than string Anton Kaliaev 2017-10-09 14:09:26 +04:00
  • a3adac3787 [rpc] do not try to parse params if they were not provided (Refs #708) Anton Kaliaev 2017-10-09 13:30:52 +04:00
  • 6544b4fb77 Merge pull request #59 from tendermint/develop Anton Kaliaev 2017-10-06 16:57:26 +04:00
  • 8869363697 update readme info Zach Ramsay 2017-10-06 08:33:23 -04:00
  • 38d51cf9cd [tm-monitor/tm-bench] fewer platforms Anton Kaliaev 2017-10-06 14:54:59 +04:00
  • f73b089e3f Merge pull request #57 from tendermint/develop Anton Kaliaev 2017-10-06 14:12:59 +04:00
  • 94ed32b80d add CODEOWNERS Anton Kaliaev 2017-10-06 14:09:41 +04:00
  • 47931208b5 Merge pull request #56 from tendermint/develop Anton Kaliaev 2017-10-06 12:16:21 +04:00
  • f927f0a736 Merge branch 'master' into develop Anton Kaliaev 2017-10-06 12:16:07 +04:00
  • 43f8ea58ba Merge pull request #44 from tendermint/bugfix/ws-io-timeout Anton Kaliaev 2017-10-06 12:06:01 +04:00
  • 4c4a945658 [tm-bench] update deps Anton Kaliaev 2017-10-06 12:04:44 +04:00
  • 769c7d015e [tm-bench] bump version to 0.2.0 Anton Kaliaev 2017-10-06 11:36:07 +04:00
  • 989ff83c4c [tm-bench] refactor code Anton Kaliaev 2017-10-06 11:34:34 +04:00
  • 9708c66576 [tm-monitor] bump version to 0.3.0 Anton Kaliaev 2017-10-06 11:05:43 +04:00
  • cd7666c4ce [tm-monitor] update deps Anton Kaliaev 2017-10-06 11:04:40 +04:00
  • 76da726d2a Changed transaction message size to 250 bytes Greg Szabo 2017-08-23 14:42:54 -04:00
  • 279d6a0ebb Typo fix in transacter.go Greg Szabo 2017-08-23 11:04:04 -04:00
  • 45a7ae2e62 Fixes to tm-bench transaction content - Initialize random with current time as seed so transaction messages are different at every run - Added hash of hostname to make transactions coming from different hosts different in every case - Added current time to transaction to make sure that messages are different even if random numbers are the same in subsequent runs - Shortened the transaction size to 64 bytes from the original 250 Greg Szabo 2017-08-23 10:57:14 -04:00
  • cd5173f9a5 update tm-bench Anton Kaliaev 2017-08-14 14:56:47 -04:00
  • e1e50843ed update tm-monitor Anton Kaliaev 2017-08-14 14:47:11 -04:00
  • 9667e027f3 [tm-monitor] fix TestNodeConnectionLost test Anton Kaliaev 2017-08-08 15:57:10 -04:00
  • 42f58ceb4b [tm-monitor] call latency callback in a separate goroutine Anton Kaliaev 2017-08-08 15:44:16 -04:00