erigon-pulse/p2p/discv5
2019-12-03 16:27:57 +01: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-12-03 13:55:07 +01:00
metrics.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
net_test.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-12-03 13:55:07 +01:00
net.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-12-03 13:55:07 +01:00
node_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
node.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-12-03 13:55:07 +01: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-12-03 13:55:07 +01: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-12-03 13:55:07 +01: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-12-03 13:55:07 +01:00
table.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-12-03 13:55:07 +01:00
ticket.go p2p/discv5: add deprecation warning and remove unused code (#20367) 2019-12-03 13:55:07 +01:00
topic_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
topic.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
udp.go apply post-rebase fixups 2019-12-03 16:27:57 +01: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.