starknet_os_flow_tests: move deployed fuzz test map to be static#13043
Conversation
f5edab0 to
ebbcac9
Compare
787adf3 to
d97aec5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware made 1 comment and resolved 1 discussion.
Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on Yoni-Starkware).
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
ebbcac9 to
5f699a5
Compare
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).
5f699a5 to
c70f63f
Compare
e2d66ec to
22c9dc3
Compare
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).
c70f63f to
aee687b
Compare
Merge activity
|

Note
Low Risk
Test-only refactor that mainly reorganizes state tracking and lookup logic; risk is limited to subtle regressions in fuzz flow test bookkeeping (deploy/replace/revert).
Overview
Moves the initial fuzz-contract
address -> class hashmapping into a staticFUZZ_ADDRESS_TO_CLASS_HASH, and updates initialization and call-operation generation to iterate over this shared map plus anynewly_deployed_contracts.Refactors replace-class handling to track the replaced address (
replaced_address) and resolve class hashes dynamically viatry_class_hash_of/class_hash_of, and adjusts revert bookkeeping so class replacement reverts correctly alongside deploy reverts.Written by Cursor Bugbot for commit aee687b. This will update automatically on new commits. Configure here.