grandizzy

Results 349 comments of grandizzy

> Precompile calls should already be labeled with `PRECOMPILES::name(...)` already. I don't really know about this. That's right, thing is that labels for precompiles are not displayed along all traces...

hey @wuestholz a little bit late here, but giving it a try anyway :) I don't see any issue with your setup, you can safely bump the depth to 100...

> I'm getting a version of this — weirder, is that I disabled CI fuzz tests runs when doing `snapshot --check` when this first cropped up for us a few...

> Hi @grandizzy, thanks very much! This resolved the N+1 difference in the test runs for me alright! Still seeing the original issue (that gas runs don't align across macOS...

fails right away here with `fail_on_revert` set to true, @karmacoma-eth can you confirm you run with this option on?

@karmacoma-eth got it, thanks, that makes sense. I assume you tweaked invariant `depth` and `dictionary_weight` too?

gotcha, I should have some time this week to try more variations here too and debug, there's also the the `targetSender` function that can be used to narrow down addresses...

managed to make some tests, pls see https://github.com/foundry-rs/foundry/pull/7240

@karmacoma-eth this is now merged, pls retest by setting the number of random addresses to recycle (in addition to known state addresses as handlers) e.g. ``` [invariant] max_calldata_fuzz_dictionary_addresses=100 ``` If...