contracts icon indicating copy to clipboard operation
contracts copied to clipboard

feat(wip): support for anvil

Open tmigone opened this issue 1 year ago • 1 comments
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?

tmigone avatar Dec 07 '23 18:12 tmigone