Commit Graph

6261 Commits

Author SHA1 Message Date
0df4a723e9 support in process tmsp apps 2016-04-13 19:24:12 -04:00
ca95184373 s/Invalid[Address,Amount]/Invalid[Input,Output]/g 2016-04-13 14:42:00 -07:00
39d72d5811 Remove fees 2016-04-03 04:51:44 -07:00
f17c4c1d57 s/Validation/Commit/g 2016-04-02 09:10:16 -07:00
78c9d526c3 change some log.Info to log.Debug 2016-03-29 11:37:51 -07:00
4baf007fb8 Merge pull request #2 from tendermint/develop
make some params configurable
2016-03-27 20:44:10 -07:00
82a411fca5 New TMSP message BeginBlock 2016-03-26 22:35:23 -07:00
daa76dcff0 Fix CheckTx/Update race condition 2016-03-25 08:29:03 -07:00
d5ab243cfd Fix #198; Do not fast-sync when lone validator 2016-03-24 18:08:18 -07:00
121db71f48 Add ErrBaseUnknownPlugin 2016-03-24 14:17:48 -07:00
1dfc6950dd TMSPResult tweak 2016-03-24 11:27:04 -07:00
ccc55bd304 Add ErrUnknownAddress 2016-03-24 11:12:16 -07:00
062c33c109 TMSP Client is an interface 2016-03-24 10:42:25 -07:00
a8ee0377d5 Use tmsp.Client interface 2016-03-24 10:42:05 -07:00
83fc4fc3b6 Allow late connecting 2016-03-23 21:07:03 -07:00
c3980cb165 Warn on proxy hash mismatch, not fail 2016-03-23 20:22:45 -07:00
6785b9a3b6 CommitSync returns tmsp.Result 2016-03-23 02:50:29 -07:00
8183e3201b CommitSync() returns tmsp.Result 2016-03-23 02:49:30 -07:00
3f0d9b3f29 Signature bytes 2016-03-22 15:21:18 -07:00
5a3975d54a Add wire expression support 2016-03-22 15:18:03 -07:00
3d2d8c7d6a Result convenience methods; Shuffled Base* code types 2016-03-21 15:33:16 -07:00
82882bf7c2 bench by nblocks or ntxs 2016-03-21 16:34:52 -04:00
8cac8600e5 Return NewServer listener start error 2016-03-20 17:38:03 -07:00
06a0ac8188 Add NewError -> Result with no data 2016-03-20 17:20:41 -07:00
de6f76758d Group (code,data,log) return values into types.Result 2016-03-20 17:10:59 -07:00
55e2ce9de2 Group (code,data,log) return values into types.Result 2016-03-20 17:10:13 -07:00
9b4b533f2f Pretty print JSON 2016-03-19 16:58:15 -07:00
dcfa46af13 BitArray.IsEmpty() 2016-03-18 02:30:15 -04:00
eddde7f46a Added customized bcrypt 2016-03-17 20:37:30 -07:00
69c7ae5e3f version bump 2016-03-17 05:05:02 -04:00
114d90bec8 don't reallocate on recvMsgPacket 2016-03-17 05:05:02 -04:00
8152c18c35 Revert Address() scheme change 2016-03-15 15:58:43 -07:00
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