Update Aztec to 5.0.0-rc.2#264
Merged
Merged
Conversation
Track the latest release (the testnet moved to rc.2 in #263). Bump all @Aztec packages, the aztec-nr dependency, the toolchain version (CI + devcontainer), and docs from 5.0.0-rc.1 to 5.0.0-rc.2, plus the two rc.1 -> rc.2 code fixes: - AztecAddress.fromString -> AztecAddress.fromStringUnsafe. - Fee-juice claims: wait for the bridged L1->L2 message to be available before claiming (rc.2 needs more than two blocks for the message to sync to L2).
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
Bumps the
nextbranch from Aztec5.0.0-rc.1to5.0.0-rc.2, tracking the latest release. The testnet branch already moved to rc.2 in #263; this keepsnext(local-network development) in sync.Updates
Nargo.toml, all@aztec/*packages,config/local-network.json, the CI/devcontainer toolchain version, README, and the onboarding docs.rc.1 → rc.2 code changes
AztecAddress.fromString→AztecAddress.fromStringUnsafe(thefromStringstatic was removed in rc.2).src/test/e2e/accounts.test.tsandscripts/fees.ts.Testing
Validated locally against a fresh
5.0.0-rc.2local network:yarn test:nr— 16/16 Noir TXE tests passyarn test:js— 16/16 e2e tests pass (incl. the fee-juice claim test)tsc -p tsconfig.json --noEmit— cleandeploy-account,deploy,fees,multiple-wallet,profile,interaction-existing-contract