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

re-entrancy oog tests #1113

Open
winsvega opened this issue Dec 7, 2022 · 0 comments
Open

re-entrancy oog tests #1113

winsvega opened this issue Dec 7, 2022 · 0 comments
Assignees

Comments

@winsvega
Copy link
Collaborator

winsvega commented Dec 7, 2022

tx goes to A -> {CALL, CALLCODE, DELEGATECALL} A -> do stuff | then again {CALL, CALLCODE, DELEGATECALL} A but with {OOG, REVERT, SUICIDE} | then just do stuff on the first level of depth and see what happens to the storage

no recurtion, use different function entrance in contract A

tx -> a
a.method1(), ok,
a.method2() -> {OOG, SUICIDE, REVERT}
a.method3() -> put smth to the storage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants