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

Native resources should match the VMs #100

Open rodrigo-pino opened 2 weeks ago

rodrigo-pino commented 2 weeks ago

Gas handling for Native is still not implemented. When real testing this cause for transactions that should fail for insufficient founds are actually being executed, possibly affecting transactions later on.

We need to implement a mechanisms for Native transactions to match the resources used by the VM.