go-ethereum/p2p/enode
rayoo 415fe376a3
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
p2p/enode: close sources added after FairMix shutdown (#35298)
`FairMix.AddSource` takes ownership of the supplied iterator, but if the
mixer has already been closed it currently returns without closing that
iterator. Close the rejected source in this shutdown path so callers
racing with `Close` do not leak iterator resources.
2026-07-05 20:21:24 +02:00
..
idscheme.go crypto/keccak: vendor in golang.org/x/crypto/sha3 (#33323) 2026-02-03 14:55:27 -07:00
idscheme_test.go all: new p2p node representation (#17643) 2018-09-25 00:59:00 +02:00
iter.go p2p/enode: close sources added after FairMix shutdown (#35298) 2026-07-05 20:21:24 +02:00
iter_test.go p2p: fix error message in test (#32804) 2025-09-30 19:30:47 +08:00
localnode.go p2p: refactor to use time.Now().UnixMilli() in golang std lib (#32402) 2025-08-14 16:28:57 +08:00
localnode_test.go p2p: refactor to use time.Now().UnixMilli() in golang std lib (#32402) 2025-08-14 16:28:57 +08:00
node.go p2p/enode: optimize DistCmp (#32888) 2025-10-13 16:16:07 +02:00
node_test.go p2p/enode: optimize DistCmp (#32888) 2025-10-13 16:16:07 +02:00
nodedb.go p2p: refactor to use time.Now().UnixMilli() in golang std lib (#32402) 2025-08-14 16:28:57 +08:00
nodedb_test.go p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
urlv4.go p2p: DNS resolution for static nodes (#30822) 2024-12-13 12:46:12 +01:00
urlv4_test.go p2p: DNS resolution for static nodes (#30822) 2024-12-13 12:46:12 +01:00