Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/p2p
Martin HS 5adc314817
build: update to golangci-lint 1.61.0 (#30587)
1 month ago
..
discover build: update to golangci-lint 1.61.0 (#30587) 1 month ago
dnsdisc p2p/dnsdisc: using clear builtin func (#29418) 8 months ago
enode p2p/discover: fix flaky tests writing to test.log after completion (#30506) 2 months ago
enr p2p/enode: add quic ENR entry (#30283) 2 months ago
msgrate log: remove lazy, remove unused interfaces, unexport methods (#28622) 12 months ago
nat p2p/nat: return correct port for ExtIP NAT (#30234) 4 months ago
netutil p2p/netutil: fix comments (#29942) 6 months ago
pipes p2p/simulations: remove packages (#30250) 3 months ago
rlpx p2p/simulations: remove packages (#30250) 3 months ago
tracker
dial.go p2p: use netip.Addr where possible (#29891) 6 months ago
dial_test.go
message.go p2p: use atomic types (#27764) 1 year ago
message_test.go
metrics.go p2p: add inbound and outbound peers metric (#29424) 8 months ago
peer.go build: update to golangci-lint 1.61.0 (#30587) 1 month ago
peer_error.go
peer_test.go
protocol.go all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
server.go p2p: use package slices to sort in PeersInfo (#29957) 6 months ago
server_nat.go p2p: fix ip change log parameter (#30158) 4 months ago
server_nat_test.go p2p: fix flaky test TestServerPortMapping (#30241) 4 months ago
server_test.go
transport.go p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074) 9 months ago
transport_test.go p2p/simulations: remove packages (#30250) 3 months ago
util.go
util_test.go