Update examples to Aztec v4.3.0#37
Merged
Merged
Conversation
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 all examples from Aztec v4.2.0 to v4.3.0.
aztec-nrtag updated tov4.3.0acrossaccount-contract,custom-note,note-send-proof(circuits, sample-contract, uint-note),prediction-market,recursive_verification/contract.@aztec/*packages pinned to4.3.0in eachpackage.json; lockfiles regenerated.AZTEC_VERSIONbumped to4.3.0.CLAUDE.md, andrecursive_verification/CLAUDE.mdupdated for the new version and the rename of bundlednargotoaztec-nargo(the barenargois no longer onPATHas of v4.3.0). Nargo version reference updated to1.0.0-beta.21.account-contract:src/main.nr: dropped the now-unneededget_sender_for_tags/set_sender_for_tagscalls inconstructorandentrypoint; updatedget_low_nullifier_membership_witnessto destructure its new(leaf_preimage, witness)return shape.ts/deploy-account-contract.ts: switched to the newDeployMethod.create(wallet, { artifact, postDeployCtor, args, constructorNameOrArtifact }, { salt, universalDeploy, publicKeys })API; removed the equivalent fields fromdeployAccountOpts.recursive_verification/data.json: regenerated proof data against v4.3.0.Test plan
recursive-verification-tests,note-send-proof-tests,prediction-market-tests,test-wallet-webapp-testsall green on the new version.aztec-up 4.3.0, then in each example run the documented build/test flow (e.g.yarn ccc && yarn data && yarn testinrecursive_verification).account-contract: verify deploy via the updatedDeployMethod.createAPI succeeds end-to-end.