optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Interop: metrics for reorgs

Open protolambda opened this issue 5 months ago • 0 comments

Add to the op-node:

  • metric for backwards block-number changes (likely reorgs)

Add to the op-supervisor:

  • metric for local-unsafe logs DB rewinds (number of unsafe blocks we rewind), per chain
  • metric for local-safe fromda DB rewinds (number of local-safe blocks we rewind), per chain
  • metric for cross-safe fromda DB rewinds (number of cross-safe blocks we rewind), per chain
  • metric for local-safe invalidation
  • metric for failed access-list RPC checks (assumed user reorg, or just malicious user)

protolambda avatar May 07 '25 20:05 protolambda