go-ethereum/p2p/enode
Felix Lange 3ca7a7c1d6 p2p, p2p/discover: add signed ENR generation (#17753)
This PR adds enode.LocalNode and integrates it into the p2p
subsystem. This new object is the keeper of the local node
record. For now, a new version of the record is produced every
time the client restarts. We'll make it smarter to avoid that in
the future.

There are a couple of other changes in this commit: discovery now
waits for all of its goroutines at shutdown and the p2p server
now closes the node database after discovery has shut down. This
fixes a leveldb crash in tests. p2p server startup is faster
because it doesn't need to wait for the external IP query
anymore.
2024-06-28 11:30:16 +04:00
..
idscheme.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
idscheme_test.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
localnode.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
localnode_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
node.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
node_test.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
nodedb.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
nodedb_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
urlv4.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
urlv4_test.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00