Commit Graph

1077 Commits

Author SHA1 Message Date
Jae Kwon de6f76758d Group (code,data,log) return values into types.Result 2016-03-20 17:10:59 -07:00
Jae Kwon 9b4b533f2f Pretty print JSON 2016-03-19 16:58:15 -07:00
Jae Kwon 3f6f149584 Revert "Fix tendermint_test config -- Address() spec has changed"
This reverts commit 8598283735.
2016-03-15 15:57:18 -07:00
Jae Kwon 8598283735 Fix tendermint_test config -- Address() spec has changed 2016-03-15 15:18:19 -07:00
Jae Kwon 81ba1e6177 Use go-crypto's CRand* 2016-03-13 10:01:32 -07:00
Jae Kwon 18d0da4ea3 Remove BeginBlock 2016-03-06 18:02:29 -08:00
Jae Kwon 3adb579cf1 Merge branch 'blockchain_aware' 2016-03-06 15:08:52 -08:00
Jae Kwon 2c1504f93c Reap takes maxTxs 2016-03-06 15:08:32 -08:00
Jae Kwon 03115cbf93 Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
Jae Kwon fd85d0ef35 Merge pull request #192 from tendermint/params
configurable params, other fixes
2016-03-06 11:27:19 -08:00
Jae Kwon 16437867ff Starting to use tmsp.BlockchainAware 2016-03-05 20:57:36 -08:00
Ethan Buchman 08df13b16e update glide.lock 2016-03-05 17:22:59 -05:00
Ethan Buchman 06a7bb531b consensus: dont allow peer round states to decrease 2016-03-05 16:41:54 -05:00
Ethan Buchman 94f3d201e1 drop mempool_reap. use block_size=-1 instead 2016-03-05 16:41:54 -05:00
Jae Kwon 11e0f7ed8e Update README.md 2016-03-03 16:54:23 -08:00
Ethan Buchman 085b3bc1f2 consensus: don't wait for wal if conS not running 2016-03-03 06:32:08 +00:00
Ethan Buchman 05af306a8d rpc: unsafe_set_config 2016-03-03 06:32:08 +00:00
Ethan Buchman 4430073fab dont log bad block part if round mismatch 2016-03-03 06:32:03 +00:00
Ethan Buchman 3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 2016-03-03 06:31:59 +00:00
Ethan Buchman 69d906f7dd drain internalMsgQueue and wait for cswal on quit 2016-02-29 18:02:22 -05:00
Ethan Buchman c9ec9cf00e config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
Ethan Buchman 2c1324656b support local app reqRes 2016-02-27 07:03:31 +00:00
Ethan Buchman 94a1978ce4 allow nil or dummy for in-proc 2016-02-26 21:29:46 -05:00
Ethan Buchman e2920d9702 use nil-app for in-proc 2016-02-26 20:07:04 -05:00
Jae Kwon b987d38505 s/TMSPClient/Client/g 2016-02-21 23:56:46 -08:00
Jae Kwon 5266b56f43 Conform to TMSP NewServer 2016-02-21 23:45:10 -08:00
Ethan Buchman ade64693bd w(oop)s 2016-02-19 02:11:50 +00:00
Ethan Buchman 254baa19f3 fixes for go-rpc unix socket updates 2016-02-19 02:06:11 +00:00
Ethan Buchman 254693bf86 rpc_laddr is a list 2016-02-19 00:21:07 +00:00
Jae Kwon cc18b5f38e Add update_deps 2016-02-15 17:29:52 -08:00
Jae Kwon d31d3c58ad Recheck txs 2016-02-14 17:00:33 -08:00
Jae Kwon d17d4fa106 Fix tmsp/example import paths 2016-02-14 15:03:55 -08:00
Jae Kwon a6d37a49a2 s/GetHash/Commit/g 2016-02-14 13:11:01 -08:00
Jae Kwon 1da8729e09 Fix license. It should have been GPLv3 2016-02-09 08:42:17 -08:00
Jae Kwon 6a209ba3a8 Fix a block condition where cb is called immediately 2016-02-08 15:38:18 -08:00
Jae Kwon a7523015f7 Fix fix -- ignore cb if mempool broadcastTx cb is nil 2016-02-08 15:25:25 -08:00
Jae Kwon 7613557528 Fix bug in mempool broadcastTx for duplicate txs 2016-02-08 15:22:49 -08:00
Jae Kwon 3092d4bbe9 Fix typo, broadcast_tx_asyn(c) 2016-02-08 15:14:41 -08:00
Jae Kwon df2933d40d Merge branch 'blackstar' 2016-02-08 13:49:27 -08:00
Jae Kwon a4f57e164b BroadcastTx results 2016-02-08 00:48:58 -08:00
Ethan Buchman 50ac66f79b fast sync fixes 2016-02-07 16:56:59 -08:00
Ethan Buchman cbf7ad61f3 change local app to dummy from counter 2016-02-06 11:07:50 -05:00
Ethan Buchman 16cd15b048 expose ports in dockerfile 2016-02-05 23:46:45 -05:00
Jae Kwon baa18fb0f7 Docker image has home dir 2016-02-04 22:11:47 -08:00
Jae Kwon f9da9fbfed Improved README.md 2016-02-04 21:21:13 -08:00
Jae Kwon 6c9428a3c9 Add support for nodejs5 2016-02-04 20:27:35 -08:00
Jae Kwon f1b48ff009 Use protobuf enums for CodeType 2016-02-04 18:41:29 -08:00
Jae Kwon a73a65a45b Use protobuf enums 2016-02-04 18:41:29 -08:00
Jae Kwon 3f49b509d2 Conform to protobuf TMSP 2016-02-04 18:41:29 -08:00
Ethan Buchman fe660580a4 catchup replay fix 2016-02-02 23:05:24 -05:00