NethermindEth / 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
1 stars 3 forks source link

Update test_get_execution_info to use the updated testing framework. #98

Closed rodrigo-pino closed 1 week ago

rodrigo-pino commented 2 weeks ago

When executing test_get_execution_info it keeps the old test designs, where both Cairo1 and Cairo0 contracts are initialized and an input flag is_legacy determines which one to execute. This can be re-structured to remove the flag and set the input directly to Cairo0 test contract in the right places.