You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @notice A lightweight processor for handling cross-chain messages with atomic and non-atomic execution
14
-
* @dev Implements IMessageRecipient for Hyperlane message handling and ProcessorBase for core shared processor logic
15
+
* @dev Implements IMessageRecipient for Hyperlane message handling, ProcessorBase for core shared processor logic and ReentrancyGuard to prevent re-entrancy attacks.
* @notice (unimplemented) A full implementation of a Processor.
14
+
* @dev Implements IMessageRecipient for Hyperlane message handling, ProcessorBase for core shared processor logic and ReentrancyGuard to prevent re-entrancy attacks.
0 commit comments