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

Split Event Emitting Syscall Test #33

Closed rodrigo-pino closed 5 months ago

rodrigo-pino commented 5 months ago

Event emitting test consist of four different test cases. Divide the test into 4 minor tests accordingly.

This will let us see with a more granularity where Native is failing and the VM is not.