grandizzy

Results 349 comments of grandizzy

https://github.com/foundry-rs/foundry/pull/12867 should fix the win failure, will rebase this PR when merged

> Sorry will just dump here issues i face while i face them as i need to deploy sth on various chains 😅 > > On Plasama, verification failed initially...

I see will bump both defaults to 10 then

@sakulstra if all good now we could keep this to bump the retries as in linked PR, pls comment

@sakulstra can you pls rerun with `RUST_LOG=trace` and send the response that is logged as `Received verification response` need that to properly handle the plasma API response. Or if you...

thanks @QGarchery , indeed the artifact is not included in single test available artifacts, hence the problem, quick workaround until fix is you could just import it in test too...

> oh, I see > > idk what https://etherscan.io/address/0x000f3df6d732807ef1319fb7b8bb8522d0beac02/ is exactly but this appears to be blob related, so mostlikely due to missing system EIP-4788 pre block system call this...

thank you, most probably related to backtraces, we had to bump them on -vvvv because they are too greedy https://github.com/foundry-rs/foundry/pull/12211

This should be solved in newer versions, pls reopen if hit any issue. Thank you

we have added vm.sort and vm.shuffle for arrays, which can be used to accomplish this. please reopen if you feel this is still needed, thank you.