Skip to content

feat(proofs): update standard proof-game timing params#1232

Open
stevennevins wants to merge 1 commit into
mainfrom
stevennevins/proof-game-timing-params
Open

feat(proofs): update standard proof-game timing params#1232
stevennevins wants to merge 1 commit into
mainfrom
stevennevins/proof-game-timing-params

Conversation

@stevennevins

@stevennevins stevennevins commented May 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Registry policy/reporting update: the standard proof-game timing parameters are updated to match the new proof-game timing defaults from the optimism contracts/deployer change.

Standard params now encode (mainnet + sepolia):

  • proof_maturity_delay_seconds = [43200, 43200] (12 hours, was 7 days)
  • dispute_game_finality_delay_seconds = [43200, 43200] (12 hours, was 3.5 days)
  • [proofs.permissioned] max_clock_duration = 561600 (6.5 days, was 3.5 days)

This keeps the 7 day total optimistic path: the portal proof-maturity air gap and the dispute-game finality air gap are both 12h, and the optimistic dispute-game max clock duration is 6.5 days.

Changes

  • validation/standard/standard-config-params-mainnet.toml
  • validation/standard/standard-config-params-sepolia.toml
  • ops/internal/report/testdata/l1-report.json — mock deployed chain MaxClockDuration updated 302400 -> 561600 so the report testdata represents a chain compliant with the new standard.
  • ops/internal/report/testdata/expected-comment.md — mechanical golden-output update forced by the standard-param bump

Validation

  • validation module: go test ./... — PASS
  • ops/internal/report TestRenderComment — PASS

@stevennevins stevennevins requested a review from a team as a code owner May 18, 2026 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant