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

Splitting Syscall Tests into multiple sub modules #54

Closed rodrigo-pino closed 5 months ago

rodrigo-pino commented 5 months ago

The Syscall Test has gotten big and hard to traverse. We should split it and have all tests grouped by the functionality they are testing.