75 Commits (891afc22352585697fb7baa6e448235bce4bfdb1)

Author SHA1 Message Date
  Ethan Buchman aaa81092e7 p2p: some comments and a log line 7 years ago
  Ethan Buchman 32268a8135 limit maxPexMessageSize based on maxAddressSize 7 years ago
  Ethan Buchman c23909eecf p2p/pex: minor cleanup and comments 7 years ago
  Ethan Buchman 936d1a0e68 some notes about the p2p layer 7 years ago
  Thomas Corbière ab00bf7c8b standardize PRNG access (#1411) 7 years ago
  Ethan Buchman 1a1e4e767b check max msg size in DecodeMessage 7 years ago
  Anton Kaliaev 34b77fcad4
log error when we fail to add new address 7 years ago
  Anton Kaliaev cee7b5cb54 GetSelectionWithBias 7 years ago
  Anton Kaliaev 1585152341 https://github.com/tendermint/tendermint/pull/1128#discussion_r162799294 7 years ago
  Anton Kaliaev 8e699c2bfd defaultSeedDisconnectWaitPeriod should be at least as long as we expect 7 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 7 years ago
  Jae Kwon 901b456151 P2P now works with Amino 7 years ago
  Anton Kaliaev a7250af303
Exponential backoff follow up (#1349) 7 years ago
  Anton Kaliaev 4242352852
stop peer on decoding error 7 years ago
  Anton Kaliaev 31deaa4a79
fix broken merge 7 years ago
  Anton Kaliaev a39aec0bae
rename private_peers to private_peer_ids to distinguish from peers 7 years ago
  Anton Kaliaev fc5b0471d9
use time.Since 7 years ago
  Anton Kaliaev 264bce4ddd
skip dialing based on last time dialed 7 years ago
  Anton Kaliaev 0f41570c80
fixes from bucky's review 7 years ago
  Anton Kaliaev f85c8896d9
test pex_reactor's dialPeer 7 years ago
  Anton Kaliaev 1941b5c769
fixes from @xla's review 7 years ago
  Anton Kaliaev 21e2c41c6b
exponential backoff for addrs in the address book 7 years ago
  Alexander Simmerl 8f2703e8b2
Dial seeds directly without potential peers 7 years ago
  Ethan Buchman 9293ae76bf p2p: introduce peerConn to simplify peer creation (#1226) 7 years ago
  Anton Kaliaev 2a24ae90c1
fixes from Jae's review 7 years ago
  Ethan Buchman 44e967184a p2p: tmconn->conn and types->p2p 7 years ago
  Ethan Buchman 5b5cbaa66a p2p: use sub dirs 7 years ago
  Ethan Buchman 03550c7076 wip addrbook 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 fc7915ab4c fixes from review 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 08f84cd712 a little more moving around 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
  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 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 0ec7909ec3 more logging in p2p and consensus 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 a37c1143ca adr: update 007 trust metric usage 7 years ago
  Anton Kaliaev 691e266bef
ignore ErrAlreadyStarted when starting addrbook in PEXReactor 7 years ago