cartesi / rollups-node

Reference implementation of the Cartesi Rollups Node
Apache License 2.0
23 stars 64 forks source link

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

Open marcelstanley opened 3 months ago

marcelstanley commented 3 months ago

📚 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