Skip to content

Conversation

@radik878
Copy link
Contributor

@radik878 radik878 commented Dec 6, 2025

The got_notif flag in RpcService::batch was written but never read, so it effectively had no impact on the batch response. Batch notification semantics for IPC are already correctly handled in ipc::process_batch_request, which does not rely on this flag.

This change removes the unused variable and simplifies the Notification match armandling semantics intact.

Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

reasonable

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Reth Tracker Dec 10, 2025
@mattsse mattsse added this pull request to the merge queue Dec 10, 2025
@mattsse mattsse added the C-debt A clean up/refactor of existing code label Dec 10, 2025
Merged via the queue into paradigmxyz:main with commit c9431b2 Dec 10, 2025
44 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reth Tracker Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-debt A clean up/refactor of existing code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants