880 Commits

Author SHA1 Message Date
Jae Kwon
1a5bc9eeb2 Remove StorageRoot from vm.Account 2015-07-28 12:39:10 -07:00
Jae Kwon
5230440141 Merge pull request #122 from tendermint/binary2wire
Binary2wire
2015-07-28 12:19:19 -07:00
Jae Kwon
9f18c80abc Fixes #121 2015-07-28 12:18:17 -07:00
Jae Kwon
3be3647dc8 tendermint/binary -> tendermint/wire 2015-07-28 12:18:17 -07:00
Jae Kwon
0ef5c3ad07 Fix returning prematurely within if(runCall){...}.
Renames
2015-07-28 12:16:17 -07:00
Jae Kwon
feeab6579b Acc/X/Receive -> Acc/X/Call 2015-07-23 23:57:28 -07:00
Jae Kwon
6b1a846201 bump chain_id; test coins 2015-07-23 23:07:34 -07:00
Jae Kwon
a84d4320df websockets accept rpc requests 2015-07-23 17:57:15 -07:00
Jae Kwon
91cf9d4595 remove spurious :6060 listener for pprof 2015-07-23 17:56:12 -07:00
Jae Kwon
f91bc8d8c3 Retries for net.Listen to account for MacOSX socket close delay 2015-07-23 17:56:12 -07:00
Jae Kwon
d8886614b5 Read timeouts for WSConnection 2015-07-23 17:56:12 -07:00
Ethan Buchman
290b74d8f1 add fromAddress argument to Call and CallCode rpc methods 2015-07-22 18:43:20 -04:00
Jae Kwon
c13b67253c Merge pull request #119 from tendermint/snatives
Snatives
2015-07-22 11:14:56 -07:00
Jae Kwon
344ad54984 comment updates for state 2015-07-22 09:35:21 -07:00
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