grandizzy
grandizzy
@karmacoma-eth wanted to make sure I properly understand your proposed format - for a scenario like: target contract ```Solidity contract TargetContract { function doSomething(uint256 x) external {} } ``` test...
thank you, makes sense, will update support to use this format
@PhilippLgh from what I can tell there is no perf issue with Anvil here, the bottleneck looks to be ethers library, code here https://github.com/PhilippLgh/anvil-perf/blob/main/test/WriteData.test.ts#L66-L69 ```typescript for (const [numbersA, numbersB] of...
Closing this per comment above, likely related to ethersjs wait lock. Please reopen if you still see the issue after updating test driver. Thank you!
added process running check in https://github.com/foundry-rs/foundry/pull/9680
> Could be related to? #6200 @0xTimepunk pretty sure they're related, could you please recheck now since #6200 was fixed? thanks
@0xTimepunk please reopen if still an issue. Thank you!
@tkporter can you pls retry and report back if still an issue (it it is would be great to have instructions to reproduce it locally). thank you
> @grandizzy I wonder if this is fuzzing related > > @0xTimepunk were you able to narrow this down to a specific test? Invariants are excluded from project tests, so...
> I'm not sure if the nightly I posted is the last well operating nightly as I haven't tested. Memory usage increase seems independent of test type, however we do...