go-ethereum/p2p/discover
Yang Hau 93c2bc0f2a all: update math/rand to math/rand/v2
To ease the potential error and confusion among math/rand and
crypto/rand. math/rand/v2 has been introduced from 1.22.
This can avoid critical errors wehn calling rand.Read() in the
security-sensitive places. Other improvement can refer the golang doc
2024-09-08 12:18:56 +02:00
..
v4wire p2p/discover: refactor node and endpoint representation (#29844) 2024-05-29 15:02:26 +02:00
v5wire p2p: use netip.Addr where possible (#29891) 2024-06-05 19:31:04 +02:00
common.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
lookup.go p2p/discover: refactor node and endpoint representation (#29844) 2024-05-29 15:02:26 +02:00
metrics.go p2p/discover: fix Write method in metered connection (#30355) 2024-08-27 14:10:32 +02:00
node.go p2p/discover: remove type encPubkey (#30172) 2024-07-18 11:09:02 +02:00
ntp.go all: remove dependency on golang.org/exp (#29314) 2024-03-25 07:50:18 +01:00
table.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
table_reval.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
table_reval_test.go p2p/discover: refactor node and endpoint representation (#29844) 2024-05-29 15:02:26 +02:00
table_test.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
table_util_test.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
v4_lookup_test.go p2p/discover: remove type encPubkey (#30172) 2024-07-18 11:09:02 +02:00
v4_udp.go cmd/utils,p2p: enable discv5 by default (#30327) 2024-08-20 16:02:54 +02:00
v4_udp_test.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00
v5_talk.go p2p/discover: refactor node and endpoint representation (#29844) 2024-05-29 15:02:26 +02:00
v5_udp.go p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) 2024-06-06 16:15:22 +03:00
v5_udp_test.go all: update math/rand to math/rand/v2 2024-09-08 12:18:56 +02:00