go-ethereum/p2p/discv5
Daniel Liu ad0eea0f07
refactor(crypto): vendor in golang.org/x/crypto/sha3 #33323 (#2046)
The upstream libray has removed the assembly-based implementation of
keccak. We need to maintain our own library to avoid a peformance
regression.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: lightclient <lightclient@protonmail.com>
2026-02-28 17:23:57 +04:00
..
database.go all: fix goimports warning (#1903) 2026-01-04 17:22:26 +05:30
database_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00
metrics.go feat(p2p): add egress/ingress traffic metrics to discv5 udp transport #16369 (#2011) 2026-02-06 14:40:23 +05:30
net.go refactor(crypto): vendor in golang.org/x/crypto/sha3 #33323 (#2046) 2026-02-28 17:23:57 +04:00
net_test.go p2p: fix unused warnings (#1804) 2025-12-08 13:01:07 +05:30
node.go all: fix inconsistent receiver name (#1494) 2025-09-17 08:15:23 +08:00
node_test.go fix or skip tests due to PR-136 change 2021-10-20 20:17:47 +11:00
nodeevent_string.go refactor(p2p): enable goimports and varcheck linters #16446 (#2005) 2026-02-06 13:23:25 +05:30
ntp.go all: fix staticcheck warning S1039: unnecessary use of fmt.Sprintf 2024-10-24 12:49:37 +08:00
sim_run_test.go p2p/discv5: added new topic discovery package 2016-11-09 02:12:53 +01:00
sim_test.go all: fix whitespace error of golangci-lint, remove extra empty lines (#1624) 2025-10-19 14:42:12 +08:00
sim_testmain_test.go all: format golang files (#1548) 2025-09-21 19:41:54 +08:00
table.go refactor(p2p): enable goimports and varcheck linters #16446 (#2005) 2026-02-06 13:23:25 +05:30
table_test.go p2p: fix unused warnings (#1804) 2025-12-08 13:01:07 +05:30
ticket.go p2p: remove unused ticketRefByWaitTime and nextTicketReg (#1709) 2025-11-14 16:29:39 +05:30
topic.go styel(p2p): golint updates for this or self warning #16577 (#2007) 2026-02-06 13:25:53 +05:30
topic_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
udp.go feat(p2p): add egress/ingress traffic metrics to discv5 udp transport #16369 (#2011) 2026-02-06 14:40:23 +05:30
udp_test.go refactor(p2p): enable goimports and varcheck linters #16446 (#2005) 2026-02-06 13:23:25 +05:30