Closed skosito closed 1 month ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.92%. Comparing base (
c2ce913
) to head (b98b0d9
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@lumtis @fadeev could you please check this one?
same as: https://github.com/zeta-chain/protocol-contracts/pull/350 just correct base branch and onCall function payable
Summary by CodeRabbit
Release Notes
New Features
GatewayEVM
andGatewayZEVM
contracts.CallOptions
structure for standardized call parameters, improving clarity in function calls.onCall
function inReceiverEVM
contract to handle incoming calls with context.ReceivedOnCall
added for better event handling inIReceiverEVMEvents
.Bug Fixes
Tests
GatewayEVM
andGatewayZEVM
with new scenarios and validation checks.CallOptions
structure for consistency.