erigon-pulse/p2p/discv5
Alex Sharov fd9c7c3b2d
kill bolt (#1085)
* kill bolt

* kill bolt

* fix test

* clean
2020-09-09 11:09:55 +01:00
..
database_test.go all: fix various comment typos (#17748) 2018-09-25 12:26:35 +02:00
database.go kill bolt (#1085) 2020-09-09 11:09:55 +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: unset pingEcho on pong timeout (#21324) 2020-08-07 13:17:15 +02:00
node_test.go p2p/discv5: fix test on go 1.14 (#20724) 2020-03-16 16:40:19 +03: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 geth 1.9.13 (#469) 2020-04-19 18:31:47 +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.