aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/discover/database_test.go
Commit message (Collapse)AuthorAgeFilesLines
* p2p/discover: add support for counting findnode failuresPéter Szilágyi2015-05-271-0/+11
|
* p2p/discover: fix #838, evacuate self entries from the node dbPéter Szilágyi2015-05-221-8/+65
|
* p2p/discover: fix database presistency test folderPéter Szilágyi2015-05-221-3/+3
|
* p2p/discover: track sha3(ID) in NodeFelix Lange2015-04-301-31/+41
|
* p2p/discover: new endpoint formatFelix Lange2015-04-301-4/+6
| | | | | | This commit changes the discovery protocol to use the new "v4" endpoint format, which allows for separate UDP and TCP ports and makes it possible to discover the UDP address after NAT.
* p2p/discover: add node expirer and related testsPéter Szilágyi2015-04-271-0/+47
|
* p2p/discover: parametrize nodedb version, add persistency testsPéter Szilágyi2015-04-271-4/+55
|
* p2p/discover: use iterator based seeding, drop old protocol testPéter Szilágyi2015-04-271-16/+95
|
* p2p/discover: write the basic tests, catch RLP bugPéter Szilágyi2015-04-271-0/+136