go-ethereum/p2p/discv5
Will Meister 57f1ac2f75
Fixing Geth Tests (#6)
Fixing broken tests, skipping tests we intentionally break, and configuring CI within Github Actions
2020-05-21 14:56:39 -05:00
..
database_test.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
database.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
metrics.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
net_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
net.go Fixing Geth Tests (#6) 2020-05-21 14:56:39 -05:00
node_test.go Fixing Geth Tests (#6) 2020-05-21 14:56:39 -05:00
node.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
nodeevent_string.go build: enable goimports and varcheck linters (#16446) 2018-04-18 00:53:50 +02:00
README p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
sim_run_test.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
sim_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
sim_testmain_test.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
table_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
table.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
ticket.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00
topic_test.go all: update license information 2016-11-09 02:51:34 +01:00
topic.go p2p: fix some golint warnings (#16577) 2018-05-08 13:08:43 +02:00
udp.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-11-22 18:02:13 +02:00

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.