Skip to content

fix: increase MAX_SUPPORTED_LOGS_NUMBER from 5 to 100 #538

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

DeVikingMark
Copy link

This change increases the maximum number of logs that can be fetched from 5 to 100.

The current limit is too restrictive for modern dApps that generate more logs during transactions.

It improves usability while maintaining reasonable performance.

@ncitron
Copy link
Collaborator

ncitron commented Mar 1, 2025

Proving logs is the least efficient thing Helios does now. We have a solution to this we will be shipping soon, but I am hesitant to change this value now.

I do think it makes sense to make this value configurable though. Maybe we could add a --max-logs value to the config?

@DeVikingMark
Copy link
Author

@ncitron I've made some changes, jsut curious what are your thoughts

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.

2 participants