You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROOT calls [CONTRACT1]// this call should produce nonempty return dataROOT resumes
ROOT executes [RETURNDATA sensitive opcode]ROOT calls or creates [successful / reverted / aborts / FAILURE via exception / failed precompile / other halting]// this call should squash return dataROOT resumes
ROOT executes [RETURNDATA sensitive opcode]ROOT calls [CONTRACT2]// this call should either [BALANCE_ABORT / produce different return data]ROOT resumes
ROOT executes [RETURNDATA sensitive opcode]ROOT stops
This test should be made parametric
the calls to CONTRACT 1 / CONTRACT 2 should be sourced from
simpleReturnDataProducer smc
precompile
nontrivial return data via REVERT
this call should have the option to abort (yes/no)
[RETURNDATA sensitive opcode]
from RETURNDATASIZE / RETURNDATACOPY
The text was updated successfully, but these errors were encountered:
We need to do tests of the following form
This test should be made parametric
CONTRACT 1
/CONTRACT 2
should be sourced fromsimpleReturnDataProducer
smcprecompile
REVERT
yes/no
)RETURNDATASIZE
/RETURNDATACOPY
The text was updated successfully, but these errors were encountered: