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
In #3130, we automatically detect and toggle automine during deploy, if available. However, with lots of transactions, this can cause the block.timestamp to drift, which may cause downstream issues if the block timestamp is ahead of the system timestamp.
We should look if we can set block time interval to zero via anvil_setBlockTimestampInterval during the deploy and revert back to the original interval once deploy is complete.
The text was updated successfully, but these errors were encountered:
In #3130, we automatically detect and toggle automine during deploy, if available. However, with lots of transactions, this can cause the
block.timestamp
to drift, which may cause downstream issues if the block timestamp is ahead of the system timestamp.We should look if we can set block time interval to zero via
anvil_setBlockTimestampInterval
during the deploy and revert back to the original interval once deploy is complete.The text was updated successfully, but these errors were encountered: