starknet-foundry
starknet-foundry copied to clipboard
Add L1 storage to trace data
Which component is your feature related to?
Forge
Feature Request
We should add storage diff to trace.
Specific case we should handle correctly is the case when the storage update is negative (entry point updates state that was previously changed to default value). We probably need to track each storage cell individually and blame the entry point that set the storage last.