[DO NOT MERGE] Update testnet to 4.2.0-aztecnr-rc.2 (from next)#258
Closed
critesjosh wants to merge 8 commits intotestnetfrom
Closed
[DO NOT MERGE] Update testnet to 4.2.0-aztecnr-rc.2 (from next)#258critesjosh wants to merge 8 commits intotestnetfrom
critesjosh wants to merge 8 commits intotestnetfrom
Conversation
Add docs:start/docs:end markers to scripts and config files, replace hand-written code blocks in ONBOARDING.src.md with #include_code directives so snippets stay in sync with source. Change remarkrc codeDir from ./src to . to reach files outside src/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace hand-written doc snippets with #include_code directives
- Update all version references: Nargo.toml, package.json, config JSONs,
README.md, CLAUDE.md, CI workflow
- Update Noir contract: self.msg_sender(), self.enqueue_self.*
- Update TypeScript APIs: deploy().send() returns {contract, receipt},
send() returns {receipt}, simulate() returns {result}
- Replace AztecAddress.ZERO with NO_FROM for account deploys
- Remove devnet config, CI workflow, and ::devnet package.json scripts
- Remove isDevnet() from ConfigManager and related prover toggle
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…aztecnr-rc.2 Update Aztec version to 4.2.0-aztecnr-rc.2 and remove devnet
Update CI workflow and devcontainer Dockerfile to use Node.js 24. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update Node.js from 22 to 24
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
4.2.0-aztecnr-rc.2#include_codedirectivesPurpose
Testing whether the current
nextbranch version (4.2.0-aztecnr-rc.2) works on testnet.Test plan
yarn deploy::testnet)🤖 Generated with Claude Code