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 AccountAccessParser library has lots of duplicate code looping over an array of VmSafe.AccountAccess and then subsequently looping over the array of storageAccesses contained inside each AccountAccess entry.
It would be nice to have a function that returns an array of all storage writes for a given AccountAccess array.
This function would allow us to remove duplicate code in functions getUniqueWrites and getStateDiffFor.
The text was updated successfully, but these errors were encountered:
The AccountAccessParser library has lots of duplicate code looping over an array of
VmSafe.AccountAccess
and then subsequently looping over the array ofstorageAccesses
contained inside eachAccountAccess
entry.It would be nice to have a function that returns an array of all storage writes for a given AccountAccess array.
This function would allow us to remove duplicate code in functions
getUniqueWrites
andgetStateDiffFor
.The text was updated successfully, but these errors were encountered: