Skip to content

feat: merge-train/fairies-v5#24152

Merged
AztecBot merged 3 commits into
v5-nextfrom
merge-train/fairies-v5
Jun 17, 2026
Merged

feat: merge-train/fairies-v5#24152
AztecBot merged 3 commits into
v5-nextfrom
merge-train/fairies-v5

Conversation

@AztecBot

@AztecBot AztecBot commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

BEGIN_COMMIT_OVERRIDE
fix: allow prover mode autodetection (#24151)
fix(pxe): repoint broken debugging docs link in PXE error messages (#24145)
END_COMMIT_OVERRIDE

PXE has logic to detect whether generating proofs is necessary depending
on the node it's connected to (via `node.getNodeInfo()`).
`EmbeddedWallet` was overriding its own default, preventing the
autodetection.
vezenovm and others added 2 commits June 17, 2026 15:58
…24145)

Two PXE error messages linked to a docs page that no longer exists
(`developers/resources/debugging/aztecnr-errors`), and suggested methods
that aren't public API.

- `utility_execution_oracle.ts` ("No public key registered for address")
- `contract_store.ts` ("Unknown contract")

Both now point at the live page
`https://docs.aztec.network/developers/docs/aztec-nr/debugging#contract-errors`
and recommend the real methods (`wallet.registerSender(...)` /
`wallet.registerContract(...)`) instead of the nonexistent
`pxe.addAccount(...)` / `server.addContracts(...)`.

Discovered in http://ci.aztec-labs.com/7f36172a9dadb066

@ludamad ludamad left a comment

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.

🤖 Auto-approved

@AztecBot AztecBot added this pull request to the merge queue Jun 17, 2026
@AztecBot

Copy link
Copy Markdown
Collaborator Author

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 17, 2026
@AztecBot AztecBot added this pull request to the merge queue Jun 17, 2026
@AztecBot

Copy link
Copy Markdown
Collaborator Author

🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass.

Merged via the queue into v5-next with commit 3efddbf Jun 17, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants