-
Notifications
You must be signed in to change notification settings - Fork 58
starknet_os_flow_tests: commit state diff #8344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
11fadd2
to
743b2ba
Compare
30bd39b
to
2762524
Compare
Benchmark movements: No major performance changes detected. |
743b2ba
to
9eec70e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @nimrod-starkware)
crates/starknet_os_flow_tests/src/utils.rs
line 94 at r1 (raw file):
classes_trie_root_hash: HashOutput, state_diff: StateDiff, ) -> (HashOutput, HashOutput) {
please make the return type a struct with named fields (so it's clear which root is for which tree)
Code quote:
) -> (HashOutput, HashOutput)
9eec70e
to
586b0c6
Compare
1f0bc77
to
235269a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @nimrod-starkware)
586b0c6
to
95136f6
Compare
235269a
to
cd24af9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware)
crates/starknet_os_flow_tests/src/utils.rs
line 94 at r1 (raw file):
Previously, dorimedini-starkware wrote…
please make the return type a struct with named fields (so it's clear which root is for which tree)
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @nimrod-starkware)
crates/starknet_os_flow_tests/src/utils.rs
line 98 at r3 (raw file):
/// Commits the state diff, saves the new facts and returns the computed roots. async fn commit_state_diff( facts: &mut BorrowedMapStorage<'_>,
Suggestion:
commitments: &mut BorrowedMapStorage<'_>
cd24af9
to
10f6440
Compare
95136f6
to
b927286
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @dorimedini-starkware)
crates/starknet_os_flow_tests/src/utils.rs
line 98 at r3 (raw file):
/// Commits the state diff, saves the new facts and returns the computed roots. async fn commit_state_diff( facts: &mut BorrowedMapStorage<'_>,
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @nimrod-starkware)
b927286
to
4018ff3
Compare
10f6440
to
669c159
Compare
Merge activity
|
No description provided.