Closed skosito closed 1 month ago
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
:no_entry: Files ignored due to path filters (37)
* `v2/docs/src/contracts/Revert.sol/interface.Revertable.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/Revert.sol/struct.RevertContext.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/Revert.sol/struct.RevertOptions.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/ERC20Custody.sol/contract.ERC20Custody.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/GatewayEVM.sol/contract.GatewayEVM.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/ZetaConnectorBase.sol/abstract.ZetaConnectorBase.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/ZetaConnectorNative.sol/contract.ZetaConnectorNative.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/ZetaConnectorNonNative.sol/contract.ZetaConnectorNonNative.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IERC20Custody.sol/interface.IERC20Custody.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IERC20Custody.sol/interface.IERC20CustodyErrors.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IERC20Custody.sol/interface.IERC20CustodyEvents.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IGatewayEVM.sol/interface.Callable.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IGatewayEVM.sol/interface.IGatewayEVM.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IGatewayEVM.sol/interface.IGatewayEVMErrors.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IGatewayEVM.sol/interface.IGatewayEVMEvents.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IGatewayEVM.sol/struct.MessageContext.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IZetaConnector.sol/interface.IZetaConnectorEvents.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/evm/interfaces/IZetaNonEthNew.sol/interface.IZetaNonEthNew.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/GatewayZEVM.sol/contract.GatewayZEVM.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/SystemContract.sol/contract.SystemContract.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/SystemContract.sol/interface.SystemContractErrors.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/ZRC20.sol/contract.ZRC20.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/ZRC20.sol/interface.ZRC20Errors.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVM.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVMErrors.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IGatewayZEVM.sol/interface.IGatewayZEVMEvents.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IGatewayZEVM.sol/struct.CallOptions.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/ISystem.sol/interface.ISystem.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IWZETA.sol/interface.IWETH9.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IZRC20.sol/enum.CoinType.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IZRC20.sol/interface.IZRC20.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IZRC20.sol/interface.IZRC20Metadata.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/IZRC20.sol/interface.ZRC20Events.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/UniversalContract.sol/interface.UniversalContract.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/UniversalContract.sol/interface.zContract.md` is excluded by `!v2/docs/**` * `v2/docs/src/contracts/zevm/interfaces/UniversalContract.sol/struct.zContext.md` is excluded by `!v2/docs/**` * `v2/pkg/gatewayevmzevm.t.sol/gatewayevmzevmtest.go` is excluded by `!v2/pkg/**`CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including
**/dist/**
will override the default block on thedist
directory.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
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 84.19%. Comparing base (
1a7773c
) to head (5db31e3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
2 things missed in original PR:
Summary by CodeRabbit
New Features
depositAndCall
.Bug Fixes
Tests