Skip to content

feat: build aztec-prover-agent with baked-in CRS#20391

Merged
alexghr merged 1 commit into
merge-train/spartanfrom
ag/bake-crs
Feb 11, 2026
Merged

feat: build aztec-prover-agent with baked-in CRS#20391
alexghr merged 1 commit into
merge-train/spartanfrom
ag/bake-crs

Conversation

@alexghr

@alexghr alexghr commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

This PR builds a new image during release (tagged) builds specifically for the prover-agent with pre-baked CRS. This makes the image larger (by about 2GB) but will reduce the time spent on downloading the CRS at boot.

Fix A-536

@alexghr alexghr requested a review from charlielye as a code owner February 11, 2026 13:47
@@ -0,0 +1,5 @@
ARG AZTEC_IMAGE_TAG
FROM aztecprotocol/aztec:${AZTEC_IMAGE_TAG}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

isnt this very backwards? We will never cache the crs in this way, publishing the layer to docker many times when really we want to do it once?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed via COPY --link 🥳

@PhilWindle

Copy link
Copy Markdown
Collaborator

Terraform etc looks fine. Perhaps @ludamad has opinions on the build side of things

@alexghr alexghr enabled auto-merge February 11, 2026 15:01
@alexghr alexghr disabled auto-merge February 11, 2026 15:02
@alexghr alexghr changed the base branch from next to merge-train/spartan February 11, 2026 15:13
@alexghr

alexghr commented Feb 11, 2026

Copy link
Copy Markdown
Contributor Author

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security Vulnerability Quality Maintenance License
Updated npm/​ox@​0.8.3 ⏵ 0.8.9 99 100 99 +1 96 -1 100
View full report

this came in because of a bad base branch :/

@alexghr alexghr enabled auto-merge (squash) February 11, 2026 15:15
@alexghr alexghr merged commit d893143 into merge-train/spartan Feb 11, 2026
11 checks passed
@alexghr alexghr deleted the ag/bake-crs branch February 11, 2026 15:23
github-merge-queue Bot pushed a commit that referenced this pull request Feb 12, 2026
BEGIN_COMMIT_OVERRIDE
chore: Should fix proving benchmarks by reducing committee lag (#20381)
chore: standalone forge broadcast wrapper with retry, timeout, and anvil
detection (#19824)
chore: benchmark tx val (#20227)
fix: cloudflare terraform API (#20387)
fix: HA e2e test order & retries (#20383)
fix: incorporate forge broadcast review feedback (#20390)
refactor(p2p): rewrite FileStoreTxCollection with retry, backoff, and
shared worker pool (#20317)
chore(ci): run ci job on draft PRs (#20395)
feat(bot): allow anchoring txs to proposed chain (#20392)
feat(p2p): slot-based soft deletion for TxPoolV2 (#20388)
chore: add setup-container script (#20309)
feat: build aztec-prover-agent with baked-in CRS (#20391)
fix!: change protocol contracts deployer to be the contract address
(#20396)
feat(p2p): enforce minimum tx pool age for block building (#20384)
refactor(sentinel): update validator statuses to checkpoint-based naming
(#20372)
chore: log tx hash (#20413)
chore: update l1 fee analysis to measure blob count in L1 blocks
(#20414)
chore: set up tx file store in next-net (#20418)
chore(ci): gate draft PRs from CI, allow override with ci-draft label
(#20426)
fix: stabilize writing_an_account_contract.test.ts (#20420)
END_COMMIT_OVERRIDE
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.

3 participants