Skip to content

chore(l1): fix discv5 branch lints#5633

Merged
edg-l merged 2 commits intodiscv5from
discv5_lint
Dec 15, 2025
Merged

chore(l1): fix discv5 branch lints#5633
edg-l merged 2 commits intodiscv5from
discv5_lint

Conversation

@edg-l
Copy link
Contributor

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

Checklist

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

Closes #issue_number

@edg-l edg-l requested a review from a team as a code owner December 15, 2025 13:10
@github-actions
Copy link

Lines of code report

Total lines added: 14
Total lines removed: 0
Total lines changed: 14

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


let (static_header, flag, nonce, authdata, authdata_end) =
Packet::decode_header(&mut cipher, encoded_packet)?;
let packet_header = Packet::decode_header(&mut cipher, encoded_packet)?;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we move Packet::decode_header to PacketHeader::decode?

@edg-l edg-l changed the title chore(l1) fix discv5 branch lints chore(l1): fix discv5 branch lints Dec 15, 2025
@github-actions github-actions bot added the L1 Ethereum client label Dec 15, 2025
@github-project-automation github-project-automation bot moved this to In Review in ethrex_l1 Dec 15, 2025
@edg-l edg-l merged commit 4af6e40 into discv5 Dec 15, 2025
38 of 39 checks passed
@edg-l edg-l deleted the discv5_lint branch December 15, 2025 13:39
@github-project-automation github-project-automation bot moved this from In Review to Done in ethrex_l1 Dec 15, 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.

3 participants