fix(docs): update CLI commands, ABI fields, and tutorial fixes#22160
Merged
fix(docs): update CLI commands, ABI fields, and tutorial fixes#22160
Conversation
sklppy88
approved these changes
Mar 30, 2026
b54e6c1 to
9b0e519
Compare
## Summary - Update `aztec new` CLI syntax to remove deprecated `--contract` flag in counter and recursive verification tutorials - Rename `l2BlockNumber` to `checkpointNumber` in Inbox ABI `MessageSent` event (token_bridge tutorial, example_swap, token_bridge example) - Remove unused `@aztec/test-wallet` package from token contract tutorial install commands - Fix import path and `#include_code` macro in recursive verification tutorial - Use approximate proof size (`~500`) instead of hardcoded `508` ## Test plan - [ ] Verify `yarn build` passes in `docs/` - [ ] Spot-check affected tutorial pages render correctly
9b0e519 to
49e2563
Compare
Collaborator
|
❌ Failed to cherry-pick to |
critesjosh
added a commit
that referenced
this pull request
Mar 31, 2026
…orial fixes (#22165) ## Summary Backport of #22160 to v4-next. Cherry-pick had conflicts because the `version-v4.2.0-aztecnr-rc.2` versioned docs and `example_swap` don't exist on v4-next (deleted). Those changes were dropped. A content conflict in `counter_contract.md` was resolved by taking the incoming (PR) version. ### Changes applied: - Update `aztec new` CLI description in counter contract tutorial - Remove unused `@aztec/test-wallet` from token contract tutorial - Fix `#include_code` macro and import path in recursive verification tutorial - Update proof size comments from hardcoded `508` to `~500` - Rename `l2BlockNumber` → `checkpointNumber` in token_bridge ABI ClaudeBox log: https://claudebox.work/s/99e763f53ec8891b?run=1
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
aztec newCLI syntax to remove deprecated--contractflag in counter and recursive verification tutorialsl2BlockNumbertocheckpointNumberin Inbox ABIMessageSentevent (token_bridge tutorial, example_swap, token_bridge example)@aztec/test-walletpackage from token contract tutorial install commands#include_codemacro in recursive verification tutorial~500) instead of hardcoded508Test plan
yarn buildpasses indocs/