Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(events): don't log.Warn for EVM events with non-Raw codec #11742

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented Mar 19, 2024

Codec != Raw likely means built-in actor events, which we can safely skip, so avoid filling up logs with warnings for every built-in actor event that comes past this point.

Related Issues

Fixes: #11718

Proposed Changes

Don't log anything at all. I originally proposed downgrading to a debug bit I don't think there's much point once we're here because it'll be so common and not unexpected.

Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
@rjan90 rjan90 merged commit 2e75f3b into master Mar 19, 2024
92 checks passed
@rjan90 rjan90 deleted the rvagg/evm-event-log-fix branch March 19, 2024 09:10
rjan90 pushed a commit that referenced this pull request Mar 20, 2024
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
@rjan90 rjan90 mentioned this pull request Mar 20, 2024
8 tasks
rjan90 pushed a commit that referenced this pull request Mar 21, 2024
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
rjan90 pushed a commit that referenced this pull request Mar 21, 2024
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
rjan90 pushed a commit that referenced this pull request Mar 22, 2024
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
LexLuthr pushed a commit that referenced this pull request Mar 26, 2024
Codec != Raw likely means built-in actor events, which we can safely skip, so
avoid filling up logs with warnings for every built-in actor event that comes
past this point.

Fixes: #11718
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eth_getLogs produces lots of WARN log output for non-FEVM events
3 participants