starknet_os_flow_tests: expect initial fuzz test addresses#13042
Merged
dorimedini-starkware merged 1 commit intoMar 10, 2026
Conversation
This was referenced Mar 5, 2026
This was referenced Mar 5, 2026
Collaborator
Author
This was referenced Mar 5, 2026
This was referenced Mar 5, 2026
787adf3 to
d97aec5
Compare
Yoni-Starkware
approved these changes
Mar 9, 2026
Collaborator
Yoni-Starkware
left a comment
There was a problem hiding this comment.
@Yoni-Starkware reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
d97aec5 to
e2d66ec
Compare
5c88961 to
58008ca
Compare
Collaborator
Author
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
58008ca to
95d021e
Compare
e2d66ec to
22c9dc3
Compare
Collaborator
Author
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 1 file and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on dorimedini-starkware).
This was referenced Mar 11, 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 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
Low Risk
Test-only change that hard-codes and asserts deterministic contract addresses; main risk is making fuzz tests brittle if deployment ordering/address derivation changes.
Overview
Adds
expect_test-backed golden values for the initial fuzz test contract addresses (orchestrator + 4 fuzz contracts) and uses them as stableLazyLock<ContractAddress>constants.Refactors fuzz test setup to centralize deployment in
init_deployment(assert_expect)(optionally asserting the deployed addresses), removesorchestrator_contract_addressfrom the fuzz context, and updates deploy-address derivation and orchestrator calls to reference the fixed orchestrator address. Adds a newtest_fuzz_deployment_expectto validate/update the expected addresses.Written by Cursor Bugbot for commit 22c9dc3. This will update automatically on new commits. Configure here.