Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not increase mockTime when mining EVM block.
Anvil now (foundry-rs/foundry#9160) supports blocks with constant timestamp, so there is no need to explicitly bump the mock time when generating a new block (it can remain the same). This simplifies testing logic potentially, as tests do not need to expect increasing timestamps after setting a mock time.
- Loading branch information