Official Go implementation of the Ethereum protocol
 
 
 
 
 
 
go-ethereum/p2p
cui 3754a6cc92
p2p/dnsdisc: using maps.Copy (#29377)
11 months ago
..
discover all: fix mismatched names in comments (#29348) 11 months ago
dnsdisc p2p/dnsdisc: using maps.Copy (#29377) 11 months ago
enode all: replace fmt.Errorf() with errors.New() if no param required (#29126) 1 year ago
enr all: fix mismatched names in comments (#29348) 11 months ago
msgrate log: remove lazy, remove unused interfaces, unexport methods (#28622) 1 year ago
nat all: replace fmt.Errorf() with errors.New() if no param required (#29126) 1 year ago
netutil p2p: initialize maps with known size (#27229) 2 years ago
nodestate all: fix mismatched names in comments (#29348) 11 months ago
rlpx all: update to go version 1.22.1 (#28946) 11 months ago
simulations all: fix mismatched names in comments (#29348) 11 months ago
tracker
dial.go p2p: fix race in dialScheduler (#29235) 12 months ago
dial_test.go p2p: initialize maps with known size (#27229) 2 years ago
message.go p2p: use atomic types (#27764) 2 years ago
message_test.go
metrics.go p2p, p2p/discover: add dial metrics (#27621) 2 years ago
peer.go all: remove dependency on golang.org/exp (#29314) 11 months ago
peer_error.go
peer_test.go
protocol.go all: update golang/x/ext and fix slice sorting fallout (#27909) 2 years ago
server.go all: remove dependency on golang.org/exp (#29314) 11 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) 1 year ago
transport_test.go
util.go
util_test.go