Results 48 comments of Sebastian T F

The `SLOTMACHINE_SSTORE_ALERT(bytes32 slot)` error includes the (hash of?) the slot in violation. It's part of the final `FAIL. Reason: ` line from foundry. The same slot is also listed in...

Seeing this as well when trying to install the latest toolbox following the docs @kanej I'm using yarn

But I used the same yarn command on the docs that also includes the long list incl peer deps

Oh yeah a fresh new hardhat project worked. I was trying to run the install command / upgrade deps in an existing hardhat project. I did try removing `node_modules` and...

Would this be resolved if there was a version of Solidity and/or EVM (that the tests run on) which does not have the stack access limitation? Is that possible?