Commit Graph

6679 Commits

Author SHA1 Message Date
3f6f149584 Revert "Fix tendermint_test config -- Address() spec has changed"
This reverts commit 8598283735.
2016-03-15 15:57:18 -07:00
8598283735 Fix tendermint_test config -- Address() spec has changed 2016-03-15 15:18:19 -07:00
29a6d511b4 Add testutil; Clean gov return codes 2016-03-15 11:39:20 -07:00
9a95e7b7a5 Added Bytes() and *FromBytes() 2016-03-15 11:11:54 -07:00
185547efc1 Add ascii armor support 2016-03-13 14:00:27 -07:00
181aa56c87 Added symmetric encrypt/decrypt methods 2016-03-13 12:55:02 -07:00
f59fe0c8e0 s/Seed/MixEntropy/g 2016-03-13 10:14:24 -07:00
81ba1e6177 Use go-crypto's CRand* 2016-03-13 10:01:32 -07:00
461c3b9785 Remove CRand* from go-common 2016-03-13 09:57:10 -07:00
10619248c6 Use go-crypto CRand* 2016-03-13 09:42:36 -07:00
264d2a3eef Add seed-able cryptographic random. 2016-03-13 09:40:15 -07:00
389e4b8b69 config: toggle authenticated encryption 2016-03-10 19:07:01 -05:00
18d0da4ea3 Remove BeginBlock 2016-03-06 18:02:29 -08:00
61c34ade0d Remove BeginBlock 2016-03-06 18:01:37 -08:00
3adb579cf1 Merge branch 'blockchain_aware' 2016-03-06 15:08:52 -08:00
2c1504f93c Reap takes maxTxs 2016-03-06 15:08:32 -08:00
03115cbf93 Fix tests; Tests run in their own directory 2016-03-06 15:05:50 -08:00
1bc871162d Conform to new go-config behavior; ApplyConfig not needed 2016-03-06 12:33:07 -08:00
84391b36d3 Conform to new go-config default config behavior 2016-03-06 12:31:22 -08:00
f28f791fff make some params configurable 2016-03-06 12:24:01 -08:00
fd85d0ef35 Merge pull request #192 from tendermint/params
configurable params, other fixes
2016-03-06 11:27:19 -08:00
16437867ff Starting to use tmsp.BlockchainAware 2016-03-05 20:57:36 -08:00
36c25f242f s/InitValidators/InitChain/g, s/SyncValidators/EndBlock/g, added BeginBlock 2016-03-05 19:18:34 -08:00
08df13b16e update glide.lock 2016-03-05 17:22:59 -05:00
06a7bb531b consensus: dont allow peer round states to decrease 2016-03-05 16:41:54 -05:00
94f3d201e1 drop mempool_reap. use block_size=-1 instead 2016-03-05 16:41:54 -05:00
7f6aad20fb Add note on nondeterminism of Broadcast 2016-03-04 22:04:05 -08:00
11e0f7ed8e Update README.md 2016-03-03 16:54:23 -08:00
085b3bc1f2 consensus: don't wait for wal if conS not running 2016-03-03 06:32:08 +00:00
05af306a8d rpc: unsafe_set_config 2016-03-03 06:32:08 +00:00
4430073fab dont log bad block part if round mismatch 2016-03-03 06:32:03 +00:00
3891e4d66d config: cswal_light, mempool_broadcast, mempool_reap 2016-03-03 06:31:59 +00:00
72540f9cac Fix tests to clean up after themselves 2016-02-29 21:53:04 -08:00
8b88496550 Merge branch 'validators' 2016-02-29 18:53:06 -08:00
69d906f7dd drain internalMsgQueue and wait for cswal on quit 2016-02-29 18:02:22 -05:00
c9ec9cf00e config: block size, consensus timeouts, recheck tx 2016-02-29 17:04:33 -05:00
dcabdad9b9 Implement Init/Sync Validators 2016-02-28 19:46:01 -08:00
1ffe780976 Initial update for Init/SyncValidators 2016-02-28 18:53:24 -08:00
2c1324656b support local app reqRes 2016-02-27 07:03:31 +00:00
f23822bf55 export NewReqRes 2016-02-27 07:02:34 +00:00
bb72373f30 support benchmarking txs 2016-02-27 00:31:28 -05:00
94a1978ce4 allow nil or dummy for in-proc 2016-02-26 21:29:46 -05:00
0925afcd18 app init script 2016-02-26 21:20:29 -05:00
e2920d9702 use nil-app for in-proc 2016-02-26 20:07:04 -05:00
500c173604 nil app 2016-02-26 20:04:28 -05:00
727fcd4ada get_hash -> commit; printResponse improvement 2016-02-23 13:36:18 -05:00
b987d38505 s/TMSPClient/Client/g 2016-02-21 23:56:46 -08:00
b2bd661a61 s/TMSPClient/Client/g 2016-02-21 23:55:45 -08:00
5266b56f43 Conform to TMSP NewServer 2016-02-21 23:45:10 -08:00
2c1aa7af2b s/StartListener/NewServer/g 2016-02-21 23:44:33 -08:00