Skip to content

feat(contracts): add Forge contract deployer - #3847

Open
Othryades wants to merge 6 commits into
mainfrom
feat/forge-contract-deployer
Open

feat(contracts): add Forge contract deployer#3847
Othryades wants to merge 6 commits into
mainfrom
feat/forge-contract-deployer

Conversation

@Othryades

@Othryades Othryades commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds a containerized Forge deployer for the L1 and L2 contracts.
  • Saves deployment progress in Kubernetes so retries verify existing contracts or stop safely.
  • Adds CI checks for building and testing the deployer image with a full commit SHA.

Testing

  • 49 unit tests
  • Typecheck, build, lint, and workflow validation
  • Local two-chain deployment, safe rerun, checkpoint-loss, and interrupted-broadcast tests
  • Blocking image scan found no fixable HIGH or CRITICAL vulnerabilities

Release note

This PR does not publish an image or deploy to an environment. The full scan reports 30 unfixed HIGH or CRITICAL OS findings, which need a separate review before image publication.

Othryades and others added 4 commits August 24, 2026 20:33
Package the dev/test deployment flow as a fail-safe image so Forge can deploy and checkpoint contracts after L2 startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Othryades <Othryades@users.noreply.github.com>
Signed-off-by: Othryades <Othryades@users.noreply.github.com>
Signed-off-by: Othryades <Othryades@users.noreply.github.com>
Signed-off-by: Othryades <Othryades@users.noreply.github.com>
@Othryades Othryades self-assigned this Aug 24, 2026
Comment thread contracts/forge-deployer/test/process-runner.test.ts Fixed
Comment thread contracts/forge-deployer/src/cli.ts
Comment thread contracts/forge-deployer/src/store.ts

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit e90f093. Configure here.

Comment thread .github/workflows/build-and-publish.yml
Signed-off-by: Othryades <Othryades@users.noreply.github.com>
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Signed-off-by: Othryades <Othryades@users.noreply.github.com>
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.

2 participants