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 all: fix various comment typos (#17748) 6 years ago
metrics.go all: update author list and licenses 5 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) 5 years ago
nodeevent_string.go build: enable goimports and varcheck linters (#16446) 7 years ago
sim_run_test.go p2p/discv5: added new topic discovery package 8 years ago
sim_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 5 years ago
sim_testmain_test.go p2p/discv5: added new topic discovery package 8 years ago
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 p2p: fix some golint warnings (#16577) 6 years ago
topic_test.go all: update license information 8 years ago
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.