Commit Graph

  • 264d2a3eef Add seed-able cryptographic random. Jae Kwon 2016-03-13 09:40:15 -07:00
  • 389e4b8b69 config: toggle authenticated encryption Ethan Buchman 2016-03-10 19:07:01 -05:00
  • 18d0da4ea3 Remove BeginBlock Jae Kwon 2016-03-06 18:02:29 -08:00
  • 61c34ade0d Remove BeginBlock Jae Kwon 2016-03-06 17:57:47 -08:00
  • 3adb579cf1 Merge branch 'blockchain_aware' Jae Kwon 2016-03-06 15:08:52 -08:00
  • 2c1504f93c Reap takes maxTxs Jae Kwon 2016-03-06 15:08:32 -08:00
  • 03115cbf93 Fix tests; Tests run in their own directory Jae Kwon 2016-03-06 15:05:50 -08:00
  • 1bc871162d Conform to new go-config behavior; ApplyConfig not needed Jae Kwon 2016-03-06 12:33:07 -08:00
  • 84391b36d3 Conform to new go-config default config behavior Jae Kwon 2016-03-06 12:31:22 -08:00
  • f28f791fff make some params configurable Ethan Buchman 2016-03-02 22:32:39 +00:00
  • fd85d0ef35 Merge pull request #192 from tendermint/params Jae Kwon 2016-03-06 11:27:19 -08:00
  • 16437867ff Starting to use tmsp.BlockchainAware Jae Kwon 2016-03-05 20:57:36 -08:00
  • 36c25f242f s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock Jae Kwon 2016-03-05 19:18:34 -08:00
  • 08df13b16e update glide.lock Ethan Buchman 2016-03-05 17:22:59 -05:00
  • 06a7bb531b consensus: dont allow peer round states to decrease Ethan Buchman 2016-03-05 01:18:14 -05:00
  • 94f3d201e1 drop mempool_reap. use block_size=-1 instead Ethan Buchman 2016-03-04 22:17:55 +00:00
  • 7f6aad20fb Add note on nondeterminism of Broadcast Jae Kwon 2016-03-04 22:04:05 -08:00
  • 11e0f7ed8e Update README.md Jae Kwon 2016-03-03 16:54:23 -08:00
  • 085b3bc1f2 consensus: don't wait for wal if conS not running Ethan Buchman 2016-03-03 06:18:32 +00:00
  • 05af306a8d rpc: unsafe_set_config Ethan Buchman 2016-03-03 06:18:11 +00:00
  • 4430073fab dont log bad block part if round mismatch Ethan Buchman 2016-03-02 21:38:05 +00:00
  • 3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap Ethan Buchman 2016-03-01 16:04:19 -05:00
  • 72540f9cac Fix tests to clean up after themselves Jae Kwon 2016-02-29 21:53:04 -08:00
  • 8b88496550 Merge branch 'validators' Jae Kwon 2016-02-29 18:53:06 -08:00
  • 69d906f7dd drain internalMsgQueue and wait for cswal on quit Ethan Buchman 2016-02-29 18:02:22 -05:00
  • c9ec9cf00e config: block size, consensus timeouts, recheck tx Ethan Buchman 2016-02-29 16:15:23 -05:00
  • dcabdad9b9 Implement Init/Sync Validators Jae Kwon 2016-02-28 19:19:29 -08:00
  • 1ffe780976 Initial update for Init/SyncValidators Jae Kwon 2016-02-28 18:53:24 -08:00
  • 2c1324656b support local app reqRes Ethan Buchman 2016-02-27 07:03:31 +00:00
  • f23822bf55 export NewReqRes Ethan Buchman 2016-02-27 07:02:34 +00:00
  • bb72373f30 support benchmarking txs Ethan Buchman 2016-02-27 00:31:28 -05:00
  • 94a1978ce4 allow nil or dummy for in-proc Ethan Buchman 2016-02-26 21:29:46 -05:00
  • 0925afcd18 app init script Ethan Buchman 2016-02-26 21:20:29 -05:00
  • e2920d9702 use nil-app for in-proc Ethan Buchman 2016-02-26 20:07:04 -05:00
  • 500c173604 nil app Ethan Buchman 2016-02-26 20:04:28 -05:00
  • 727fcd4ada get_hash -> commit; printResponse improvement Ethan Buchman 2016-02-23 13:36:18 -05:00
  • b987d38505 s/TMSPClient/Client/g Jae Kwon 2016-02-21 23:56:46 -08:00
  • b2bd661a61 s/TMSPClient/Client/g Jae Kwon 2016-02-21 23:55:45 -08:00
  • 5266b56f43 Conform to TMSP NewServer Jae Kwon 2016-02-21 23:45:10 -08:00
  • 2c1aa7af2b s/StartListener/NewServer/g Jae Kwon 2016-02-21 23:44:33 -08:00
  • 1559ae1ac9 Add BitArray.Bytes() Jae Kwon 2016-02-21 00:14:08 -08:00
  • ade64693bd w(oop)s Ethan Buchman 2016-02-19 02:11:50 +00:00
  • 254baa19f3 fixes for go-rpc unix socket updates Ethan Buchman 2016-02-19 02:06:11 +00:00
  • 1410693eae support unix domain websockets Ethan Buchman 2016-02-19 02:05:24 +00:00
  • 254693bf86 rpc_laddr is a list Ethan Buchman 2016-02-19 00:21:02 +00:00
  • 74130008f7 deduplicate dialFunc Ethan Buchman 2016-02-19 00:20:20 +00:00
  • 6607232a5d add support for unix sockets Ethan Buchman 2016-02-18 21:07:49 +00:00
  • cc18b5f38e Add update_deps Jae Kwon 2016-02-15 17:29:52 -08:00
  • d31d3c58ad Recheck txs Jae Kwon 2016-02-14 17:00:33 -08:00
  • d17d4fa106 Fix tmsp/example import paths Jae Kwon 2016-02-14 15:03:55 -08:00
  • 90e38f08f4 Added counter test written in Golang Jae Kwon 2016-02-14 14:59:53 -08:00
  • 88fcacac7a s/GetHash/Commit/g Jae Kwon 2016-02-14 13:11:06 -08:00
  • a6d37a49a2 s/GetHash/Commit/g Jae Kwon 2016-02-14 13:11:01 -08:00
  • 851b961daf Update README Jae Kwon 2016-02-14 12:51:49 -08:00
  • 1da8729e09 Fix license. It should have been GPLv3 Jae Kwon 2016-02-09 08:42:17 -08:00
  • 6a209ba3a8 Fix a block condition where cb is called immediately Jae Kwon 2016-02-08 15:38:18 -08:00
  • a7523015f7 Fix fix -- ignore cb if mempool broadcastTx cb is nil Jae Kwon 2016-02-08 15:25:25 -08:00
  • 7613557528 Fix bug in mempool broadcastTx for duplicate txs Jae Kwon 2016-02-08 15:22:49 -08:00
  • 3092d4bbe9 Fix typo, broadcast_tx_asyn(c) Jae Kwon 2016-02-08 15:14:41 -08:00
  • df2933d40d Merge branch 'blackstar' Jae Kwon 2016-02-08 13:49:27 -08:00
  • 089489cbf5 Merge branch 'blackstar' Jae Kwon 2016-02-08 13:48:01 -08:00
  • b9499ad03e Implemented dummy query Jae Kwon 2016-02-08 13:47:47 -08:00
  • adf0392e56 Callbacks for ReqRes Jae Kwon 2016-02-08 00:50:00 -08:00
  • 1370f89864 Fix bug in receiveEventsRoutine error handling Jae Kwon 2016-02-08 02:20:34 -08:00
  • 76ba23e4c0 Fix bug in GenPrivKeyEd25519FromSecret Jae Kwon 2016-02-08 02:18:06 -08:00
  • 8b7969d6ea Add comments about goroutine-safety Jae Kwon 2016-02-08 00:57:37 -08:00
  • 62550f474f Merge branch 'master' of https://github.com/tendermint/go-crypto Jae Kwon 2016-02-08 00:53:00 -08:00
  • 372191dd5f KeyString() in PubKey; Fix tests Jae Kwon 2016-02-08 00:50:52 -08:00
  • 2d5e1e8340 Callbacks for ReqRes Jae Kwon 2016-02-08 00:50:00 -08:00
  • a4f57e164b BroadcastTx results Jae Kwon 2016-02-08 00:48:58 -08:00
  • b35492d9e7 better response printing Ethan Buchman 2016-02-07 19:59:19 -08:00
  • 50ac66f79b fast sync fixes Ethan Buchman 2016-02-07 16:56:59 -08:00
  • 75d31daacd update event meter Ethan Buchman 2016-02-07 14:08:09 -08:00
  • b6090ad183 fixes for mintnet types Ethan Buchman 2016-02-07 12:11:12 -08:00
  • cbf7ad61f3 change local app to dummy from counter Ethan Buchman 2016-02-06 11:06:49 -05:00
  • cf0ad66d51 Compile new types.proto for new CodeType enums Jae Kwon 2016-02-05 23:15:08 -08:00
  • 16cd15b048 expose ports in dockerfile Ethan Buchman 2016-02-05 23:46:45 -05:00
  • 4901b71ade SetLogLevel Ethan Buchman 2016-02-05 23:00:03 +00:00
  • baa18fb0f7 Docker image has home dir Jae Kwon 2016-02-04 22:11:47 -08:00
  • f9da9fbfed Improved README.md Jae Kwon 2016-02-04 21:21:13 -08:00
  • 6c9428a3c9 Add support for nodejs5 Jae Kwon 2016-02-04 20:27:35 -08:00
  • f1b48ff009 Use protobuf enums for CodeType Jae Kwon 2016-02-04 18:40:02 -08:00
  • a73a65a45b Use protobuf enums Jae Kwon 2016-01-31 19:55:23 -08:00
  • 3f49b509d2 Conform to protobuf TMSP Jae Kwon 2016-01-31 08:11:50 -08:00
  • 2281bba708 Add two new CodeTypes Jae Kwon 2016-02-03 01:58:23 -08:00
  • 8b735b36be concurrent shutdown Ethan Buchman 2016-02-03 02:15:33 -05:00
  • 9364accf1f service: start/stop logs are info, ignored are debug Ethan Buchman 2016-02-03 02:04:00 -05:00
  • 45f57198cc client: wsc.String() Ethan Buchman 2016-02-03 02:01:28 -05:00
  • fe660580a4 catchup replay fix Ethan Buchman 2016-02-02 23:05:24 -05:00
  • 0825aa5d64 improve some logging Ethan Buchman 2016-02-02 23:04:54 -05:00
  • d52f690e56 reconnect validator Ethan Buchman 2016-02-02 20:21:06 -05:00
  • 2b3fc11697 go vendor; track uptime, health Ethan Buchman 2016-02-02 13:10:43 -05:00
  • 02022e356a make ignore already stopped service Debug Ethan Buchman 2016-02-02 16:19:46 -05:00
  • 69e587f57f Use protobuf enums for RetCode. s/RetCode/CodeType/g Jae Kwon 2016-01-31 20:39:43 -08:00
  • 012abc437b Use protobuf enums Jae Kwon 2016-01-31 19:56:02 -08:00
  • 028cc4aa06 Query returns Code Jae Kwon 2016-01-31 18:11:24 -08:00
  • c0024cc7b2 log invalid txs Ethan Buchman 2016-01-31 20:00:02 -05:00
  • e110a04ae2 Fix benchmark -- needed to flush Jae Kwon 2016-01-30 19:44:04 -08:00
  • 2936c68339 Convert TMSP to use Protobuf Jae Kwon 2016-01-30 19:36:33 -08:00
  • 6132ad7d6e Do not exit upon error, for tmsp-cli console Jae Kwon 2016-01-29 16:06:39 -08:00