63 Commits (c6daa48368bd3c2007deaeadb5359ce1245460bf)

Author SHA1 Message Date
  Anton Kaliaev f05c2a9558
p2p: extract ID validation into a separate func (#3754) 5 years ago
  Anton Kaliaev d041476819
p2p: dial addrs which came from seed instead of calling ensurePeers (#3762) 5 years ago
  Anton Kaliaev c1f264822a p2p: remove NewNetAddressStringWithOptionalID (#3711) 5 years ago
  Anton Kaliaev bcf10d5bae p2p: peer state init too late and pex message too soon (#3634) 5 years ago
  Roman Shtylman f1f243d749 p2p/pex: consult seeds in crawlPeersRoutine (#3647) 5 years ago
  Anton Kaliaev 8711af608f
p2p: make persistent prop independent of conn direction (#3593) 5 years ago
  Anton Kaliaev 43348022d6
pex: various follow-ups (#3605) 5 years ago
  Roman Shtylman 40dbad9915 pex: dial seeds when address book needs more addresses (#3603) 5 years ago
  Anton Kaliaev c0e8fb5085
p2p: (seed mode) limit the number of attempts to connect to a peer (#3573) 6 years ago
  Alexander Simmerl b5b3b85697
Bring back NodeInfo NetAddress form the dead (#3545) 6 years ago
  Anton Kaliaev f965a4db15
p2p: seed mode refactoring (#3011) 6 years ago
  Ethan Buchman 882622ec10
Fixes tendermint/tendermint#3522 6 years ago
  Anton Kaliaev 3c8156a55a
preallocating memory when we can 6 years ago
  Anton Kaliaev c4157549ab
only log "Reached max attempts to dial" once (#3144) 6 years ago
  Ethan Buchman 0d5e0d2f13
p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) 6 years ago
  Jae Kwon 5b19fcf204 p2p: AddressBook requires addresses to have IDs; Do not close conn immediately after sending pex addrs in seed mode (#2797) 6 years ago
  Anton Kaliaev fb91ef7462 validate reactor messages (#2711) 6 years ago
  Anton Kaliaev eb5cf0f0dd ignore existing peers in DialPeersAsync (#2327) 6 years ago
  Anton Kaliaev 6fad8eaf5a [p2p/pex] connect to more than 10 peers (#2169) 6 years ago
  Dev Ojha d6a666b445 p2p/pex: Fix mismatch between dialseeds and checkseeds. (#2151) 6 years ago
  Dev Ojha 6e3c5e8033 p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129) 6 years ago
  Dev Ojha 6fb2f44cc3 p2p: Connect to peers from a seed node immediately (#2115) 6 years ago
  VenkatDatta 188e459273 Removed unnecessary onStart call (#2098) 6 years ago
  Jeremiah Andrews 6c4ca140ed Add private peer ID tracking to AddrBook (#1989) 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Anton Kaliaev a19e857f2e
[pex] switch to MustMarshalBinaryBare and UnmarshalBinaryBare 6 years ago
  Anton Kaliaev 9120fd5d14
unexport DecodeMessage functions 6 years ago
  Ethan Buchman d55243f0e6 fix import paths 6 years ago
  Anton Kaliaev 9752e059e1
fix nil pointer panic by checking if peer is nil 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Ethan Buchman 9481cabd50 fixes from review 6 years ago
  Anton Kaliaev 67068a34f2
log requesting addresses 6 years ago
  Ethan Buchman 6805ddf1b8 p2p: change some logs from Error to Debug. #1476 7 years ago
  Ethan Buchman 2761861b6b p2p: MinNumOutboundPeers. Closes #1501 7 years ago
  Ethan Buchman 64569b15e5 fix build and test 7 years ago
  Ethan Buchman 0450e35d67 some comments 7 years ago
  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