Skip to content

fix(aztec): reserve the fee call's slot in deployment action batches - #25264

Open
Thunkar wants to merge 1 commit into
merge-train/fairies-v5from
gj/deploy-batch-fee-slot
Open

fix(aztec): reserve the fee call's slot in deployment action batches#25264
Thunkar wants to merge 1 commit into
merge-train/fairies-v5from
gj/deploy-batch-fee-slot

Conversation

@Thunkar

@Thunkar Thunkar commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

The deployment framework chunks same-account actions into batches of APP_MAX_CALLS, but the entrypoint's call limit counts the fee payment call too, so any full batch fails with Expected at most 5 function calls, got 6. Chunk at APP_MAX_CALLS - 1; deploy.test.ts now drives a layer past one batch.

🤖 Generated with Claude Code

The entrypoint's call limit counts the fee payment call, so a full
APP_MAX_CALLS batch of actions overflows it by one.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the port-to-next Forward-port this merged PR into next label Aug 18, 2026
@Thunkar Thunkar self-assigned this Aug 18, 2026
@Thunkar Thunkar closed this Aug 18, 2026
@Thunkar Thunkar reopened this Aug 19, 2026
@Thunkar
Thunkar marked this pull request as ready for review August 19, 2026 08:40
@AztecBot

Copy link
Copy Markdown
Collaborator

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/ef737f249d97111f�ef737f249d97111f8;;�):  yarn-project/end-to-end/scripts/run_test.sh simple src/automine/double_spend.test.ts (25s) (code: 0) group:e2e-p2p-epoch-flakes

@Thunkar
Thunkar requested a review from nventuro August 19, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

port-to-next Forward-port this merged PR into next

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants