kava
kava copied to clipboard
test(e2e-evm): Add CallCode tests for ABI compliance
Description
- Add
functionCallCode
to low level caller contract- Document details of the inline assembly
- Test specific callcode behavior to verify
functionCallCode
- Verify expected
msg.sender
,msg.value
, and storage location
- Verify expected
- Add
callcode
use for ABI basic tests to call mock contracts.