Skip to content

feat: limit execution cycles for network transactions#1801

Merged
Mirko-von-Leipzig merged 7 commits intonextfrom
jmunoz-execution-cycle-limit
Mar 19, 2026
Merged

feat: limit execution cycles for network transactions#1801
Mirko-von-Leipzig merged 7 commits intonextfrom
jmunoz-execution-cycle-limit

Conversation

@juan518munoz
Copy link
Collaborator

@juan518munoz juan518munoz commented Mar 17, 2026

Default to 64k (1 << 16) cycles instead of the protocol maximum (1 << 29).

Note: This is configurable via --ntx-builder.max-tx-cycles CLI flag or MIDEN_NTX_MAX_TX_CYCLES env var.

Closes #1800

Default to 64k (1 << 16) cycles instead of the protocol maximum
(1 << 29). This is configurable via --ntx-builder.max-cycles CLI
flag or MIDEN_NTX_MAX_CYCLES env var.

Closes #1800
@juan518munoz juan518munoz marked this pull request as ready for review March 18, 2026 14:42
Copy link
Collaborator

@Mirko-von-Leipzig Mirko-von-Leipzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Mirko-von-Leipzig Mirko-von-Leipzig merged commit b8f0415 into next Mar 19, 2026
18 checks passed
@Mirko-von-Leipzig Mirko-von-Leipzig deleted the jmunoz-execution-cycle-limit branch March 19, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limit the number of execution cycles for network txs

3 participants