Skip to content
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

Not handling states revert when subcall-reverts #192

Open
tonyke-bot opened this issue Sep 12, 2023 · 0 comments
Open

Not handling states revert when subcall-reverts #192

tonyke-bot opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@tonyke-bot
Copy link

Currently when implementing revm::interpreter::Host, the FuzzHost doesn't consider state rollback when call/create reverts.

This should be fine in most case but in the case where sub-call reverts and caller doesn't revert, the changed states in the reverted sub-call should be rollback to go back to the state before making this subcall.

@shouc shouc added the bug Something isn't working label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants