We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As recommended by @holiman on holiman/goevmlab#131 (comment) and @MariusVanDerWijden on discord, we shouldn't be storing EVM trace events longer than necessary.
For example, we'd need to change this:
execution-specs/src/ethereum_spec_tools/evm_tools/t8n/evm_trace.py
Line 207 in 8fad0e6
And remove this:
execution-specs/src/ethereum/shanghai/vm/__init__.py
Line 47 in 119208c
The text was updated successfully, but these errors were encountered:
gurukamath
No branches or pull requests
As recommended by @holiman on holiman/goevmlab#131 (comment) and @MariusVanDerWijden on discord, we shouldn't be storing EVM trace events longer than necessary.
For example, we'd need to change this:
execution-specs/src/ethereum_spec_tools/evm_tools/t8n/evm_trace.py
Line 207 in 8fad0e6
And remove this:
execution-specs/src/ethereum/shanghai/vm/__init__.py
Line 47 in 119208c
The text was updated successfully, but these errors were encountered: