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

Test Get Execution V1 #99

Closed rodrigo-pino closed 10 hours ago

rodrigo-pino commented 2 weeks ago

Currently, get_execution_info_v1 is missing tests due to compilers defaulting to version v2 when compiling.

Nonetheless, is still possible to find versions v1 when executing transactions. We should find a way to add tests for this as seamlessly as possible.

rodrigo-pino commented 10 hours ago

Done in #107