Commit Graph

  • 115e6939d0 Require quotes or 0x<hex> for string args Matt Bell 2017-01-02 18:28:47 -08:00
  • ab211d2dbe Include 'value' and 'valueHex' fields in dummy query response Matt Bell 2017-01-02 18:20:30 -08:00
  • 75ea378a6a Encode dummy query values as hex strings Matt Bell 2017-01-02 18:10:12 -08:00
  • c9b6b6e591 Merge pull request #39 from sjamayee/develop Jae Kwon 2017-01-02 12:37:48 -08:00
  • b0a17b1804 Fix blog link Jae Kwon 2017-01-02 12:12:23 -08:00
  • 99974ddc8b update vagrant setup Anton Kalyaev 2016-12-22 20:26:23 +04:00
  • f30a9752e2 more fixes from review Ethan Buchman 2016-12-23 11:11:22 -05:00
  • c90985d309 test: set log_level=info Ethan Buchman 2016-12-22 22:20:26 -05:00
  • bd222d6e3c test: more unique container names Ethan Buchman 2016-12-22 20:50:13 -05:00
  • 0c01b0ded9 state.State and wal.writeHeight after handshake Ethan Buchman 2016-12-22 19:30:09 -05:00
  • e5fb681615 consensus: remove crankTimeoutPropose from tests Ethan Buchman 2016-12-22 22:02:58 -05:00
  • c9698e4848 fixes from review Ethan Buchman 2016-12-22 21:51:58 -05:00
  • 2645626c33 Merge pull request #3 from tendermint/swap_go_c Ethan Buchman 2016-12-22 21:07:31 -05:00
  • 33e35c4732 go and c strings were swapped Ethan Buchman 2016-12-22 15:44:51 -05:00
  • 0e7694ca94 state: AppHashIsStale -> IntermediateState Ethan Buchman 2016-12-22 15:01:22 -05:00
  • f4e6cf4439 consensus: sync wal.writeHeight Ethan Buchman 2016-12-22 15:01:02 -05:00
  • e4921733df test/persist: use fail-test failure indices Ethan Buchman 2016-12-22 02:49:50 -05:00
  • 69a449a073 test/p2p: use PROXY_APP=persistent_dummy Anton Kalyaev 2016-12-22 01:39:06 +04:00
  • 30328548f7 test/p2p: kill and restart all nodes Anton Kalyaev 2016-12-21 01:36:06 +04:00
  • 57f3592411 fix 2 errors when running p2p tests more than once Anton Kalyaev 2016-12-20 21:16:39 +04:00
  • 1c24031dd2 rename COUNT to ID Anton Kalyaev 2016-12-20 19:28:41 +04:00
  • 3d47ef9d74 fix typo Anton Kalyaev 2016-12-20 19:25:47 +04:00
  • 6488894210 add .vagrant to .gitignore Anton Kalyaev 2016-12-20 19:25:02 +04:00
  • 2f0d31b4b6 test: remove codecov patch threshold Ethan Buchman 2016-12-20 01:47:59 -05:00
  • b2376058a1 blockchain: thread safe store.Height() Ethan Buchman 2016-12-20 00:45:45 -05:00
  • e981ff4e7d tests: shorten timeouts Ethan Buchman 2016-12-19 23:31:56 -05:00
  • b126ca0606 consensus: no internal vars in reactor.String() Ethan Buchman 2016-12-19 23:18:08 -05:00
  • 40b08f2494 consensus: mv timeoutRoutine into TimeoutTicker Ethan Buchman 2016-12-19 22:29:32 -05:00
  • 8211fa6ce4 enterNewRound on HasAll Ethan Buchman 2016-12-19 20:12:37 -05:00
  • 706dd1d6c5 test: dont start cs until all peers connected Ethan Buchman 2016-12-19 19:50:40 -05:00
  • 6bc3b8dc6d test: circle artifacts Ethan Buchman 2016-12-19 13:55:18 -05:00
  • faf23aa0d4 consensus: TimeoutTicker, skip TimeoutCommit on HasAll Ethan Buchman 2016-12-19 10:44:25 -05:00
  • 18b3821e06 glide: update go-wire Ethan Buchman 2016-12-18 00:18:59 -05:00
  • 1bd700ee52 test: automate building consensus/test_data Ethan Buchman 2016-12-18 00:15:10 -05:00
  • 38783e7fa1 types: SignatureEd25519 -> Signature Ethan Buchman 2016-12-18 00:10:14 -05:00
  • dcbb35089f consensus: wal.Flush() and cleanup replay tests Ethan Buchman 2016-12-17 23:43:17 -05:00
  • f33cc3fb3b Merge pull request #325 from tendermint/sign_bytes Ethan Buchman 2016-12-17 21:48:19 -05:00
  • 1b3766d802 types: canonical_json.go Ethan Buchman 2016-12-02 05:01:47 -05:00
  • da8b043612 sign bytes w struct literals zachary balder 2016-11-16 17:20:44 -06:00
  • ed42f70248 types: benchmark WriteSignBytes Ethan Buchman 2016-12-17 13:57:37 -05:00
  • 0204d3c6a6 Merge pull request #330 from tendermint/fix_tests Ethan Buchman 2016-12-17 21:18:14 -05:00
  • 81f91aebc2 test: crank circle timeouts Ethan Buchman 2016-12-17 15:16:58 -05:00
  • de6bba4609 test: randConsensusNet takes more args Ethan Buchman 2016-12-17 13:24:54 -05:00
  • 5f6ad831b0 link to TMSP Blog post jac 2016-12-15 14:47:31 +01:00
  • c3a3cc76d8 Merge pull request #334 from tendermint/release-0.7.4 Ethan Buchman 2016-12-14 10:08:12 -05:00
  • 74ff489e63 shame: version bump 0.7.4 Ethan Buchman 2016-12-14 10:05:25 -05:00
  • 55b47bcb8e Merge pull request #323 from tendermint/release-0.7.4 v0.7.4 Ethan Buchman 2016-12-14 09:44:34 -05:00
  • a552e49b50 Reverts commit f40b1b to a6a67e Ethan Buchman 2016-12-12 23:08:02 -05:00
  • bcd8712ec3 test: more cleanup on p2p Ethan Buchman 2016-12-12 16:00:21 -05:00
  • b212aa0db3 fixes from review Ethan Buchman 2016-12-12 14:12:13 -05:00
  • 8390e88e27 fix flowrate dep and test Ethan Buchman 2016-12-09 01:28:08 -05:00
  • bc95700dcf update README Ethan Buchman 2016-12-09 00:26:19 -05:00
  • 12c6594c9b rpc: remove restriction on DialSeeds Ethan Buchman 2016-12-09 00:26:07 -05:00
  • d800a51da4 test: crank it to eleventy Ethan Buchman 2016-12-07 20:13:52 -05:00
  • 73502fab0d shame: forgot a file Ethan Buchman 2016-12-06 23:16:41 -05:00
  • 2425711734 blockchain: use ApplyBlock Ethan Buchman 2016-12-06 23:01:55 -05:00
  • 6be5bda8c9 types: copy commit bit array Ethan Buchman 2016-12-06 23:01:25 -05:00
  • 2abcde03ad tests: cleanup and fix scripts Ethan Buchman 2016-12-06 22:08:05 -05:00
  • 69ef1da58c types: copy vote set bit array Ethan Buchman 2016-12-06 20:53:02 -05:00
  • 8df32cd540 test: increase proposal timeout Ethan Buchman 2016-12-06 19:54:10 -05:00
  • 3aa06d0851 Try CircleCI timeout extension again Jae Kwon 2016-12-06 04:28:05 -08:00
  • e611e97339 Try to extend CircleCI timeout Jae Kwon 2016-12-06 04:25:31 -08:00
  • 3000c8b349 Update glide w/ TMSP updates Jae Kwon 2016-12-06 04:04:08 -08:00
  • c5f008d60f Fix TMSP tutorial outputs Jae Kwon 2016-12-06 03:57:09 -08:00
  • b3e5d0afa1 Update glide.* Jae Kwon 2016-12-06 03:22:53 -08:00
  • 6f88d04ac4 call db.SetSync when necessary Jae Kwon 2016-12-06 02:52:07 -08:00
  • 1c16ce8cf0 Update go-db and tmsp Jae Kwon 2016-12-06 02:18:13 -08:00
  • 5e83e481bf Fix tests; Update go-merkle API Jae Kwon 2016-12-06 02:15:32 -08:00
  • 7f507d69fa Include pwd dir to StartProcess Jae Kwon 2016-12-06 02:08:05 -08:00
  • 070728429b Upgrade autofile and merkle Jae Kwon 2016-12-06 01:59:21 -08:00
  • 0416e0aa9c Close opened files Jae Kwon 2016-12-06 01:46:23 -08:00
  • 70e694ee76 Fix ThrottleTimer null-pointer error / race condition Jae Kwon 2016-12-06 01:39:04 -08:00
  • 918f76f96a Remove flowcontrol Jae Kwon 2016-12-06 01:26:05 -08:00
  • 4202c4bf20 Fix Merge pull request #319 Jae Kwon 2016-12-06 01:16:13 -08:00
  • eab2baa363 use go-flowrate instead of flowcontrol Jae Kwon 2016-12-04 18:20:18 -08:00
  • dc436e72f9 Merge pull request #255 from tendermint/broadcast_tx_grpc Ethan Buchman 2016-12-02 00:31:40 -05:00
  • b74a97a4f6 update grpc broadcast tx Ethan Buchman 2016-11-30 17:28:41 -05:00
  • 2ef695da97 include check/append responses in broadcast_tx_commit Ethan Buchman 2016-08-27 16:37:52 -04:00
  • db437e7a45 broadcast_tx via grpc Ethan Buchman 2016-06-21 13:19:49 -04:00
  • 538a50c9e8 Merge pull request #319 from tendermint/valset Ethan Buchman 2016-12-02 00:28:07 -05:00
  • 0fe53dc5cf remove privValIndex; Stale->AppHashIsStale Ethan Buchman 2016-12-02 00:12:06 -05:00
  • 5e2a1d3e30 Fix tests; Support 'leveldb' for legacy Jae Kwon 2016-11-30 20:22:35 -08:00
  • 5ab5538d6c Move cleveldb to own file w/ build tag condition 'gcc' Jae Kwon 2016-11-30 20:15:29 -08:00
  • 8b80f8ee05 feature flag: pex reactor Ethan Buchman 2016-11-30 22:58:47 -05:00
  • 2cee364692 addrbook: toggle strict routability Ethan Buchman 2016-11-30 22:57:21 -05:00
  • 226eb6554f Support for Run() convenience function Jae Kwon 2016-11-29 16:55:32 -08:00
  • 9f81134388 Add support for levigo bindings Jae Kwon 2016-11-29 16:06:36 -08:00
  • 3e7c7f51fa update glide Ethan Buchman 2016-11-23 19:44:25 -05:00
  • 40448a3897 types: update LastBlockInfo and ConfigInfo Ethan Buchman 2016-11-23 18:23:35 -05:00
  • 2dce41ad6a types: pretty print validators Ethan Buchman 2016-11-23 18:22:44 -05:00
  • e813b8c71d counter: fix tx buffer overflow Ethan Buchman 2016-11-23 18:22:22 -05:00
  • 2f9063c1d6 consensus: test validator set change Ethan Buchman 2016-11-23 18:20:46 -05:00
  • 65496ace20 test: tmsp query result is json Ethan Buchman 2016-11-22 21:50:54 -05:00
  • 64c7a0ad0d update glide Ethan Buchman 2016-11-22 21:28:57 -05:00
  • f4e97a5db1 Merge pull request #37 from tendermint/valset Ethan Buchman 2016-11-22 21:10:26 -05:00
  • 37b5cca87c update cli example for new query result format Ethan Buchman 2016-11-22 21:06:50 -05:00
  • ef3eb4a30e update glide Ethan Buchman 2016-11-22 21:06:39 -05:00
  • dc13ec05a1 NewIAVLTree takes waldir Ethan Buchman 2016-11-22 20:44:41 -05:00
  • 5046d5b181 more handshake replay cleanup Ethan Buchman 2016-11-22 18:55:42 -05:00
  • 6f8c91b651 use NewValidator; fix setPrivValidatorIndex Ethan Buchman 2016-11-19 20:34:07 -05:00