Closed meship-starkware closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.04%. Comparing base (
0105b9d
) to head (8cc8e52
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
crates/blockifier/src/concurrency/worker_logic.rs
line 251 at r1 (raw file):
What will happen in case this is run in cairo?
By the way, I don't think we check for overflows anywhere else in the blockifier code.
crates/blockifier/src/concurrency/worker_logic.rs
line 251 at r1 (raw file):
Which other places? We usually run the cairo code in such scenarios, so it's worth understanding what happens there
I don't know... Shouldn't it happen in areas related to fee computation? I tried to find another example in the code an couldn't.
overflow
This change is