Open
Conversation
3a5f708 to
378f634
Compare
939d69c to
17025d5
Compare
378f634 to
962460a
Compare
TomerStarkware
approved these changes
Mar 24, 2026
Collaborator
TomerStarkware
left a comment
There was a problem hiding this comment.
@TomerStarkware reviewed 53 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on orizi).
962460a to
85c0935
Compare
SIERRA_UPDATE_NO_CHANGE_TAG=toml change only.
17025d5 to
b4273f8
Compare
TomerStarkware
approved these changes
Mar 25, 2026
Collaborator
TomerStarkware
left a comment
There was a problem hiding this comment.
@TomerStarkware reviewed 86 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on orizi).
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.
SIERRA_UPDATE_NO_CHANGE_TAG=toml change only.
Note
Medium Risk
Mostly a release/version bump, but it switches corelib Starknet execution info accessors to
v3(get_execution_info_v3_syscall,info::v3types), which can affect on-chain ABI/type expectations and requires regenerated test artifacts.Overview
Promotes the entire workspace (Cargo + Scarb) from
2.17.0-rc.4to2.17.0, updating all internal crate version pins accordingly.Updates corelib Starknet execution context access to use
info::v3by default (re-exportingExecutionInfo/TxInfofromv3and callingget_execution_info_v3_syscall), and refreshes associated allowlists/coverage plus regenerated test/compiled artifacts (e.g., audited libfuncs, profiling data, compiled class hashes, andaccountSierra/contract JSON test data).Written by Cursor Bugbot for commit b4273f8. This will update automatically on new commits. Configure here.