Emilio López

Results 175 comments of Emilio López

I wonder if this could be related to https://github.com/foundry-rs/compilers/issues/246 @0xalpharush have you seen this issue with the paths in the Foundry artifacts before?

It could also be an instance of https://github.com/gakonst/ethers-rs/issues/2609 as it seems like the remappings may not be preserving the leading path prefix. Would you mind reporting this on the [foundry...

Hi, can you confirm if https://raw.githubusercontent.com/ works for you? It sounds similar to this issue https://github.com/crytic/solc-select/issues/205#issuecomment-1825171056 caused by a specific internet provider blocking some GitHub domains.

Closing this issue as it has not had activity for a while. If you are still experiencing issues on the latest release feel free to create a new issue.

Hi, can you please confirm if this is an issue on the latest version? I see you are using an older Slither release. Thanks!

Hi @BowTiedRadone! We merged https://github.com/crytic/echidna/pull/1399 to fix https://github.com/crytic/echidna/issues/1224 so that's no longer an issue. On the other hand, this is a larger refactor that kind of changes the approach to...

@vnmrtz have you experimented with multiple `--workers` values in that box? around which value do you see that adding new workers does not improve performance (or reduces it)?

hi! out of curiosity, what prompted this change? do you use this script somewhere? and what issues did you see? (I'm not sure how the and/or pseudo-ternary could fail here,...

@dguido these growing sets of wrappers sound complicated, error-prone and hard to maintain, wouldn't it be easier to just activate the venv in `ci_test_common.sh` so binaries installed there are in...

`paths` and `paths-ignore` can be used to implement this: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore