Dev Ojha
6e3c5e8033
p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129)
* p2p/pex: Allow configured seed nodes to be offline Previously you couldn't startup tendermint if a seed node was offline. This now allows you to startup tendermint, as long as all seed node addresses are formatted correctly. In the event that all seed nodes are down, and the address book is empty, then it crashes with an informative error msg. (This case doesn't occur if no seeds were specified) Closes #1716 * (Squash this) Address melekes' comments * (squash this) fix package imports * (squash this) fix pex_reactor comment * (squash this) add a test case |
6 years ago | |
---|---|---|
.. | ||
addrbook.go | p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129) | 6 years ago |
addrbook_test.go | p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129) | 6 years ago |
errors.go | p2p: Reject addrs coming from private peers (#2032) | 6 years ago |
file.go | fix import paths | 6 years ago |
known_address.go | p2p/pex: some addrbook fixes | 7 years ago |
params.go | fix build and test | 7 years ago |
pex_reactor.go | p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129) | 6 years ago |
pex_reactor_test.go | p2p/pex: Allow configured seed nodes to not be resolvable over DNS (#2129) | 6 years ago |
wire.go | P2P now works with Amino | 7 years ago |