-
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
add returndata to transaction receipts where available #8079
Comments
when would this be the case? |
from the perspective of the user, ideally, all the time - which would mean re-running the transaction or caching the returndata in a separate database. "when it makes sense" just means subject to performance constraints. |
This issue is stale because it has been open for 21 days with no activity. |
Bump |
should this be eth_replayTransaction ? |
closing as not planned until there's an EIP for an additional endpoint |
Describe the feature
per ethereum/execution-apis#542
Additional context
the proposed change to the api spec makes it optional to include returndata. the first implementation step could be to just add the
returnData
field with a value ofnil
, and then the second implementation step is to fill it in when it makes senseThe text was updated successfully, but these errors were encountered: