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

Update Native execution to use declare the remaining gas after an execution #132

Open rodrigo-pino opened 3 weeks ago

rodrigo-pino commented 3 weeks ago

Currently using a place holder for this. We need to update it for it to use the real gas used (even if it is the wrong one)