-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
debug_traceTransaction
enableReturnData
should be ignored for RPC responses
#3032
Comments
Yes, that sounds right! |
This issue is stale because it has been open for 14 days with no activity. |
@mattsse is this still relevant? |
yeah, the pr is still blocked because revm pr is not included in the patch. |
This issue is stale because it has been open for 14 days with no activity. |
actually, since enableReturnData is opt-in, it would be more effort to remove support for it in the regular rpc calls |
Describe the feature
the response type
StructLogRes
doesn't even include areturnData
field, and this is only used for local debugging.It should simply be ignored so we don't capture return data that we don't need
it's only used for
debug_standardTraceBlockToFile
anddebug_standardTraceBadBlockToFile
rpc callsTODO
StructLog
type (StructLogRes
)enableReturnData
setting for regulardebug_trace
calls that return RPCis this correct @shekhirin ?
Additional context
No response
The text was updated successfully, but these errors were encountered: