plugeth/cmd/devp2p
Adam Schmideg 6a48ae37b2
cmd/devp2p: add discv4 test suite (#21163)
This adds a test suite for discovery v4. The test suite is a port of the Hive suite for
discovery, and will replace the current suite on Hive soon-ish. The tests can be
run locally with this command:

    devp2p discv4 test -remote enode//...

Co-authored-by: Felix Lange <fjl@twurst.com>
2020-07-07 14:37:33 +02:00
..
internal/v4test cmd/devp2p: add discv4 test suite (#21163) 2020-07-07 14:37:33 +02:00
crawl.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
discv4cmd.go cmd/devp2p: add discv4 test suite (#21163) 2020-07-07 14:37:33 +02:00
discv5cmd.go p2p/discover: add initial discovery v5 implementation (#20750) 2020-04-08 09:57:23 +02:00
dns_cloudflare.go cmd/devp2p: submit Route53 changes in batches (#20524) 2020-01-17 11:32:29 +01:00
dns_route53_test.go cmd/devp2p: be very correct about route53 change splitting (#20820) 2020-03-26 23:55:33 +01:00
dns_route53.go cmd/devp2p: be very correct about route53 change splitting (#20820) 2020-03-26 23:55:33 +01:00
dnscmd.go cmd/clef, signer/core: password input fixes (#20960) 2020-05-19 10:44:46 +02:00
enrcmd.go cmd/devp2p: add devp2p debug tool (#19657) 2019-06-07 15:29:16 +02:00
keycmd.go cmd/devp2p: add commands for node key management (#21202) 2020-06-24 10:41:53 +02:00
main.go cmd/devp2p: add commands for node key management (#21202) 2020-06-24 10:41:53 +02:00
nodeset.go cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) 2019-10-29 17:08:57 +02:00
nodesetcmd.go cmd: deprecate --testnet, use named networks instead (#20852) 2020-04-09 12:09:58 +03:00