Skip to content

feat(l1): implement discv5 handshake encoding/decoding#5653

Merged
ElFantasma merged 6 commits intodiscv5from
discv5_handshake
Dec 16, 2025
Merged

feat(l1): implement discv5 handshake encoding/decoding#5653
ElFantasma merged 6 commits intodiscv5from
discv5_handshake

Conversation

@edg-l
Copy link
Contributor

@edg-l edg-l commented Dec 16, 2025

Motivation

Description

Checklist

  • Updated STORE_SCHEMA_VERSION (crates/storage/lib.rs) if the PR includes breaking changes to the Store requiring a re-sync.

Closes #5570
Closes #5571

@github-actions github-actions bot added the L1 Ethereum client label Dec 16, 2025
@github-actions
Copy link

github-actions bot commented Dec 16, 2025

Lines of code report

Total lines added: 231
Total lines removed: 0
Total lines changed: 231

Detailed view
+-------------------------------------------------+-------+------+
| File                                            | Lines | Diff |
+-------------------------------------------------+-------+------+
| ethrex/crates/networking/p2p/discv5/messages.rs | 840   | +231 |
+-------------------------------------------------+-------+------+

@edg-l edg-l marked this pull request as ready for review December 16, 2025 14:37
@edg-l edg-l requested a review from a team as a code owner December 16, 2025 14:37
@ethrex-project-sync ethrex-project-sync bot moved this to In Review in ethrex_l1 Dec 16, 2025
@ElFantasma ElFantasma merged commit 4aae22c into discv5 Dec 16, 2025
45 checks passed
@ElFantasma ElFantasma deleted the discv5_handshake branch December 16, 2025 21:59
@github-project-automation github-project-automation bot moved this from In Review to Done in ethrex_l1 Dec 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L1 Ethereum client

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Implement Handshake Packet encoding Implement Handshake Packet decoding

2 participants