re-entrancy oog tests
Open
- 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.