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

[EVM Reader] Read Inputs in smaller batches #491

Open
1 task
fmoura opened this issue Jun 27, 2024 · 0 comments
Open
1 task

[EVM Reader] Read Inputs in smaller batches #491

fmoura opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
#feat:evm-reader Feature: evm reader
Milestone

Comments

@fmoura
Copy link
Contributor

fmoura commented Jun 27, 2024

📚 Context

The current 2.0 Input Reader Implementation is reading all inputs on a given block range. This block range could be huge and experiments shows unwanted behavior on Infura and Alchemy

✔️ Solution

If the number of blocks is larger than a threshold , read them in smaller batches to avoid memory consumption problems

📈 Subtasks

  • If there is a solution, what are the subtasks for completing this issue?
@fmoura fmoura added the #feat:evm-reader Feature: evm reader label Jun 27, 2024
@fmoura fmoura added this to the 2.x milestone Jun 27, 2024
@fmoura fmoura self-assigned this Jun 27, 2024
@marcelstanley marcelstanley modified the milestones: 2.x, 2.0.0 Aug 2, 2024
@fmoura fmoura changed the title Read Inputs in smaller batches [EVM Reader] Read Inputs in smaller batches Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#feat:evm-reader Feature: evm reader
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants