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
cui 3754a6cc92
p2p/dnsdisc: using maps.Copy (#29377)
6 months ago
..
discover all: fix mismatched names in comments (#29348) 6 months ago
dnsdisc p2p/dnsdisc: using maps.Copy (#29377) 6 months ago
enode all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
enr all: fix mismatched names in comments (#29348) 6 months ago
msgrate log: remove lazy, remove unused interfaces, unexport methods (#28622) 10 months ago
nat all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
netutil p2p: initialize maps with known size (#27229) 1 year ago
nodestate all: fix mismatched names in comments (#29348) 6 months ago
rlpx all: update to go version 1.22.1 (#28946) 6 months ago
simulations all: fix mismatched names in comments (#29348) 6 months ago
tracker all: fix some typos (#25551) 2 years ago
dial.go p2p: fix race in dialScheduler (#29235) 6 months ago
dial_test.go p2p: initialize maps with known size (#27229) 1 year ago
message.go p2p: use atomic types (#27764) 1 year ago
message_test.go p2p: move rlpx into separate package (#21464) 4 years ago
metrics.go p2p, p2p/discover: add dial metrics (#27621) 1 year ago
peer.go all: remove dependency on golang.org/exp (#29314) 6 months ago
peer_error.go p2p: use errors.Is for error comparison (#24882) 2 years ago
peer_test.go p2p: move rlpx into separate package (#21464) 4 years ago
protocol.go all: update golang/x/ext and fix slice sorting fallout (#27909) 1 year ago
server.go all: remove dependency on golang.org/exp (#29314) 6 months ago
server_nat.go p2p: fix accidental termination of portMappingLoop (#28911) 8 months ago
server_nat_test.go cmd/bootnode, p2p: support for alternate mapped ports (#26359) 1 year ago
server_test.go cmd/bootnode, p2p: support for alternate mapped ports (#26359) 1 year ago
transport.go p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074) 7 months ago
transport_test.go all: update license headers and AUTHORS from git history (#24947) 2 years ago
util.go all: assign zero after resize in implementations of heap.Interface (#26296) 2 years ago
util_test.go p2p: new dial scheduler (#20592) 5 years ago