181 Commits

Author SHA1 Message Date
Jae Kwon
aed4bbf0f0 Fix switch tests 2015-03-25 02:36:59 -07:00
Jae Kwon
08a83aa9fb Reactors can be stopped or started at any time. 2015-03-25 00:15:18 -07:00
Jae Kwon
0237d284cc Channel bytes are spelled fully, "XXXChannel" 2015-03-24 12:00:27 -07:00
Jae Kwon
b25915ee41 Minor cleanup 2015-03-21 19:01:13 -07:00
Jae Kwon
43a0c253f8 Merge pull request #39 from tendermint/development
Development
2015-03-21 17:41:41 -07:00
Ethan Buchman
a2938fd35b p2p: fix switch test for Broadcast returning success channel 2015-03-18 23:27:28 -07:00
Ethan Buchman
21530bf00f p2p: broadcast spawns goroutine to Send on each peer and times out after 10 seconds. Closes #7 2015-03-18 23:27:27 -07:00
Ethan Buchman
65a232bd9d p2p: fix switch_test to account for handshake 2015-03-18 23:27:27 -07:00
Ethan Buchman
4abca6e963 p2p: push handshake containing chainId for early disconnect. Closes #12 2015-03-18 23:27:27 -07:00
Ethan Buchman
7aa1d67c97 rpc: add status and net info 2015-03-18 23:23:56 -07:00
Jae Kwon
5c8e69d6de Log adding of addresses to book 2015-01-21 14:18:25 -08:00
Jae Kwon
85110224b4 Fix PeerSet.Remove() bug. 2015-01-21 13:40:26 -08:00
Jae Kwon
29cff9ff48 updated dialing logs 2015-01-20 15:52:30 -08:00
Jae Kwon
687815f6ed Less log lines to STDOUT 2015-01-20 15:31:31 -08:00
Jae Kwon
3f159dab69 proper string formatting for txs 2015-01-16 00:31:34 -08:00
Jae Kwon
135894ea88 Dot import -> named import
Changed modulename_ to short module names
Also removed Unreader, replaced with PrefixdReader in select locations
2015-01-14 20:34:53 -08:00
Jae Kwon
44a60a89c6 fixed #11 2015-01-14 00:02:34 -08:00
Jae Kwon
491970639d fix & log ping/pong; fixes #10 2015-01-13 18:22:41 -08:00
Jae Kwon
51c70dd8ac Write log also to a file. 2015-01-08 17:24:04 -08:00
Jae Kwon
05c642a84c Changed config to confer, TOML format. 2015-01-08 16:40:23 -08:00
Jae Kwon
40fec4f319 Stop peer routines upon connection failure 2014-12-30 16:49:23 -08:00
Jae Kwon
2ca882a9b6 Log which commits are being sent for catchup 2014-12-29 19:59:06 -08:00
Jae Kwon
3215cbf0d5 use tendermint/log15 2014-12-29 19:44:38 -08:00
Jae Kwon
07b5b7a8f2 various log fixes 2014-12-29 18:39:19 -08:00
Jae Kwon
0bfb389b35 change logger to log15 2014-12-29 18:09:06 -08:00
Jae Kwon
591d84947b Handle errors in DecodeMessage, added logging 2014-12-29 16:04:38 -08:00
Jae Kwon
5bace5cce8 Unreader to unread bytes 2014-12-29 15:14:54 -08:00
Jae Kwon
b0755c938a Better debug output 2014-12-28 16:26:53 -08:00
Jae Kwon
fa7c83166f P2P docs 2014-12-23 19:31:24 -08:00
Jae Kwon
bff93107ef UPNP + hairpin probing 2014-12-23 17:20:52 -08:00
Jae Kwon
61d1635085 Fixed tests 2014-12-21 21:47:38 -08:00
Jae Kwon
83d313cbe5 Refactor Tx, Validator, and Account structure 2014-12-16 05:45:40 -08:00
Jae Kwon
8e9c060e6d Begin writing RPC HTTP Server 2014-12-16 05:43:23 -08:00
Jae Kwon
93979300be made cmd/, removed crypto/ 2014-11-07 23:27:03 -08:00
Jae Kwon
8718bd52a4 made ValidatorSet.Hash deterministic; fix off-by-1 bugs 2014-11-05 03:12:07 -08:00
Jae Kwon
c3fc1a39ea BitArray sub fix 2014-11-05 03:11:38 -08:00
Jae Kwon
13d70e4112 stack trace in p2p/connection panics, bitArray fix 2014-11-05 03:11:37 -08:00
Jae Kwon
647d26f7a0 consensus cleanup, privValidator config 2014-11-05 03:11:37 -08:00
Jae Kwon
b615e51f95 basic main.go completion 2014-11-05 03:11:37 -08:00
Jae Kwon
335b7a5984 ... 2014-10-06 01:46:39 -07:00
Jae Kwon
1ae9ecd2a9 fix basic tests. 2014-10-04 19:16:49 -07:00
Jae Kwon
8e452aa0d2 fixed algorithm 2014-10-03 01:09:26 -07:00
Jae Kwon
9c1795a04d add mempool to consensus 2014-09-11 22:44:59 -07:00
Jae Kwon
6a84b2e6aa p2p README update 2014-09-11 11:17:59 -07:00
Jae Kwon
8b606f9e66 s/Manager/Agent/g 2014-09-11 10:55:32 -07:00
Jae Kwon
4c961bd565 updated readme, implementing mempool. 2014-09-10 02:43:16 -07:00
Jae Kwon
e53b148acf refactor from Binary centric model to global method model 2014-09-03 20:41:57 -07:00
Jae Kwon
a8ece216f0 fix test cases 2014-08-31 01:48:40 -07:00
Jae Kwon
d300a67bb1 saving development state... 2014-08-30 04:17:10 -07:00
Jae Kwon
8db5b7b614 move everything to blockManagerState; sim 2014-08-03 15:50:28 -07:00