Commit graph

1 commit

Author SHA1 Message Date
Claude
07caca7b25
feat(p2p): add missing response encoders for P2P listener
Some checks failed
Security Scan / security (push) Successful in 11s
Test / Test (push) Failing after 39s
HandshakeResponse.Encode, HandshakeRequest.Decode,
RequestChain.Decode, ResponseChainEntry.Encode — all using
go-p2p's EncodeStorage/DecodeStorage.

These enable the Go node to accept incoming P2P connections
and serve blocks to other peers (full seed node capability).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 00:42:30 +01:00