Skip to content

Conversation

@maradini77
Copy link
Contributor

When using cast logs with an event signature and indexed arguments, extra arguments beyond the number of indexed inputs are silently ignored. This causes the filter to be broader than expected, potentially matching unintended events, which is problematic for automated scripts and monitoring tools.

The issue occurs because build_filter_event_sig uses zip() to pair event inputs with user-provided arguments, and any excess arguments are simply dropped without notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant