chore(blockifier_test_utils): delete dead code#5592
Conversation
36086a9 to
fd4287c
Compare
4e07e36 to
5469b3f
Compare
fd4287c to
0f49e79
Compare
5469b3f to
1abe47c
Compare
0f49e79 to
1a039dc
Compare
f7f989b to
b8c3c6f
Compare
1a039dc to
0d3a6b2
Compare
b8c3c6f to
475cc9a
Compare
0d3a6b2 to
a4c748e
Compare
475cc9a to
20a8cdd
Compare
a4c748e to
713eb0f
Compare
e7d99f3 to
bc0e7a1
Compare
|
Benchmark movements: |
1e5ef75 to
cf18b14
Compare
bc0e7a1 to
46cfe36
Compare
cf18b14 to
7db5892
Compare
46cfe36 to
717e783
Compare
7db5892 to
072e5b8
Compare
717e783 to
2058c09
Compare
072e5b8 to
5ca6083
Compare
2058c09 to
440597c
Compare
5ca6083 to
a73fb50
Compare
440597c to
b3f7167
Compare
a73fb50 to
2aa42db
Compare
b3f7167 to
e3fadf4
Compare
2aa42db to
d95686c
Compare
e3fadf4 to
9be72b5
Compare
TzahiTaub
left a comment
There was a problem hiding this comment.
Reviewed 1 of 4 files at r1, 3 of 3 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @elintul and @noaov1)
crates/blockifier_test_utils/src/contracts.rs line 413 at r3 (raw file):
pub fn all_cairo1_compiler_versions() -> HashSet<CairoVersionString> { Self::all_feature_contracts() .filter(|contract| contract.cairo_version() != CairoVersion::Cairo0)
Correct me if I'm wrong, this is equivalent to the previous?
Becasue I got confused when I tried to understand what's happening with the Native contracts, but AFAIU they aren't returned in the all_feature_contracts() call at all. I prefer explicit here if they are the same.
Suggestion:
.filter(|contract| contract.cairo_version() == CairoVersion::Cairo1(RunnableCairo1::Casm))9be72b5 to
91a5828
Compare
dorimedini-starkware
left a comment
There was a problem hiding this comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @elintul, @noaov1, and @TzahiTaub)
crates/blockifier_test_utils/src/contracts.rs line 413 at r3 (raw file):
Previously, TzahiTaub (Tzahi) wrote…
Correct me if I'm wrong, this is equivalent to the previous?
Becasue I got confused when I tried to understand what's happening with the Native contracts, but AFAIU they aren't returned in theall_feature_contracts()call at all. I prefer explicit here if they are the same.
Done.
TzahiTaub
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r4.
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @elintul and @noaov1)
dorimedini-starkware
left a comment
There was a problem hiding this comment.
Reviewed all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @elintul and @noaov1)
dorimedini-starkware
left a comment
There was a problem hiding this comment.
Reviewed 2 of 2 files at r4.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @elintul and @noaov1)
|
Benchmark movements: |
TzahiTaub
left a comment
There was a problem hiding this comment.
Reviewed all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @elintul and @noaov1)

No description provided.