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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
executeCommon(...) in base_cross_chain_update_command.ts doesn't fully align with LIP (as it has lately updated), e.g., in LIP, we have beforeCrossChainMessagesExecution (which further uses verifyRoutingRules), but these methods are not visible in current code.
Motivation
Existing code should match LIP so we inadvertently don't miss any important check(s).
Description
executeCommon(...)
inbase_cross_chain_update_command.ts
doesn't fully align with LIP (as it has lately updated), e.g., in LIP, we have beforeCrossChainMessagesExecution (which further uses verifyRoutingRules), but these methods are not visible in current code.Motivation
Existing code should match LIP so we inadvertently don't miss any important check(s).
Additional Information
The text was updated successfully, but these errors were encountered: