103 Commits (146540c1125597162bd89820d611f6531f5e5e4b)

Author SHA1 Message Date
  Anton Kaliaev 146540c112
fix another potential infinite loop 6 years ago
  Ethan Buchman e42e46dcce
fix infinite loop if not enough new addrs 6 years ago
  Ethan Buchman 7ce1b74cdf
fix infinite loop in addrbook 6 years ago
  Ethan Buchman 30add1b64b
failing test 6 years ago
  Thane Thomson a335caaedb alias amino imports (#3219) 6 years ago
  Anton Kaliaev c4157549ab
only log "Reached max attempts to dial" once (#3144) 6 years ago
  Anton Kaliaev 2449bf7300 p2p: file descriptor leaks (#3150) 6 years ago
  Jae Kwon 9a6dd96cba Revert to using defers in addrbook. (#3025) 6 years ago
  Dev Ojha 4039276085 remove unnecessary "crypto" import alias (#2940) 6 years ago
  Ethan Buchman 0d5e0d2f13
p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) 6 years ago
  Anton Kaliaev 5a6822c8ac abci: localClient improvements & bugfixes & pubsub Unsubscribe issues (#2748) 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
  Ethan Buchman 746d137f86
p2p: Restore OriginalAddr (#2668) 6 years ago
  Ethan Buchman 0baa7588c2
p2p: NodeInfo is an interface; General cleanup (#2556) 6 years ago
  Alexander Simmerl bdd01310a0 p2p: Integrate new Transport 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 2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 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
  Anton Kaliaev 8ed99c2c13
exit from initSighupWatcher child goroutine 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
  Anton Kaliaev c248ce5ef6 p2p: Reject addrs coming from private peers (#2032) 6 years ago
  ValarDragon c798702764 crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
  ValarDragon 99e582d79a crypto: Refactor to move files out of the top level directory 6 years ago
  Anton Kaliaev b31ee798bd
preserve original address and dial it instead of self-reported address (#1994) 6 years ago
  Jeremiah Andrews 6c4ca140ed Add private peer ID tracking to AddrBook (#1989) 6 years ago
  Dev Ojha dae7dc30e0 Switch usage of math/rand to cmn's rand (#1980) 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 737c5c065d fixes from review 6 years ago
  Ethan Buchman 1c018d3fd2 p2p: external address 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
  Dev Ojha b1d6deaf0b config: rename skip_upnp to upnp (#1827) 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
  Alexander Simmerl ea896865a7
Collapse PeerConfig into P2PConfig 6 years ago
  Anton Kaliaev 0562009275
bring back assert 6 years ago
  idoor88 fedd07c522 removed assertion to avoid confusion (#1626) 6 years ago
  Ethan Buchman d454b1b25f SkipDuplicate -> AllowDuplicate; fix p2p test on mac 6 years ago
  Alexander Simmerl 5796e879b9
Introduce option to skip duplicate ip check 6 years ago
  Anton Kaliaev 4da81aa0b7
commented out TestPEXReactorRunning 6 years ago
  Anton Kaliaev 67068a34f2
log requesting addresses 6 years ago
  Alexander Simmerl 186d38dd8a
Use different loopback addresses for test switch 6 years ago