Commit addeae6
feat(vm): getStorageAccesses (#712)
Ref foundry-rs/foundry#11296
Adds:
```solidity
/// Returns an array of `StorageAccess` from current `vm.stateStateDiffRecording` session
function getStorageAccesses() external view returns (StorageAccess[] memory storageAccesses);
```
---------
Co-authored-by: Yash Atreya <yash@Yashs-Laptop.local>1 parent 0c71116 commit addeae6
2 files changed
+4
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
0 commit comments