Commit Graph

686 Commits (deb5c087c41e5d7692fac2cff4c5aa547a108bc1)

Author SHA1 Message Date
Guillaume Michel f544fc3b46
p2p/enode: add quic ENR entry (#30283) 6 days ago
Nicolas Gotchac 87377c58bc
p2p/discover: fix Write method in metered connection (#30355) 3 weeks ago
lightclient 00294e9d28
cmd/utils,p2p: enable discv5 by default (#30327) 1 month ago
lightclient 33a13b6f21
p2p/simulations: remove packages (#30250) 1 month ago
Daniel Knopik de6d597679
p2p/discover: schedule revalidation also when all nodes are excluded (#30239) 2 months ago
Marius G 6e33dbf96a
p2p: fix flaky test TestServerPortMapping (#30241) 2 months ago
dknopik b0f66e34ca
p2p/nat: return correct port for ExtIP NAT (#30234) 2 months ago
yukionfire 4dfc75deef
beacon/types, cmd/devp2p, p2p/enr: clean up uses of fmt.Errorf (#30182) 2 months ago
Felix Lange ad49c708f5
p2p/discover: remove type encPubkey (#30172) 2 months ago
Nathan Jo 4bbe993252
p2p: fix ip change log parameter (#30158) 2 months ago
Halimao a71f6f91fd
p2p/discover: improve flaky revalidation tests (#30023) 3 months ago
David Theodore 27654d3022
p2p/rlpx: 2KB maximum size for handshake messages (#30029) 3 months ago
bugmaker9371 b6f2bbd417
p2p/simulations: update doc of HTTP endpoints (#29894) 3 months ago
Gealber Morales 8bda642963
p2p: use package slices to sort in PeersInfo (#29957) 3 months ago
Gealber Morales 349fcdd22d
p2p/discover: add missing lock when calling tab.handleAddNode (#29960) 3 months ago
Felix Lange 85459e1439
p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) 4 months ago
Hteev Oli 0750cb0c8f
p2p/netutil: fix comments (#29942) 4 months ago
Felix Lange bc6569462d
p2p: use netip.Addr where possible (#29891) 4 months ago
Felix Lange 94a8b296e4
p2p/discover: refactor node and endpoint representation (#29844) 4 months ago
lilasxie 153f8da887
p2p/nodestate: remove unused package (#29872) 4 months ago
bugmaker9371 daf4f72077
p2p/simulations: remove stale information about docker adapter (#29874) 4 months ago
lightclient cc22e0cdf0
p2p/discover: fix update logic in handleAddNode (#29836) 4 months ago
Felix Lange af0a3274be
p2p/discover: fix crash when revalidated node is removed (#29864) 4 months ago
gitglorythegreat 64b1cd8aaf
p2p: fix typos (#29828) 4 months ago
Aaron Chen 61b3d93bb0
p2p/enode: fix TCPEndpoint (#29827) 4 months ago
Felix Lange cc9e2bd9dd
p2p/enode: fix endpoint determination for IPv6 (#29801) 4 months ago
Felix Lange 6a9158bb1b
p2p/discover: improved node revalidation (#29572) 4 months ago
Kiarash Hajian 905e325cd8
p2p/discover/v5wire: add tests for invalid handshake and auth data size (#29708) 5 months ago
Aaron Chen 8c3fc56d7f
p2p/simulations/adapters: use maps.Clone (#29626) 5 months ago
Undefinedor a13b92524d
eth/protocols/eth,p2p/discover: remove unnecessary checks (#29590) 5 months ago
bugmaker9371 98f504f69f
p2p/discover: fix test error messages (#29592) 5 months ago
Seungbae Yu 67422e2a56
p2p/nat: fix typos in comments (#29536) 5 months ago
Abirdcfly b179b7b8e7
all: remove duplicate word in comments (#29531) 5 months ago
Bin 0bbd88bda0
all: use timer instead of time.After in loops, to avoid memleaks (#29241) 5 months ago
cui 9dfe728909
p2p/discover: using slices.Contains (#29395) 6 months ago
cui 2e0c5e05ba
p2p/dnsdisc: using clear builtin func (#29418) 6 months ago
Ng Wei Han dfb3d46098
p2p: add inbound and outbound peers metric (#29424) 6 months ago
cui 3754a6cc92
p2p/dnsdisc: using maps.Copy (#29377) 6 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 6 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 6 months ago
Martin HS d9bde37ac3
log: use native log/slog instead of golang/exp (#29302) 6 months ago
Martin HS 14eb8967be
all: use min/max/clear from go1.21 (#29307) 6 months ago
Martin HS ab49f228ad
all: update to go version 1.22.1 (#28946) 6 months ago
Felix Lange 758fce71fa
p2p: fix race in dialScheduler (#29235) 6 months ago
Kero 3dc549b3d7
p2p/simulations/adapters: fix error messages in TestTCPPipeBidirections (#29207) 6 months ago
Undefinedor a6d6e8ac41
rpc: remove deprecated method "Notifier.Closed" (#29162) 7 months ago
yzb a732ad0364
p2p: remove unused argument 'flags' (#29132) 7 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 7 months ago
cui fliter dbc27a199f
all: fix function names in docs (#29128) 7 months ago
Qt 26724fc2aa
p2p, log, rpc: use errors.New to replace fmt.Errorf with no parameters (#29074) 7 months ago