You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vm.stopAndReturnStateDiff() cheat code currently returns a flat array of AccountAccess structs with no information on the call depth. This makes it difficult to analyze the results if depth is important for your use case. It would be helpful to add a depth field to the AccountAccess struct to cover this.
Additional context
Since depth is already tracked internally, I would expect this to be relatively easy to implement.
The text was updated successfully, but these errors were encountered:
Component
Forge
Describe the feature you would like
The
vm.stopAndReturnStateDiff()
cheat code currently returns a flat array ofAccountAccess
structs with no information on the call depth. This makes it difficult to analyze the results if depth is important for your use case. It would be helpful to add adepth
field to theAccountAccess
struct to cover this.Additional context
Since depth is already tracked internally, I would expect this to be relatively easy to implement.
The text was updated successfully, but these errors were encountered: