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

Fixes Get Execution Syscalls #59

Closed rodrigo-pino closed 3 months ago

rodrigo-pino commented 3 months ago

It fixes get execution syscall but there is still a small issue we are investigating regarding account_contract_address being 0 instead of the correct value

Fix #37