onbjerg

Results 430 comments of onbjerg

@fahimahmedx `RunArgs` is an internal struct in our code base, it's not user facing, it defines the arguments for the command `cast run`

Noting here that it does not seem like proptest supports time-based fuzzing out of the box, so we will have to roll our own - that does look like it...

I think we should consider switching at some point. I looked around but didn't find anything that immediately struck me but I haven't looked much. I think forking and maintaining...

Can you still provide the full `foundry.toml`, `remappings.txt` and the command you issued? Otherwise it is going to be hard for us to reproduce unfortunately

The error message has been improved, since we can't reproduce we will close this issue, but feel free to ping if the issue persists!

It would be cool but it's really really hard to do. You would need to keep track of the instruction counter (not the program counter), identify the contract, look up...

Please check the other issues on coverage - this is not on your side, but coverage is not stable yet, so there are edge cases that are not covered. This...

Changed the title slightly; I think in general we should have better ABI support in Cast for things like this. Commands that should support it: - `cast send` - `cast...

Fixed in the linked PRs above.