Update Aztec version to 4.2.0-aztecnr-rc.2 and remove devnet#256
Merged
critesjosh merged 1 commit intonextfrom Mar 28, 2026
Merged
Update Aztec version to 4.2.0-aztecnr-rc.2 and remove devnet#256critesjosh merged 1 commit intonextfrom
critesjosh merged 1 commit intonextfrom
Conversation
- 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>
a28c52e to
2218244
Compare
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.0.0-devnet.2-patch.1to4.2.0-aztecnr-rc.2across all config files, dependencies, and documentationself.msg_sender(),self.enqueue_self,NO_FROM, destructured.send()returns, and.simulate()returning{ result }Test plan
yarn compile && yarn codegensucceedsyarn test:nrpasses (Noir TXE tests)yarn test:jspasses against local network with new version🤖 Generated with Claude Code