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 14cc967d19
all: remove dependency on golang.org/exp (#29314)
11 months ago
..
discover all: remove dependency on golang.org/exp (#29314) 11 months ago
dnsdisc all: remove dependency on golang.org/exp (#29314) 11 months ago
enode all: replace fmt.Errorf() with errors.New() if no param required (#29126) 11 months ago
enr
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) 11 months ago
netutil
nodestate
rlpx all: update to go version 1.22.1 (#28946) 11 months ago
simulations log: use native log/slog instead of golang/exp (#29302) 11 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, 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) 12 months ago
transport_test.go
util.go
util_test.go