Open ljz3 opened 11 months ago
Can you reproduce just running crytic-compile .
?
Hello @ggrieco-tob, thank you for the response.
I ran crytic-compile .
on the same repo, and it seems that the command ran successfully with logs:
crytic-compile .
INFO:CryticCompile:'npx hardhat clean' running (wd: /Users/kevinli/Desktop/All/PersonalCoding/testing/hardhat-medusa)
INFO:CryticCompile:'npx hardhat clean --global' running (wd: /Users/kevinli/Desktop/All/PersonalCoding/testing/hardhat-medusa)
INFO:CryticCompile:'npx hardhat compile --force' running (wd: /Users/kevinli/Desktop/All/PersonalCoding/testing/hardhat-medusa)
It seems that this issue is specific to medusa, thanks for confirming that. @anishnaik will take care
Appears that this is an issue with the release binary, building it from source works.
@ljz3 thanks for the additional details. Will look more into this this week.
I am unable to run medusa due to encountering the issue:
This is on a minimal hardhat repository created with
npx hardhat init
.Installation steps I went through:
pip3 install crytic-compile
medusa init
medusa fuzz
Environment info: OS: MacOS V14.2, Chip: M2 max node -v: 18.17.0 npm -v: 9.6.7 pip3 --version: 23.3.1