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

Add unit tests to Sierra Utils #48

Closed rodrigo-pino closed 5 months ago

rodrigo-pino commented 5 months ago

We have a couple of core functionality in Sierra Utils. Most of this functionality is untested which makes it vulnerable to changes that could affect their behaviour.

We should add unit tests for each of them