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
It's useful for debugging when I relay on timestamp in my contract. Without this I need to take note time I deployed, time I called certain function. This way would be easier to check timing functions.
I think that would be useful for my tests.
So before
Sandbox Event
could be concatenated the time:[block.timestamp] Sandbox Event
Maybe disableable by config.
I know I could edit all my events and include block.timestamp, but that's not handy.
The text was updated successfully, but these errors were encountered: