go-p2p/node/levin
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
..
connection.go feat(levin): connection with framed TCP packet I/O 2026-02-20 19:29:41 +00:00
connection_test.go feat(levin): connection with framed TCP packet I/O 2026-02-20 19:29:41 +00:00
header.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
header_test.go feat(levin): header encode/decode (33-byte Levin packet framing) 2026-02-20 19:23:24 +00:00
storage.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
storage_test.go feat(levin): portable storage section encode/decode 2026-02-20 19:27:31 +00:00
varint.go refactor(node): migrate module path to dappco.re/go/core/p2p 2026-03-22 02:06:51 +00:00
varint_test.go feat(levin): portable storage varint encode/decode 2026-02-20 19:23:28 +00:00