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

Simplify EVM reading procedure in order to control memory consumption #543

Open
4 tasks
marcelstanley opened this issue Jul 30, 2024 · 0 comments
Open
4 tasks
Labels
#feat:evm-reader Feature: evm reader
Milestone

Comments

@marcelstanley
Copy link
Collaborator

marcelstanley commented Jul 30, 2024

📚 Context

As described on #513, the memory consumption of node 1.x increases indefinitely with time.
Such behavior has been traced back to the state-server and should be better controlled.

✔️ Solution

Simplify EVM reading mechanism, ideally replacing the current solution with a simpler alternative.

📈 Subtasks

  • Evaluate alternatives for the EVM reading mechanism
  • Implement EVM reading mechanism
  • Updates tests
  • Update docs
@marcelstanley marcelstanley added triage To be triaged 1.x labels Jul 30, 2024
@marcelstanley marcelstanley added this to the 1.6 milestone Jul 30, 2024
@marcelstanley marcelstanley added #feat:evm-reader Feature: evm reader and removed 1.x triage To be triaged labels Aug 2, 2024
@marcelstanley marcelstanley moved this to 📋 Backlog in Node Unit Aug 9, 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

1 participant