DaniPopes

Results 47 comments of DaniPopes

Couldn't reproduce on windows 10.0.19044, can you try again after running `foundryup`? @mateomolinari

Could reproduce on the specified version, but it was fixed in a more recent version (run `foundryup`). we can close this

You might be on an unsupported rust toolchain, but I'm not sure because I've never seen this error before. Try after `rustup update` on the latest stable version

cc https://github.com/foundry-rs/foundry/issues/7611

Is it possible that you have a very big / infinite loop, or that it will just take a while? Can you see any activity when running with env `RUST_LOG=debug`?

I can't reproduce 2 to 3, but I can at 4 and 5 (~800ms-1s from a few ms). For me this is trying to identify selectors from api.openchain.xyz, and disappears...

It likely just does a bunch of calls to `api.openchain.xyz` as I said. It doesn't require RPC URLs, we do this by default when displaying traces.

Note that this works in `--via-ir`. Minimized (from @lum7na in https://github.com/foundry-rs/foundry/issues/7085): ```solidity // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.24; contract C { struct S { bool anything; } S[] s; function...

Polygon is already supported, OKLink is not yet supported, see https://github.com/foundry-rs/foundry/pull/7586

I could not reproduce any errors or panics with the provided commands or JSON specs. @pistomat If you're still encountering errors, please open a new issue.