-
Notifications
You must be signed in to change notification settings - Fork 141
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
Trace final actor state #1995
Comments
@aarshkshah1992 can we sync on this issue this week. I can talk with Eva if this is really needed by Blockscout, etc. |
@Stebalien this is only with a
This is with |
Yes.
Yes. (probably
We shouldn't have to include the ID because it should always be paired with an
Yes. Although that'll be cached so the check should be fast. |
At the moment, we trace the state of every invoked actor, but we don't include the state after it returns. For completeness, we should include the after state giving us:
The text was updated successfully, but these errors were encountered: