Ethan Buchman
|
930fde056a
|
p2p: add back lost func
|
7 years ago |
Ethan Buchman
|
8d758560d8
|
p2p/trustmetric: non-deterministic test
|
7 years ago |
Ethan Buchman
|
7b87cdaed8
|
p2p: seed disconnects after sending addrs
|
7 years ago |
Ethan Buchman
|
c2f97e6454
|
p2p: seed mode fixes from rebase and review
|
7 years ago |
Ethan Buchman
|
88eb3e7af0
|
some minor renames
|
7 years ago |
caffix
|
949211a137
|
added a test for PEX reactor seed mode
|
7 years ago |
Ethan Buchman
|
8171628ee5
|
make tests run faster
|
7 years ago |
Ethan Buchman
|
fc7915ab4c
|
fixes from review
|
7 years ago |
Zach Ramsay
|
26aaa283a9
|
p2p: remove deprecated Dockerfile
|
7 years ago |
Zach
|
a29c67563c
|
Update p2p README, closes #1102
|
7 years ago |
Ethan Buchman
|
17f7a9b510
|
improve seed dialing logic
|
7 years ago |
Ethan Buchman
|
3df5fd21cd
|
better abuse handling in pex
|
7 years ago |
Ethan Buchman
|
68237911ba
|
NetAddress.Same checks ID or DialString
|
7 years ago |
Ethan Buchman
|
f9e4f6eb6b
|
reorder peer.go methods
|
7 years ago |
Ethan Buchman
|
8b74a8d6ac
|
NodeInfo not a pointer
|
7 years ago |
Ethan Buchman
|
08f84cd712
|
a little more moving around
|
7 years ago |
Ethan Buchman
|
452d10f368
|
cleanup switch
|
7 years ago |
Ethan Buchman
|
7667e11973
|
remove RemoteAddr from NodeInfo
|
7 years ago |
Ethan Buchman
|
53a5498fc5
|
more fixes from review
|
7 years ago |
Ethan Buchman
|
e4d52401cf
|
some fixes from review
|
7 years ago |
Ethan Buchman
|
9670519a21
|
remove PoW from ID
|
7 years ago |
Ethan Buchman
|
c1e167e330
|
note in trust metric test
|
7 years ago |
Ethan Buchman
|
e2b3b5b58c
|
dial_persistent_peers -> dial_peers with persistent option
|
7 years ago |
Anton Kaliaev
|
075ae1e301
|
minimal test for dialing seeds in pex reactor
|
7 years ago |
Anton Kaliaev
|
705d51aa42
|
move dialSeedsIfAddrBookIsEmptyOrPEXFailedToConnect into PEX reactor
|
7 years ago |
Anton Kaliaev
|
e4897b7bdd
|
rename manual peers to persistent peers
|
7 years ago |
Anton Kaliaev
|
28fc15028a
|
distinguish between seeds and manual peers in the config/flags
- we only use seeds if we can’t connect to peers in the addrbook.
- we always connect to nodes given in config/flags
Refs #864
|
7 years ago |
Adrian Brink
|
f602de437e
|
Move P2P docs into docs folder
|
7 years ago |
Ethan Buchman
|
488ae529ad
|
p2p: authenticate peer ID
|
7 years ago |
Ethan Buchman
|
6e823c6e87
|
p2p: support addr format ID@IP:PORT
|
7 years ago |
Ethan Buchman
|
7d35500e6b
|
p2p: add ID to NetAddress and use for AddrBook
|
7 years ago |
Ethan Buchman
|
a17105fd46
|
p2p: peer.Key -> peer.ID
|
7 years ago |
Ethan Buchman
|
b289d2baf4
|
persistent node key and ID
|
7 years ago |
Ethan Buchman
|
f2e0abf1dc
|
p2p: reorder some checks in addPeer; add comments to NodeInfo
|
7 years ago |
Ethan Buchman
|
528154f1a2
|
p2p: PrivKey need not be Ed25519
|
7 years ago |
Ethan Buchman
|
bc71840f06
|
more p2p docs
|
7 years ago |
Ethan Buchman
|
1acb12edf5
|
p2p docs
|
7 years ago |
Ethan Buchman
|
14c812a39c
|
tmlibs timer fix
|
7 years ago |
Ethan Buchman
|
cb3ac6987e
|
remove some debugs
|
7 years ago |
Ethan Buchman
|
5d04ccbe51
|
excessive logging. update tmlibs for timer fix
|
7 years ago |
Ethan Buchman
|
d7cb2f850d
|
more logs in p2p
|
7 years ago |
Ethan Buchman
|
bfe0a4a8ac
|
more logging
|
7 years ago |
Ethan Buchman
|
0ec7909ec3
|
more logging in p2p and consensus
|
7 years ago |
Anton Kaliaev
|
c513649df4
|
strip protocol if defined
Fixes #934
|
7 years ago |
Anton Kaliaev
|
a6911825b0
|
PanicCrisis is deprecated
|
7 years ago |
Ethan Buchman
|
78a682e4b6
|
blockchain: test fixes
|
7 years ago |
Ethan Buchman
|
462b755a60
|
activate PEX reactor by default
|
7 years ago |
Ethan Buchman
|
90df9fa1bf
|
p2p/trust: remove extra channels
|
7 years ago |
caffix
|
eae6e6381e
|
trust metric is now a service and the test ticker has been added
|
7 years ago |
Petabyte Storage
|
8be708fe5b
|
fix spelling and makefile gometalinter.v2
|
7 years ago |