Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/p2p/discv5
Felix Lange fdff182f11 p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
..
README p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
database.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
database_test.go
metrics.go all: update author list and licenses 6 years ago
net.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
net_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
node.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
node_test.go p2p/enode, p2p/discv5: fix URL parsing test for go 1.12.8 (#19963) 6 years ago
nodeevent_string.go
sim_run_test.go
sim_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
sim_testmain_test.go
table.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
table_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
ticket.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
topic.go
topic_test.go
udp.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago

README

This package is an early prototype of Discovery v5. Do not use this code.

See https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md for the
current Discovery v5 specification.