go-blockchain/p2p
Claude 07caca7b25
Some checks failed
Security Scan / security (push) Successful in 11s
Test / Test (push) Failing after 39s
feat(p2p): add missing response encoders for P2P listener
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
..
commands.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
encode.go feat(p2p): add missing response encoders for P2P listener 2026-04-02 00:42:30 +01:00
handshake.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
handshake_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
integration_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
ping.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
ping_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
relay.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
relay_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
sync.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
sync_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
timedsync.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00