go-p2p/node
Snider 6fd3fe1cd2
All checks were successful
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Successful in 2m2s
refactor(node): migrate module path to dappco.re/go/core/p2p
Update go.mod module line from forge.lthn.ai/core/go-p2p to
dappco.re/go/core/p2p. Migrate core dependency paths: go-log to
dappco.re/go/core/log v0.1.0, go-io to dappco.re/go/core/io v0.2.0.
Update all .go import paths across 18 source files. Borg, Poindexter,
and Enchantrix dependencies remain on forge.lthn.ai as they have not
been migrated upstream.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 02:06:51 +00:00
..
levin refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
bench_test.go chore: migrate Snider deps from github.com to forge.lthn.ai 2026-02-22 21:42:39 +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 refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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 refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
controller_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
dispatcher.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
dispatcher_test.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
errors.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
identity.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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 refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +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(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
worker_test.go fix: improve UEPS packet validation and worker error handling 2026-03-09 08:30:59 +00:00