Closed lumtis closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.23%. Comparing base (
2095aa6
) to head (e74f50a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[!CAUTION]
Review failed
The pull request is closed.
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?
@lumtis i merged main here since conflicts were just in bindings and will merge PR when CI is green
Change the event emitted in WithdrawAndCall and DepositAndCall to allow parsing these action with an empty message
Protocol integration associated PR: https://github.com/zeta-chain/node/pull/3018
Summary by CodeRabbit
New Features
call
function for calling omnichain smart contracts without asset transfers.WithdrawnAndCalled
andDepositedAndCalled
events for improved clarity on withdrawals and deposits involving contract calls.Bug Fixes
Documentation
Tests