blockifier: rename field to cairo native mode to match type name#12868
Merged
ArniStarkware merged 1 commit intomain-v0.14.2from Mar 1, 2026
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Artifacts upload workflows: |
avi-starkware
approved these changes
Mar 1, 2026
Collaborator
avi-starkware
left a comment
There was a problem hiding this comment.
@avi-starkware reviewed 16 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on ArniStarkware).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Note
Medium Risk
Mostly a mechanical rename, but it changes serialized config keys and runtime config wiring; misaligned config files or external tooling still using the old key could break native compilation behavior or startup.
Overview
Renames the Cairo Native execution-mode field in
CairoNativeRunConfigfromcairo_native_run_modetocairo_native_modeacross theblockifiercrate (including serialization viaSerializeConfig) and all call sites (native/trivial class managers, tests, integration tests, andblockifier_reexecution).Updates config surface area accordingly by changing the JSON schema key and deployment app configs (batcher/gateway and their replacers) to emit/expect
...cairo_native_run_config.cairo_native_modeinstead of...cairo_native_run_config.cairo_native_run_mode, plus aligns the Python bridge (native_blockifier) conversion to populate the renamed field.Written by Cursor Bugbot for commit 8b19a17. This will update automatically on new commits. Configure here.