kava icon indicating copy to clipboard operation
kava copied to clipboard

test(e2e-evm): Add CallCode tests for ABI compliance

Open drklee3 opened this issue 4 months ago • 0 comments

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
  • Add callcode use for ABI basic tests to call mock contracts.

drklee3 avatar Oct 16 '24 21:10 drklee3