Emilio López

Results 175 comments of Emilio López

@AbigailTCameron For the current stable version of Echidna, I think you would need to define `ECHIDNA_RPC_URL` and `ECHIDNA_RPC_BLOCK` variables in your environment. `rpcUrl` and `rpcBlock` options are only available on...

Sample Homebrew patch to generate and install these new completions (keep [this](https://docs.brew.sh/Shell-Completion) in mind as well): ```diff diff --git a/Formula/s/slither-analyzer.rb b/Formula/s/slither-analyzer.rb index d8e1b9a97cb..6ac645f6c3d 100644 --- a/Formula/s/slither-analyzer.rb +++ b/Formula/s/slither-analyzer.rb @@ -7,7...

@0xalpharush I think so! some more testing would be appreciated though

Hi @TheStarBoys, you seem to be using hardhat in your case and not foundry. The compilation tool takes care of the remappings and not Slither in this case. If you...

Hi, thanks for the report! Could you please post the full pip installation output? crytic-compile is a direct dependency of slither-analyzer, so it should have been installed automatically as well.

Hi @jeremyjams! eth-security-toolbox hasn't seen any updates in a while, and the automated build is likely broken. The last build published contains out of date and deprecated tools, and lacks...

Hi @77ph, thanks for the report! Could you elaborate on what issue you're experiencing? Your `docker run` output looks normal to me.

The documentation could be clearer, indeed! You get a shell inside a container that has etheno pre-installed on it. You can then launch etheno in the container, similarly to how...

I think you meant #1245, that one has Windows builds with UI support in case anyone is interested in trying them in the meantime.

Hi @0xdamon, thanks for the report. Could you share the hardhat config file your project uses here?