grandizzy

Results 349 comments of grandizzy

@YiTouch this could be related to your env / provider, can you pls provide more details (alternatively you could run with verbosity to see exactly where it hangs)

@ChiTimesChi sorry for the delay, I'll check and try to provide a fix for asap

closing as not planned in favour of `--no-match-path` . Thanks

@rappie from the echidna doc this seems to me like a stateless / regular fuzz test as per https://secure-contracts.com/program-analysis/echidna/advanced/optimization_mode.html#optimizing-with-echidna wonder if something like this should work: ```Solidity function test_max_price(uint256 startPrice,...

thanks, will check, most probably similar withhttps://github.com/foundry-rs/foundry/issues/12659 need to see where the regression

could be an issue with the order of remappings and how we load them, this fixed a problem that looks similar for Uniswap https://github.com/Uniswap/contracts/pull/122/commits/61adab891effab02ef1ba00c043b8d25d25a49d9

> @grandizzy thanks for review, did changes that you requested, is it going in the right direction? @avorylli yep, thank you, that's going in the right direction! Some things to...

ref part of https://github.com/foundry-rs/foundry/issues/10593 CC @zerosnacks