refactor(aztec-nr): remove storage from init_test_contract#21996
Merged
benesjan merged 1 commit intomerge-train/fairiesfrom Mar 25, 2026
Merged
refactor(aztec-nr): remove storage from init_test_contract#21996benesjan merged 1 commit intomerge-train/fairiesfrom
benesjan merged 1 commit intomerge-train/fairiesfrom
Conversation
AztecBot
pushed a commit
that referenced
this pull request
Mar 25, 2026
Collaborator
|
✅ Successfully backported to backport-to-v4-next-staging #21995. |
nchamo
added a commit
that referenced
this pull request
Mar 26, 2026
BEGIN_COMMIT_OVERRIDE feat!: scoped capsules (backport #21533) (#21986) feat(aztec-nr): add initialization check to utility functions (#21751) refactor(aztec-nr): remove storage from init_test_contract (#21996) fix(p2p): check peer rate limit before global to prevent quota starvation (#21997) chore: remove claude file (#22012) fix: disallow infinite pubkeys (#22026) END_COMMIT_OVERRIDE
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
BEGIN_COMMIT_OVERRIDE feat(aztec-nr): add initialization check to utility functions (#21751) refactor(aztec-nr): remove storage from init_test_contract (#21996) chore: remove claude file (#22012) refactor!: more consistent oracle names (#22018) feat(aztec-nr)!: app-silo getSharedSecret oracle (#22020) fix: disallow infinite pubkeys (#22026) feat: aztecnr log prefixing (#22027) feat(aztec-nr)!: domain-separated tags on log emission (#21910) END_COMMIT_OVERRIDE
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
Storagestruct andPublicMutable/Mapusage since the contract only tests initialization checks (revert vs no-revert), not storage behaviorpub_no_init_checkreturns1,utility_init_checkreturns2) instead of reading from storageFollowup from #21751 (comment)