les: switch to new discv5 (#21940)
This PR enables running the new discv5 protocol in both LES client
and server mode. In client mode it mixes discv5 and dnsdisc iterators
(if both are enabled) and filters incoming ENRs for "les" tag and fork ID.
The old p2p/discv5 package and all references to it are removed.
Co-authored-by:
Felix Lange <fjl@twurst.com>
Showing
p2p/discv5/README
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
p2p/discv5/net.go
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
p2p/discv5/node.go
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
p2p/discv5/table.go
deleted
100644 → 0
p2p/discv5/ticket.go
deleted
100644 → 0
This diff is collapsed.
p2p/discv5/topic.go
deleted
100644 → 0
This diff is collapsed.
p2p/discv5/udp.go
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment