Tests for SLOAD
and SSTORE
where one of these instructions has multiple revert reasons
#1660
Labels
SLOAD
and SSTORE
where one of these instructions has multiple revert reasons
#1660
We need to write tests where some execution context, at depth e.g. 3 or 4 or more, performs
SLOAD
's andSSTORE
's that will get reverted by several parent contexts reverting. We should even do a test where we have a deep tower ofCALL
's which alternate in whether or not theySELF_REVERT
and they all modify the same storage.The text was updated successfully, but these errors were encountered: