starkware-libs / blockifier

Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.
Apache License 2.0
170 stars 108 forks source link

refactor(concurrency, execution): add concurrency_mode parameter to T… #1966

Closed barak-b-starkware closed 3 months ago

barak-b-starkware commented 4 months ago

…ransfersGenerator::new


This change is Reviewable

avi-starkware commented 4 months ago

This PR is redundant. I have a PR that adds a config struct for the transfers generator.

1945

I think we should merge that and not cause a merge conflict.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.47%. Comparing base (ba7927a) to head (1602279).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1966 +/- ## ========================================== + Coverage 78.44% 78.47% +0.02% ========================================== Files 62 62 Lines 8847 8845 -2 Branches 8847 8845 -2 ========================================== + Hits 6940 6941 +1 + Misses 1470 1467 -3 Partials 437 437 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.