Closed lumtis closed 1 week 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?
Attention: Patch coverage is 0%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 63.13%. Comparing base (
edebb7a
) to head (d09760f
). Report is 6 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/contracts/testdappv2/TestDAppV2.go | 0.00% | 16 Missing :warning: |
Description
Use 7M gas instead of 4M when processing a revert outbound.
To test the change, the
onRevert
hook on ZetaChain testDApp consume 300k more gasTo check the change is effective: Revert back this line: https://github.com/zeta-chain/node/pull/3144/files#diff-503de1565f57cda7a6a71c86db258cf0b5eb1a346eb009991b2f2ea1d30df70eR50 The
v2EthWithdrawAndRevertTest
will fail because of the current issue (outbound not observed)Summary by CodeRabbit
New Features
Bug Fixes
PostVoteOutboundRevertGasLimit
to accommodate potential high gas consumption.Tests