aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/node_test.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: add network simulation framework (#14982)Lewis Marshall2017-09-251-0/+30
* p2p/discover: support incomplete node URLs, add ResolveFelix Lange2015-12-181-20/+68
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* p2p/discover: use separate rand.Source instances in testsFelix Lange2015-06-101-11/+14
* p2p/discover: new distance metric based on sha3(id)Felix Lange2015-05-061-9/+13
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-28/+43
* p2p/discover: new endpoint formatFelix Lange2015-04-301-13/+13
* p2p/discover: add NodeID.PubkeyFelix Lange2015-03-041-0/+18
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-0/+201