Matt Solomon
Matt Solomon
Closing in favor of https://github.com/foundry-rs/foundry/pull/9154
I believe `fail()` was removed as part of the move to native cheatcode assertions from the solidity assertions. You should also be able to fail a test with `revert("Reason to...
I see, that seems reasonable to me. What do you think @klkvr @mattsse?
Nit, but small UX ask would be to have a single `vm.py` script that generates both interfaces—it can just run `vm.solidity.py` and `vm_vyper.py` Since vyper support in foundry is new...
@klkvr what's the status of vyper integration and this PR? wondering if there are plans to get this PR out of draft or if we should close as stale for...
If I create an empty directory, `cd` into it, run `touch a.txt`, then run `forge init --force` it works as expected Can you provide the exact steps to reproduce your...
Can you expand on the suggestions here? I don't quite follow. The via-ir checks in CI are sanity checks to avoid introducing changes that cause via-ir compilation time to blow...
> Should be done in the Circle CI workflow instead of in GitHub actions. Note that we deliberately used github actions instead of CircleCI to leverage https://github.com/crytic/slither-action, which makes it...
Yea it's not in there yet, we can leave this task on hold for now and just require the user to specify a mapping of L1 chain ID -> OPCM...
Also related: https://github.com/foundry-rs/foundry/issues/3589, can imagine another version that does not wait for the receipt