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 simplicity (ie. to avoid edge cases) all client code should query any L1 contract using the latest finalized block, ensuring the client code to be reorg resistant. Relevant queries that need changes:
mev-commit p2p's querying for proposers api, which currently queries the validator opt-in router from the current l1 block.
Mev-commit bridge relayer blindly waits for transferInitiated events from 64 blocks in the past (worst case scenario finalization time), when it could be using the actual finalization time which varies.
The text was updated successfully, but these errors were encountered:
For simplicity (ie. to avoid edge cases) all client code should query any L1 contract using the latest finalized block, ensuring the client code to be reorg resistant. Relevant queries that need changes:
transferInitiated
events from 64 blocks in the past (worst case scenario finalization time), when it could be using the actual finalization time which varies.The text was updated successfully, but these errors were encountered: