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

Investigate Nested Library Calls Test Failure for Native #39

Closed rodrigo-pino closed 5 months ago

rodrigo-pino commented 5 months ago

It seems Native is not executing no inner Calls (test_nested_library_call), or at least it is not reporting them. We should investigate and determine if the fix is on our side or on the Native side

rodrigo-pino commented 5 months ago

Solved in #50