Skip to content

fix(docs): repair webapp tutorial on spartan train#24084

Merged
alexghr merged 1 commit into
merge-train/spartanfrom
cb/fix-spartan-webapp-tutorial
Jun 15, 2026
Merged

fix(docs): repair webapp tutorial on spartan train#24084
alexghr merged 1 commit into
merge-train/spartanfrom
cb/fix-spartan-webapp-tutorial

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

Summary

  • Update the webapp tutorial PXE setup for flattened L1 contract config (rollupAddress instead of l1Contracts).
  • Update the tutorial EmbeddedWallet.completeFeeOptions override to the current object-shaped wallet SDK API.
  • Add the direct @aztec/standard-contracts dependency needed by the browser @aztec/wallets/embedded entrypoint during Vite bundling.
  • Mirror the same API updates in the tutorial extension helper/README.

Investigation

PR #23971 was removed from the merge queue most recently on 2026-06-15 at 09:22 UTC. The corresponding merge-group CI3 run was https://github.com/AztecProtocol/aztec-packages/actions/runs/27535722802 on SHA b58baf6614a208640ff5c744d2e32a440aadc15a. The failing leg was x4-full / docs, with inner CI log http://ci.aztec-labs.com/89c704acfa9bb002 reporting:

  • src/config.ts(25,10): Property 'l1Contracts' does not exist on type 'PXEConfig'.
  • src/embedded-wallet.ts(37,18): Property 'completeFeeOptions' ... is not assignable to the same property in base type 'NodeEmbeddedWallet'.
  • Vite could not resolve @aztec/standard-contracts/auth-registry/lazy from @aztec/wallets/dest/embedded/entrypoints/browser.js.

Verification

  • git diff --check
  • ./bootstrap.sh ci exits immediately on this branch with Unknown command: ci.
  • ./bootstrap.sh ci-docs was attempted as the closest docs subset, but the local checkout is blocked before docs validation by a prerequisite Noir bootstrap failure fetching just@=1.42.4 from crates.io (tunnel error / DNS Label contains invalid characters).

Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 15, 2026
@alexghr alexghr marked this pull request as ready for review June 15, 2026 09:58
@alexghr alexghr requested a review from a team as a code owner June 15, 2026 09:58

@alexghr alexghr 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.

I hope this fixes the build

@alexghr alexghr enabled auto-merge (squash) June 15, 2026 09:58
@alexghr alexghr merged commit c573e08 into merge-train/spartan Jun 15, 2026
67 of 71 checks passed
@alexghr alexghr deleted the cb/fix-spartan-webapp-tutorial branch June 15, 2026 09:59
danielntmd pushed a commit to danielntmd/aztec-packages that referenced this pull request Jun 16, 2026
BEGIN_COMMIT_OVERRIDE
chore(ci): notify slack on benchmark success (AztecProtocol#23964)
fix: interrupt publisher send-at-slot sleep on sequencer stop (AztecProtocol#23990)
chore: aztec-node render external secrets (AztecProtocol#23997)
chore: expose ROLLUP_VERSION (AztecProtocol#23998)
chore: enable workload identity (AztecProtocol#23999)
feat: kong ingress (AztecProtocol#24000)
feat: add version RPC deployments (AztecProtocol#24001)
feat: add readiness gate (AztecProtocol#24002)
chore: update IAM roles (AztecProtocol#24011)
chore: conflicts (AztecProtocol#24019)
chore: resolve merge conficts (AztecProtocol#24044)
chore(ci): align nightly scheduled workflow times (AztecProtocol#24045)
chore: merge next into merge-train/spartan (resolve conflicts) (AztecProtocol#24052)
fix(docs): repair webapp tutorial build on spartan train (AztecProtocol#24057)
fix: repair webapp tutorial on spartan train (AztecProtocol#24084)
fix(docs): repair merge queue docs checks (AztecProtocol#24087)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants