Ethan Buchman
|
aea8629272
|
peer interface
|
2017-09-15 18:40:59 -04:00 |
|
Ethan Buchman
|
2750343de5
|
Merge branch 'apply-megacheck' into unstable
|
2017-06-23 21:38:22 -04:00 |
|
Anton Kaliaev
|
b4ece65726
|
standardize key for errors (should be "err")
|
2017-06-14 12:50:49 +04:00 |
|
zramsay
|
cf31f8d06f
|
core: apply megacheck vet tool (unused, gosimple, staticcheck)
|
2017-05-29 23:11:40 -04:00 |
|
Anton Kaliaev
|
f803544195
|
new logging
|
2017-05-13 10:24:58 +02:00 |
|
Ethan Buchman
|
23a6a6f8fc
|
move into p2p package
|
2017-04-21 18:07:52 -04:00 |
|
Jae Kwon
|
c4ed55d801
|
Refactor to move common libraries out of project
|
2015-10-22 17:39:06 -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
|
e86073ec96
|
Use rpc/client/ws_client; OnStart() returns error
|
2015-08-11 11:01:17 -07:00 |
|
Jae Kwon
|
3be3647dc8
|
tendermint/binary -> tendermint/wire
|
2015-07-28 12:18:17 -07:00 |
|
Jae Kwon
|
e7c1febb65
|
Simplify Service/Reactor pattern
|
2015-07-22 06:21:21 -07:00 |
|
Jae Kwon
|
571a134318
|
BaseService and BaseReactor refactor and unification
|
2015-07-20 14:52:24 -07:00 |
|
Ethan Buchman
|
bb4ca1407f
|
info->notice, debug->info
|
2015-07-19 22:44:40 +00:00 |
|
Jae Kwon
|
d91f073676
|
uuid branch tidying
|
2015-07-13 16:00:01 -07:00 |
|
Ethan Buchman
|
af5b763112
|
avoid connection to self
|
2015-07-12 16:49:12 +00:00 |
|
Ethan Buchman
|
fca9e7f9ce
|
send pexRequest to random peer in ensurePeers if no addrs to dial
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
555dab4fd6
|
limit number of allowed connections per ip
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
9521e4e4e7
|
add peer to addrbook on AddPeer, after handshake
|
2015-07-12 02:16:33 +00:00 |
|
Ethan Buchman
|
fadfc673e3
|
better upnp error msgs
|
2015-07-12 02:16:33 +00:00 |
|
Jae Kwon
|
ae171ba134
|
random dialing
|
2015-05-06 10:50:57 -07:00 |
|
Ethan Buchman
|
4f94e0f200
|
only allow one connection per ip
|
2015-05-01 18:06:15 -07:00 |
|
Jae Kwon
|
dc1fddd1d8
|
Added NodeInfo (still need to add to AddrBook); Proper Handshake
|
2015-04-20 15:29:01 -07:00 |
|
Jae Kwon
|
a9467414d6
|
Merge remote-tracking branch 'origin/websockets' into develop
|
2015-04-17 13:20:47 -07:00 |
|
Jae Kwon
|
c72eb1be99
|
fix for{go func} scope issue
|
2015-04-17 11:08:03 -07:00 |
|
Jae Kwon
|
44565872ae
|
Fixed BlockchainMessage{} Decode issue.
Fixed Warn(UnknownMessage) issues.
|
2015-04-16 17:53:33 -07:00 |
|
Jae Kwon
|
89cfedeb73
|
Make all messages be registered as pointer receivers,
Warn on unknown messages.
|
2015-04-16 17:46:27 -07:00 |
|
Ethan Buchman
|
d27e0bbad5
|
event cache and fireable interace
|
2015-04-16 00:08:58 -07:00 |
|
Jae Kwon
|
e5d34befde
|
Remote TypeByte()
|
2015-04-14 15:57:16 -07:00 |
|
Jae Kwon
|
5b1c1eb0e0
|
ProposalMessage wrapper, warn on unknown messages
|
2015-04-13 08:40:37 -07:00 |
|
Jae Kwon
|
7356556938
|
Some renames and small fixes.
|
2015-04-08 12:30:49 -07:00 |
|
Ethan Buchman
|
474bf31400
|
events: integrate event switch into services via Eventable interface
|
2015-04-07 00:34:26 -05:00 |
|
Jae Kwon
|
f271ab7256
|
various changes. removed debora temporarily
|
2015-04-03 16:15:52 -07:00 |
|
Jae Kwon
|
13b6508ecd
|
Package import path change
|
2015-04-01 17:30:16 -07:00 |
|
Ethan Buchman
|
9ce75fe755
|
add debora support
|
2015-03-31 17:04:53 -07:00 |
|
Ethan Buchman
|
60f166e823
|
tendermint2
|
2015-03-31 15:33:31 -07:00 |
|
Jae Kwon
|
1a4aab4c35
|
When using JSONRPC, do not double-encode JSON.
|
2015-03-30 15:14:33 -07:00 |
|
Jae Kwon
|
7171823fc6
|
Fix blockpool bugs and clean up log messages.
|
2015-03-25 23:04:17 -07:00 |
|
Jae Kwon
|
94c3a51760
|
bug fix in daemon -- network name only, no chain hash
|
2015-03-25 12:13:32 -07:00 |
|
Jae Kwon
|
aed4bbf0f0
|
Fix switch tests
|
2015-03-25 02:36:59 -07:00 |
|
Jae Kwon
|
0237d284cc
|
Channel bytes are spelled fully, "XXXChannel"
|
2015-03-24 12:00:27 -07:00 |
|
Jae Kwon
|
43a0c253f8
|
Merge pull request #39 from tendermint/development
Development
|
2015-03-21 17:41:41 -07:00 |
|
Ethan Buchman
|
4abca6e963
|
p2p: push handshake containing chainId for early disconnect. Closes #12
|
2015-03-18 23:27:27 -07:00 |
|
Jae Kwon
|
5c8e69d6de
|
Log adding of addresses to book
|
2015-01-21 14:18:25 -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
|
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 |
|