2966 Commits

Author SHA1 Message Date
Jae Kwon
6e27837cbf Fix SetREMA() -- increments m.samples so it doesn't get reset 2015-09-12 08:47:15 -07:00
Jae Kwon
b468baf7ac IsCaughtUp works with new networks 2015-09-11 21:09:47 -07:00
Jae Kwon
891ad9c1f0 log_level is notice. add testnet addrs 2015-09-11 21:09:47 -07:00
Jae Kwon
1c17ea3b14 blockchain parameter && log tweaks 2015-09-11 21:09:27 -07:00
Jae Kwon
21d45023d3 various bug fixes 2015-09-11 21:09:01 -07:00
Jae Kwon
5e015bc669 Probable fix for #140 2015-09-11 21:09:01 -07:00
Jae Kwon
3a5741f70f Fix blockchain pool tests 2015-09-11 21:09:00 -07:00
Jae Kwon
625f23af13 Blockpool better timeouts, download rate observation, quicker switching to consensus; Id -> ID (sorry, this doesn't belong here) 2015-09-11 21:09:00 -07:00
Jae Kwon
65ecf4b3a2 bump testnet 2015-09-11 21:09:00 -07:00
Jae Kwon
c6e5948534 time writes milliseconds using ISO8601 format 2015-08-31 13:00:20 -07:00
Ethan Buchman
586498331b fix suicide 2015-08-26 18:02:13 -04:00
Jae Kwon
b9cbb0dac5 testnet10 2015-08-14 15:36:40 -07:00
Jae Kwon
ab24ae1da8 get_account fix 2015-08-14 14:47:25 -07:00
Jae Kwon
56b195a899 tendermint send_tx 2015-08-14 14:11:11 -07:00
Jae Kwon
1a27d4dd63 remove secp256k1; Make cleanup 0.1 2015-08-14 11:02:32 -07:00
Jae Kwon
4d765dcf2b Generate account from seed 2015-08-14 10:49:44 -07:00
Jae Kwon
5bf0040f14 Parts -> PartsHeader; *_parts -> *_parts_header in sign_bytes 2015-08-12 22:36:43 -07:00
Jae Kwon
afc3e3b6c7 mconnection constants adjustment 2015-08-12 22:36:06 -07:00
Jae Kwon
b96fd8a031 Beginning of complete merkle proofs 2015-08-11 14:12:30 -07:00
Ethan Buchman
0b095b0bd6 update client_methods 2015-08-11 16:27:52 -04:00
Jae Kwon
ffcc657be6 event listeners take EventData, not interface{}; EventData type assertions 2015-08-11 12:46:33 -07:00
Jae Kwon
b37ff75f7a Actually expose skip_upnp flag 2015-08-11 11:01:18 -07:00
Jae Kwon
1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 2015-08-11 11:01:18 -07:00
Jae Kwon
65d40a2d08 remove dead code 2015-08-11 11:01:17 -07:00
Jae Kwon
908fd11665 more explicit _, err := Start() checking 2015-08-11 11:01:17 -07:00
Jae Kwon
e86073ec96 Use rpc/client/ws_client; OnStart() returns error 2015-08-11 11:01:17 -07:00
Jae Kwon
3949d3f21d ws_client fixes 2015-08-11 11:01:17 -07:00
Jae Kwon
60310cc23f websocket server sends pings; added ws_client; events refactor 2015-08-11 11:01:17 -07:00
Jae Kwon
37c68e838e Merge pull request #124 from tendermint/new_contract_address
move NewContractAddress to types and use ripemd160
2015-08-10 10:31:24 -07:00
Jae Kwon
8f9d41f427 Merge pull request #123 from tendermint/namereg_event
namereg event
2015-08-10 10:29:54 -07:00
Ethan Buchman
807bd662b2 vm: catch stack underflow on Peek() 2015-08-08 22:21:10 -04:00
Ethan Buchman
9b69894180 namereg event 2015-08-02 22:29:35 -04:00
Ethan Buchman
6f25dfef44 move NewContractAddress to types and use ripemd160 2015-08-02 22:24:35 -04:00
Jae Kwon
4ee387d077 change genesis addr for testnet testing 2015-07-31 18:03:52 -07:00
Jae Kwon
aada207092 remove unnecessary permission check 2015-07-31 16:25:12 -07:00
Jae Kwon
bff06ac657 Remember StorageRoot in Other 2015-07-28 13:35:28 -07:00
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