chore: backport #22084 (feat: add RPC endpoints to manipulate time) to v4-next#22460
Merged
benesjan merged 4 commits intoApr 10, 2026
Merged
Conversation
v4-next has a single proofVerifier constructor param (not two as on next), so only one TestCircuitVerifier is needed.
On v4-next, send({ wait: { returnReceipt: true } }) returns
{ receipt: { contract, instance } }, not { contract, instance } directly.
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
benesjan
approved these changes
Apr 10, 2026
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
Backport of #22084 to v4-next.
Adds RPC endpoints for manipulating time in test environments (sandbox/local-network), including:
AztecNodeDebuginterface withmineBlock()method gated behindAZTEC_NODE_DEBUGenv varwarpL2TimeAtLeastBy/warpL2TimeAtLeastTocheat codes for time manipulationConflicts resolved
Two files had merge conflicts during cherry-pick:
yarn-project/aztec/src/cli/aztec_start_action.ts: AddedAztecNodeAdminApiSchemaandAztecNodeDebugApiSchemaimports + service registrations for local-network mode (v4-next already hadAztecNodeAdminApiSchemaavailable but it wasn't imported in the local-network path).yarn-project/end-to-end/src/e2e_contract_updates.test.ts: Removed deadmaybeSequencer/sequencercode that referenced undeclared variables, and kept the PR's simplified deploy destructuring pattern.Commits
Backport of #22084
ClaudeBox log: https://claudebox.work/s/035d79073509cd20?run=1