No description
Find a file
Claude 8f94639ec9
feat: extract P2P networking and UEPS protocol from Mining repo
P2P node layer (peer discovery, WebSocket transport, message protocol,
worker pool, identity management) and Unified Ethical Protocol Stack
(TLV packet builder with HMAC-signed frames).

Ported from github.com/Snider/Mining/pkg/{node,ueps,logging}

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:47:10 +00:00
logging feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
node feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
ueps feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
go.mod feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
go.sum feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00