go-ethereum/node
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
..
api.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
config.go all: new p2p node representation (#17643) 2024-06-28 11:30:16 +04:00
config_test.go PDF-01 (#397) 2024-01-19 15:05:03 +04:00
defaults.go add flag rpcwritetimeout for rpc http server (#358) 2023-11-27 22:48:56 +08:00
doc.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
errors.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
node.go add flag rpcwritetimeout for rpc http server (#358) 2023-11-27 22:48:56 +08:00
node_example_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
node_test.go p2p, p2p/discover: add signed ENR generation (#17753) 2024-06-28 11:30:16 +04:00
service.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
service_test.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
utils_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30