contracts
contracts copied to clipboard
feat(wip): support for anvil
trafficstars
We seem to be hitting an issue where the node gets progressively slower to mine transactions to the point where the tests time out. This is a known problem with anvil (see linked issues below) however we are running into it at ~500 blocks with automine instead of thousands:
- https://github.com/foundry-rs/foundry/issues/6017
- https://github.com/foundry-rs/foundry/issues/6036
- https://github.com/foundry-rs/foundry/issues/6124
Perhaps it's related to the heavy usage of snapshots we make?