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 107 forks source link

refactor(concurrency): add execution flags struct #2024

Closed OriStarkware closed 3 months ago

OriStarkware commented 3 months ago

This change is Reviewable

avi-starkware commented 3 months ago

crates/blockifier/src/blockifier/transaction_executor.rs line 92 at r1 (raw file):

        );
        // Executing a single transaction cannot be done in a concurrent mode.
        let excution_flags =

Suggestion:

let execution_flags =