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

fix: borrow checking for program cache #114

Closed xrvdg closed 1 month ago

xrvdg commented 1 month ago

With the introduction of program_cache quite some code was unnecessarily duplicated to get around the borrow checker. This PR does properly deal with the borrow checker for program_cache.