2966 Commits

Author SHA1 Message Date
Ethan Buchman
31b9d8ee27 SNativeTx -> PermissionTx, consolidate permissions and native contracts 2015-07-22 10:49:53 -04:00
Ethan Buchman
d528d002fa SNativeTx sign bytes 2015-07-22 10:49:53 -04:00
Ethan Buchman
ab536618e0 RegisteredSNativeContracts 2015-07-22 10:49:53 -04:00
Ethan Buchman
ecd231a8eb cleanup, drop ClearBase 2015-07-22 10:49:53 -04:00
Ethan Buchman
e037093740 snative refactor and SNativeTx 2015-07-22 10:49:53 -04:00
Jae Kwon
e7c1febb65 Simplify Service/Reactor pattern 2015-07-22 06:21:21 -07:00
Jae Kwon
7441e322d0 fix node/addrbook test; made build task quieter 2015-07-22 06:21:20 -07:00
Ethan Buchman
5f0cf31eda add test for node start/stop (failing) 2015-07-21 18:15:40 -04:00
Jae Kwon
7aaa33217d Merge pull request #117 from tendermint/panic
panic wrapper functions
2015-07-21 08:46:17 -07:00
Ethan Buchman
8e50bf15de panic wrapper functions 2015-07-21 10:46:05 -04:00
Jae Kwon
5983088a32 append to revisions file with newline 2015-07-20 17:40:55 -07:00
Jae Kwon
f97d19fb1f Debora's default log level is notice 2015-07-20 17:31:07 -07:00
Jae Kwon
f51cfc03ea nil-ThrottleTimer.Stop() does nothing 2015-07-20 17:26:22 -07:00
Jae Kwon
3a9b465c75 Fix MConnection race condiiton 2015-07-20 17:02:18 -07:00
Jae Kwon
c0a64d74be Service log prettify 2015-07-20 17:02:18 -07:00
Jae Kwon
1d362a71ed Stop the peer to stop the mconn 2015-07-20 15:02:12 -07:00
Jae Kwon
571a134318 BaseService and BaseReactor refactor and unification 2015-07-20 14:52:24 -07:00
Jae Kwon
d712ff05cf vm's Log events are lowercased 2015-07-20 11:23:42 -07:00
Jae Kwon
6dafd68873 Add comment on binary/reflect and nil-dogs 2015-07-20 11:21:24 -07:00
Jae Kwon
c30d38270c base_service draft and some samples 2015-07-19 17:42:01 -07:00
Jae Kwon
111f001767 Merge pull request #116 from tendermint/logger
Logger
2015-07-19 16:16:57 -07:00
Ethan Buchman
a28d924966 move some logs to debug 2015-07-19 22:44:40 +00:00
Ethan Buchman
bb4ca1407f info->notice, debug->info 2015-07-19 22:44:40 +00:00
Ethan Buchman
e087284a4f update logger package for new level 'notice' 2015-07-19 22:43:58 +00:00
Ethan Buchman
95765db7eb actually stop peer on failed Add 2015-07-19 22:41:19 +00:00
Jae Kwon
c27d9d0494 rpc/core_client regenerate; uint->int 2015-07-19 12:03:08 -07:00
Jae Kwon
43b075cbc3 direct tendermint node stderr to stdin for stdinwriter & logjack 2015-07-19 12:03:08 -07:00
Ethan Buchman
7865cd3533 backwards compatible addresses 2015-07-19 14:40:53 -04:00
ebuchman
c6841e8499 Merge pull request #115 from tendermint/sconn_jae
Sconn jae
2015-07-19 13:27:09 -04:00
Jae Kwon
6ca7a3ec21 Fix Makefile build command; Define Signature interface 2015-07-19 09:45:40 -07:00
Jae Kwon
1e7cc32597 tendermint/account -> acm 2015-07-19 09:40:55 -07:00
Jae Kwon
8d1e176180 fixed-length arrays cleanup 2015-07-18 17:19:47 -07:00
Ethan Buchman
dc7b912881 crypto byte arrays are fixed length 2015-07-17 17:19:16 -04:00
Ethan Buchman
ba70bffa23 add handshakeTimeout, bound chunkLength, comments 2015-07-17 03:58:57 -04:00
Jae Kwon
002d7c5475 scripts to stop/start groups 2015-07-16 13:36:27 -07:00
Jae Kwon
84705caefb fix nil-pointer error in SecretConnection handshake 2015-07-16 01:08:07 -07:00
Jae Kwon
d83ee27b6a Merge branch 'sim_txs' into develop 2015-07-16 00:55:04 -07:00
androlo
0a72c1ee50 * tendermint/binary handles fixed-length arrays
* log-event tests
2015-07-16 00:45:29 -07:00
Jae Kwon
198d7b9c6f Fixes #93 2015-07-15 20:04:11 -07:00
Jae Kwon
9e2b138c35 Added link to doc above MakeSecretConnection 2015-07-15 15:38:29 -07:00
Jae Kwon
9ef79e59bb Godeps <- golang.org/x/crypto/nacl etc 2015-07-15 14:56:52 -07:00
Jae Kwon
44c950d96b bump version number 2015-07-15 14:33:03 -07:00
Jae Kwon
e4c351f5fc UUID -> PubKeyEd25519 2015-07-15 14:31:03 -07:00
Jae Kwon
fd64547ce7 Put a SecretConnection before the MConnection; Node Priv/PubKeys 2015-07-15 14:17:20 -07:00
Jae Kwon
a8d03bddc9 added sts-final doc 2015-07-15 14:16:30 -07:00
Jae Kwon
d13a593afd Parallel syntax change; SecretConnection implements net.Conn 2015-07-15 12:13:10 -07:00
Jae Kwon
5b41cc4fa5 Added secret_connection benchmark test 2015-07-15 04:07:03 -07:00
Jae Kwon
4981a5993d fixed handshake test; wrote broken read/write test 2015-07-14 22:35:32 -07:00
Jae Kwon
dbef516659 failing tests for secret_connection 2015-07-14 18:41:24 -07:00
Jae Kwon
402b3a3e52 draft of secret_connection 2015-07-14 17:52:54 -07:00