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 Tests & Fix Event Emitting & Add Error Translation Layer #47

Closed rodrigo-pino closed 5 months ago

rodrigo-pino commented 5 months ago
  1. Events tests where all together inside one, so they got split.
  2. Syscall event_emit wasn't performing cartain checks (data size, key size, & number of event emitted)
  3. Unified the way Native errors were given to be more in line to what is currently existing.

Fix #33 Fix #34