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
bugmaker9371 56cafb22ca p2p/discover: fix bug in `checkNodesEqual` 8 months ago
..
discover p2p/discover: fix bug in `checkNodesEqual` 8 months ago
dnsdisc p2p/dnsdisc: using clear builtin func (#29418) 10 months ago
enode p2p/enode: fix TCPEndpoint (#29827) 8 months ago
enr p2p/enode: fix endpoint determination for IPv6 (#29801) 8 months ago
msgrate log: remove lazy, remove unused interfaces, unexport methods (#28622) 1 year ago
nat p2p/nat: fix typos in comments (#29536) 10 months ago
netutil
nodestate all: fix mismatched names in comments (#29348) 10 months ago
rlpx all: update to go version 1.22.1 (#28946) 11 months ago
simulations p2p/simulations/adapters: use maps.Clone (#29626) 9 months ago
tracker
dial.go p2p: fix race in dialScheduler (#29235) 11 months ago
dial_test.go
message.go p2p: use atomic types (#27764) 2 years ago
message_test.go
metrics.go p2p: add inbound and outbound peers metric (#29424) 10 months ago
peer.go all: remove dependency on golang.org/exp (#29314) 10 months 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: fix typos (#29828) 8 months ago
server_nat.go p2p: fix accidental termination of portMappingLoop (#28911) 1 year ago
server_nat_test.go cmd/bootnode, p2p: support for alternate mapped ports (#26359) 2 years ago
server_test.go cmd/bootnode, p2p: support for alternate mapped ports (#26359) 2 years ago
transport.go p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074) 11 months ago
transport_test.go
util.go
util_test.go