BarrySauce
BarrySauce
> Hardhat should work, but we need to check this particular example. We will investigate during the week. @ggrieco-tob Hi sir, basically the reason I prefer hardhat over truffle is...
> crytic-compile allows to specify a solc version, but it will not allow multiple versions. You should use hardhat for that. Btw, I still need to investigate this issue, sorry...
> Hi! Can you try running `slither --print echidna --json - pancake/` and confirming if that fails? Can you also confirm which slither version you have installed? (`slither --version` should...
> Most often doing a `npx hardhat clean` fixes things for me when I get that error. It's kinda unsatisfying but it works :) > > The truffle command should...
> > Hi! Can you try running `slither --print echidna --json - pancake/` and confirming if that fails? Can you also confirm which slither version you have installed? (`slither --version`...
> The correct way to run this is: > > 1. Enter the project directory: `cd pancake` > 2. Run echidna: `echidna-test . --contract E2E --config pancake.yaml` @ggrieco-tob Hi sir,...
> > > Hi! Can you try running `slither --print echidna --json - pancake/` and confirming if that fails? Can you also confirm which slither version you have installed? (`slither...
> It seems everything points to an issue in Slither but not Echidna. Can you open [an issue in the slither github issue tracker](https://github.com/crytic/slither/issues)? Yes sure Sir @ggrieco-tob, I will...