go-ethereum/p2p
Felix Lange 81f98e8a08 p2p/simulations, p2p/testing: port to p2p/enode
No surprises here, mostly replacements of discover.Node, discover.NodeID
with their new equivalents. The 'interesting' API changes are:

 - testing.ProtocolSession tracks complete nodes, not just their IDs.
 - adapters.NodeConfig has a new method to create a complete node.

These changes were needed to make swarm tests work.

Note that the NodeID change makes the code incompatible with old
simulation snapshots.
2018-09-24 23:56:51 +02:00
..
discover p2p/discover: port to p2p/enode 2018-09-24 23:56:51 +02:00
discv5 all: simplify s[:] to s where s is a slice (#17673) 2018-09-14 22:07:13 +02:00
enode p2p/enode: new package for p2p node representation 2018-09-24 23:55:42 +02:00
enr p2p/enode: new package for p2p node representation 2018-09-24 23:55:42 +02:00
nat all: simplify switches (#17267) 2018-07-30 12:30:09 +03:00
netutil p2p, p2p/discover: misc connectivity improvements (#16069) 2018-02-12 14:36:09 +02:00
protocols p2p/simulations, p2p/testing: port to p2p/enode 2018-09-24 23:56:51 +02:00
simulations p2p/simulations, p2p/testing: port to p2p/enode 2018-09-24 23:56:51 +02:00
testing p2p/simulations, p2p/testing: port to p2p/enode 2018-09-24 23:56:51 +02:00
dial.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
dial_test.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
message.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
message_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
metrics.go swarm: network rewrite merge 2018-06-21 21:10:31 +02:00
peer.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
peer_error.go p2p: fix some golint warnings (#16577) 2018-05-08 13:08:43 +02:00
peer_test.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
protocol.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
rlpx.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
rlpx_test.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
server.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00
server_test.go p2p: port to p2p/enode and discovery changes 2018-09-24 23:56:51 +02:00