ethereum / ethereum/tests

re-entrancy oog tests

Open
#1,113 0 comments 0 reactions 1 assignee Claimed by @qbzzt View on GitHub
Dominant language
JavaScript
Stars
626
Forks
364
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.