Skip to content

Harden Calibration fixture seeding#40

Open
snissn wants to merge 1 commit into
mainfrom
codex/calibration-fixture-seeder-retries
Open

Harden Calibration fixture seeding#40
snissn wants to merge 1 commit into
mainfrom
codex/calibration-fixture-seeder-retries

Conversation

@snissn

@snissn snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member

Summary

  • Add receipt polling around fixture transaction receipts while preserving viem's replacement-aware publicClient.waitForTransactionReceipt behavior.
  • Lower the default fixture transaction batch window from 12 to 4 and raise the default receipt timeout to 600 seconds.
  • Update the committed public fixture evidence/docs to the July 6 state: 97 total registry objects, deterministic fixture objects 50-97 committed, 0 requested/uploading fixture rows, and datasetRecordCount=33.
  • Include the generated batchSize field in artifacts/calibration/fixture-seed-summary.json and cover the retry-tuned summary schema in tests.

Scope

Calibration fixture seeding, public fixture evidence, and seeder docs/tests only. No Worker UI, Token Host, or contract behavior changes.

Validation

Latest local validation on b66d63c:

  • node --check scripts/seed-calibration-registry-fixtures.mjs
  • node --test test/calibration-fixture-seeder.test.mjs (3 tests)
  • pnpm test:node (123 tests)
  • pnpm lint
  • pnpm ops:validate (ok: true, tracked secret findings 0)
  • pnpm test (123 Node tests + 29 Forge tests)
  • git diff --check

GitHub CI: test passed on latest head b66d63c in run 28816743457.

Performance

No benchmark required. This is an operational seeding reliability change, not a runtime hot path.

AI Review / Merge Status

Internal deep review completed. Codex findings were fixed and resolved: replacement-aware receipt waiting and stale summary schema. Latest-head @codex review, @copilot review, and @coderabbitai review were requested; Copilot acknowledged with eyes, and no submitted CodeRabbit findings were observed. Merge state is CLEAN; readiness-only handoff, not merged by agent.

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@codex review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@copilot review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 02988f386c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/seed-calibration-registry-fixtures.mjs Outdated
@snissn
snissn force-pushed the codex/calibration-fixture-seeder-retries branch from 02988f3 to e047aaf Compare July 6, 2026 19:05
@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@codex review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@copilot review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e047aaf053

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread artifacts/calibration/fixture-seed-summary.json
@snissn
snissn force-pushed the codex/calibration-fixture-seeder-retries branch from e047aaf to b66d63c Compare July 6, 2026 19:12
@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@codex review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@copilot review

@snissn

snissn commented Jul 6, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: b66d63cdc3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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