Results 22 comments of 0xPhaze

Yes, here: https://github.com/0xPhaze/gang-war/tree/198462993ade7cd4f578904da363454edb2a8e33 It seems to be reproducible on anvil ``` forge script deploy --rpc-url "http://127.0.0.1:8545" --private-key 0x83631fd2da5250fa4f9dd8c1057f6e53126de6dd9274b9aefbcc3eae3ada6a5f -vvv --ffi --broadcast ``` Though because of the setup scripts, it will...

Following up here. This seems to occur when I add more functions (or any code). If I delete some code, I can deploy without an error (and I'm pretty sure...

Ok, I don't know when I started using the `&&` in the script. Yeah, you're right, like that reading the environment vars works as expected and that pretty much solves...

I did think that it could be useful to detect the difference in "mode" between test/script, but there are some workarounds to achieve this. Nonetheless, I think having a `FOUNDRY_MODE`...

This has also been a pain point in many of my tests. In particular, I often find myself writing general fuzz unit-tests (that use bound) and compose these in other...

Looks good to me. > You're saying when you call a fuzz test from within a concrete (non-fuzz) test, right? i.e. adding a quietBound like method wouldn't help IIUC. If...

That's something that had been bothering me from the start, but sadly is currently not possible. The scripts are unable to detect whether `--broadcast` is enabled or whether it's just...

Agree, this information would be great to have and could be used to perform additional analysis. On top of that I would say that having the absolute number of lines...