quorum/cmd
Felix Lange 6f607de5d5
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.
2018-10-12 11:47:24 +02:00
..
abigen cmd/abigen: support for --type flag with piped data (#17648) 2018-10-06 16:27:12 +02:00
bootnode p2p, p2p/discover: add signed ENR generation (#17753) 2018-10-12 11:47:24 +02:00
clef cmd/clef: encrypt the master seed on disk (#17704) 2018-10-09 11:05:41 +02:00
ethkey cmd/ethkey: fix the README to match updated commands (#17332) 2018-09-04 13:45:27 +02:00
evm cmd/evm: fix state dump (#17832) 2018-10-04 10:22:41 +02:00
faucet all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
geth core/vm: add switches to select evm+ewasm interpreters (#17687) 2018-09-20 10:44:35 +03:00
internal/browser cmd/geth: added 'geth bug' command (#3684) 2017-02-20 15:26:21 +02:00
p2psim all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
puppeth cmd/puppeth: fix node URL in health check (#17802) 2018-10-04 12:34:49 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm cmd/swarm: speed up tests (#17878) 2018-10-09 14:08:40 +02:00
utils cmd/utils: fix bug when checking for flag value conflicts (#17803) 2018-10-08 17:08:56 +03:00
wnode all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00