Open
Description
Component
Forge
Describe the feature you would like
Follow up of #4072 for adding remaining expect*Call
cheatcodes
-
expect*Call
cheatcodes: similar to expectEmit, these let us specify the expected call with its callee and calldata. We use these less frequently, but I think they can be useful even for fuzzing tests.-
expectRegularCall
: Expect a call using theCALL
opcode and specified parameters -
expectStaticCall
: Expect a call using theSTATICCALL
opcode and specified parameters -
expectDelegateCall
: Expect a call using theDELEGATECALL
opcode and specified parameters -
expectNoCall
: Expect no calls to be made after this cheat code -
expectCreate
: Expects the deployment of the specified bytecode by the specified address using theCREATE
opcode -
expectCreate2
: Expects the deployment of the specified bytecode by the specified address using theCREATE2
opcode
-
Additional context
No response
Metadata
Metadata
Assignees
Type
Projects
Status
Todo