Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add block.timestamp to log and events #73

Open
3esmit opened this issue Mar 2, 2017 · 3 comments
Open

Add block.timestamp to log and events #73

3esmit opened this issue Mar 2, 2017 · 3 comments
Milestone

Comments

@3esmit
Copy link

3esmit commented Mar 2, 2017

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.

image

@romanman romanman modified the milestone: To-Assign Mar 3, 2017
@romanman
Copy link

romanman commented Mar 3, 2017

@3esmit : what is the rational to include block.timestamp into that log

@3esmit
Copy link
Author

3esmit commented Mar 3, 2017

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.

@romanman
Copy link

romanman commented Mar 3, 2017

@3esmit yeah, but you know I can think about 10-15 more options to trace there, don't you think it can be over burden on the log output logic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants