This repository was archived by the owner on Jul 5, 2024. It is now read-only.
proposal: set EnableMemory to false when tracing #502
Closed
Description
and "reconstruct" memory in rust side by re-interprete memory related opcodes like MSTORE/MLOAD/MSTORE8/COPYCODETOMEMORY/...
The reason for this is that "EnableMemory: true" costs huge amount of geth server resource(cpu, mem, network). It becomes unviable to set EnableMemory:true.
More details: scroll-tech/go-ethereum#94 (comment)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done