go-p2p/node
Snider ca04a88e35 refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:16 +00:00
..
levin refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
bench_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
bufpool.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
bufpool_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
bundle.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
bundle_test.go test(node): push coverage from 72.4% to 87.4% 2026-02-20 02:33:54 +00:00
controller.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
controller_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
dispatcher.go feat: implement UEPS packet dispatcher with threat circuit breaker 2026-02-20 00:23:10 +00:00
dispatcher_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
identity.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
identity_test.go test(node): push coverage from 72.4% to 87.4% 2026-02-20 02:33:54 +00:00
integration_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
message.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
message_test.go test(node): push coverage from 72.4% to 87.4% 2026-02-20 02:33:54 +00:00
peer.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
peer_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
protocol.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
protocol_test.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
transport.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
transport_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
worker.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
worker_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00