Skip to content

Conversation

@maradini77
Copy link
Contributor

Description

  • Summary: Remove unused and redundant trait bounds to simplify the API and improve reusability.
  • Rationale: The function doesn't use hashing, so Hash bound is unnecessary. Eq is redundant since Ord already implies Eq.
  • Changes:
    • Remove core::hash::Hash + Eq bounds from key type K
    • Keep only Clone + Ord which are actually required for the merge logic

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Oct 21, 2025
@mediocregopher mediocregopher added this pull request to the merge queue Oct 21, 2025
Merged via the queue into paradigmxyz:main with commit 6456729 Oct 21, 2025
41 of 42 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reth Tracker Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants