go-ethereum/cmd/devp2p/internal
ericxtheodore 32d537cd58
all: replace fmt.Errorf with errors.New (#32286)
The errors.new function does not require string formatting, so its
performance is better than that of fmt.Errorf.
2025-07-28 10:13:18 +02:00
..
ethtest all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
v4test all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
v5test cmd/devp2p/internal/v5test: log test descriptions (#31551) 2025-04-03 15:58:37 +02:00