Matt Solomon
Matt Solomon
I just pushed some fixes in https://github.com/mds1/evm-diff/pull/95, though I don't think they will help based on the RPC URL you're using. Can you try again? It looks like your RPC...
Setting the to address to the zero address is different than leaving the to address as null or unspecified. https://github.com/mds1/evm-diff/pull/86/commits/972a727b1e8558edb5d32190f24f188e902f987f results in the `eth_call` executing a regular transaction to the...
Closing as stale
@blmalone IIRC you were working on something similar to this one? Assigning to you as a result :)
Hey @chandrakananandi, congrats on the [announcement](https://medium.com/certora/gambit-23ef5cab02f5) today! Figured this might be a good time to revisit what the UX for what an MVP forge integration might look like. Previously we...
> at the moment, Gambit actually already compiles the mutants to ensure that they are all valid. So the tmp directory you mentioned will only have mutants that compile. Ah...
Hey @BenTheKush! Here's some answers to your questions: 2: I think we might already have some conditional args like that and I believe clap supports that, so it should be...
It feels like there are a few ways to accomplish what this proposed cheatcode aims to solve 1. `vm.store`, which you can use with the StdStorage library to remove the...
This is currently not supported, more discussion in https://github.com/foundry-rs/foundry/issues/3869 @brockelmore has a PR that should fix this in https://github.com/foundry-rs/forge-std/pull/259, but I'm not sure of the status of it Edit: Hm...
Ok I was able to reproduce. Also tried using PR #259 but got `[FAIL. Reason: stdStorage find(StdStorage): No storage use detected for target.]` as the error. In both cases I...