chore: remove orphan --pxe flag from aztec start#22867
Merged
nventuro merged 1 commit intoApr 30, 2026
Merged
Conversation
The bare `--pxe` flag has had no handler since #17228 dropped the PXE JSON-RPC server; passing it produced "No module specified to start" and exited 1. Drop the flag entry and its stale references in the prover-agent/broker mutual-exclusion guards. The `--pxe.*` namespaced options stay registered (consumed by `--bot` to configure the bot's embedded PXE). Also drop `--pxe` from the spartan bot helm `startCmd` — Commander silently accepted the unknown flag before, but would now reject it and crash the bot pod.
nchamo
approved these changes
Apr 29, 2026
AztecBot
pushed a commit
that referenced
this pull request
Apr 30, 2026
The `--pxe` flag has had no handler since #17228 dropped the PXE JSON-RPC server; passing it produced "No module specified to start" and exited 1. This just drops the flag.
Collaborator
|
✅ Successfully backported to backport-to-v4-next-staging #22857. |
ElusAegis
pushed a commit
to ElusAegis/aztec-packages
that referenced
this pull request
Apr 30, 2026
BEGIN_COMMIT_OVERRIDE feat: fix incorrect usage of domain sep in partial notes (AztecProtocol#22832) docs: add map and state variable docs (AztecProtocol#22824) feat(pxe): support nested utility function calls (AztecProtocol#22822) fix: malformed suggestion in OwnedStateVariable storage panic message (AztecProtocol#22862) feat: add --json flag to aztec profile gates (AztecProtocol#22860) chore: prevent inlining public init check (AztecProtocol#22869) chore: remove orphan `--pxe` flag from `aztec start` (AztecProtocol#22867) END_COMMIT_OVERRIDE
critesjosh
added a commit
that referenced
this pull request
May 18, 2026
Covers operator-facing changes in v4.3.0: - Bundled binaries renamed under aztec- prefix on PATH (#22902, #22709) - --pxe flag removed from aztec start (#22867) - aztec-up pins manifest Node version (#23201) - aztec-up pins FOUNDRY_DIR (#22886) Added to both source docs-operate/ and the v4.3.0 versioned snapshot, and linked from the operator changelog sidebar in both places.
critesjosh
added a commit
that referenced
this pull request
May 18, 2026
…--help The operator cli-reference.md is hand-maintained (the auto-generation scripts under scripts/cli_reference_generation/ only target the three developer-facing CLI refs). The doc had silently drifted from the actual 'aztec start --help' output between v4.2.x and v4.3.0: - Bare --pxe flag removed (#22867) -- file still documented it - New --local-network.testAccounts flag added -- file didn't document it - ~460 lines of help-text drift across other flags/descriptions Regenerated source + v4.3.0 snapshot from the v4.3.0-rc.1 CLI's actual --help output. A follow-up PR should wire this regeneration into scripts/cli_reference_generation/ so the operator CLI ref stays in sync the same way the developer CLI refs do.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
--pxeflag has had no handler since #17228 dropped the PXE JSON-RPC server; passing it produced "No module specified to start" and exited 1. This just drops the flag.