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
I'm working on a contract with Lock period. I'm having to change the constants from 25 days to 5 minutes to test. Would be interesting if we have a plugin or feature to manipulate timestamp of the block.
If that is not possible, a target time to execute transaction would be good too.
The text was updated successfully, but these errors were encountered:
Nice, but I don't get how can I execute this javascript in my current project config. But as I see, you can manipulate the timestamp.
Would be good that block always use real timestamp, unless when defined manually. So ethereum studio just need have a input to set timestamp?
A option would be to set a hard timestamp, so there could be blocks with wrong timestamp order or even multiple blocks at the same timestamp (something impossible in a real ethereum network due consensus).
Other option would be to forward the clock that generates the timestamp to a new position defined.
Any would match my needs, and I don't know which aprooch is better for most use cases.
I'm working on a contract with Lock period. I'm having to change the constants from 25 days to 5 minutes to test. Would be interesting if we have a plugin or feature to manipulate timestamp of the block.
If that is not possible, a target time to execute transaction would be good too.
The text was updated successfully, but these errors were encountered: