aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/table_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-4/+4
* dex: redesign p2p network topologySonic2019-06-121-7/+7
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-4/+4
* p2p/discover: improve table addition code (#18974)Felix Lange2019-01-311-5/+91
* p2p/discover, p2p/enode: rework endpoint proof handling, packet logging (#18963)Felix Lange2019-01-301-12/+22
* p2p, p2p/discover: add signed ENR generation (#17753)Felix Lange2018-10-121-3/+7
* all: new p2p node representation (#17643)Felix Lange2018-09-251-316/+244
* p2p/discover: move bond logic from table to transport (#17048)Felix Lange2018-07-031-16/+10
* p2p: fix some golint warnings (#16577)kiel barry2018-05-081-10/+10
* p2p, p2p/discover: misc connectivity improvements (#16069)Felix Lange2018-02-121-59/+112
* all: gofmt -w -sFelix Lange2017-01-061-13/+13
* p2p/discover, p2p/discv5: prevent relay of invalid IPs and low portsFelix Lange2016-11-231-0/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-2/+2
* p2p/discover: support incomplete node URLs, add ResolveFelix Lange2015-12-181-3/+3
* node: customizable protocol and service stacksPéter Szilágyi2015-11-271-4/+4
* p2p/discover: fix race involving the seed node iteratorFelix Lange2015-09-301-3/+0
* p2p/discover: unlock the table during ping replacementFelix Lange2015-08-111-3/+3
* p2p/discover: close Table during testingFelix Lange2015-08-061-3/+5
* 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-4/+5
* p2p/discover: add ReadRandomNodesFelix Lange2015-05-251-1/+34
* p2p/discover: new distance metric based on sha3(id)Felix Lange2015-05-061-55/+297
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-1/+1
* p2p/discover: new endpoint formatFelix Lange2015-04-301-2/+2
* cmd/bootnode, eth, p2p, p2p/discover: use a fancier db designPéter Szilágyi2015-04-241-3/+3
* cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth.Péter Szilágyi2015-04-241-3/+3
* p2p/discovery: fix broken tests due to API updatePéter Szilágyi2015-04-241-3/+3
* p2p/discover: fix off by one error causing buckets to contain duplicatesFelix Lange2015-04-011-0/+42
* p2p/discover: implement node bondingFelix Lange2015-04-011-100/+70
* p2p/discover: deflake UDP testsFelix Lange2015-02-091-0/+12
* p2p/discover: add node URL functions, distinguish TCP/UDP portsFelix Lange2015-02-071-110/+6
* p2p/discover: add some helper functionsFelix Lange2015-02-061-3/+3
* p2p/discover: new package implementing the Node Discovery ProtocolFelix Lange2015-02-061-0/+403