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
For OP Stack native interop, transactions that include invalid cross chain messages must be dropped from blocks, otherwise the block will be reorg'ed out of the canonical chain.
Checking to make sure that a cross chain message is valid involves an RPC request to an external service that does the validation. This service is called op-supervisor and can be thought of as a "super node" that indexes data from all of the chains in an interop cluster. Information on the design can be found here and the geth implementation can be found here.
The text was updated successfully, but these errors were encountered:
For OP Stack native interop, transactions that include invalid cross chain messages must be dropped from blocks, otherwise the block will be reorg'ed out of the canonical chain.
Checking to make sure that a cross chain message is valid involves an RPC request to an external service that does the validation. This service is called
op-supervisor
and can be thought of as a "super node" that indexes data from all of the chains in an interop cluster. Information on the design can be found here and the geth implementation can be found here.The text was updated successfully, but these errors were encountered: