zakrad
zakrad
This fixes the issue when you `forge build` in Windows and get `error[7858]` ``` Compiler run failed error[7858]: ParserError: Expected pragma, import directive or contract/interface/library/struct/enum/constant/function/error definition. --> lib/foundry-huff/lib/solidity-stringutils/strings.sol:1:1: | 1...
node version 10.12.0 > npm run compile > > [email protected] compile zpl-workshops\workshops\02-contracts-clone > > hardhat compile > > Error HH404: File argent-contracts/contracts/modules/VersionManager.sol, imported from contracts/3-argent/import_0.6.sol, not found. > > For...
I’m receiving `invalid tuple value (argument="tuple", value="[1,2,3]", code=INVALID_ARGUMENT, version=abi/5.7.0)` when trying to pass a struct with uint256 fields as an array or object. Is there a specific format for passing...