Luis Schliesske
Luis Schliesske
Would be really great to have documented support and compatibility between `hardhat-toolbox` and `hardhat-deploy-ethers` I really wanna switch to using `hardhat-toolbox` by default but I dont wanna say good bye...
For me when I run `yarn solhint path/to/ignored/contract` it ignores it as expected. Same if I use a glob. However, when I run `solhint` against `*.sol` in `lint-staged` it somehow...
I guess some people still like to make `immutable` vars `mixed-case` because they do not have to be `initialized` like `constant` vars and that sort of sets them apart. So...
But the compiler does warn: `This declaration shadows an existing declaration.` This is the file: ```solidity pragma solidity 0.7.4; interface MemoryInterface { function getUint(uint256 _id) external returns (uint256); } function...
Yep I did that. Fine for now :) Btw I enjoy this new file-level function feature a lot.
We noticed the same issue
YEAAH ! Go struct type in Human Readable ABI !
Hi everyone. Let me know if I can provide more information on the bug.
So this is how I discovered the bug 🐛 I used `CPK 1.1.1.` I instantiated the cpk with some modifications to the Rinkeby network:  Notably I use the new...
Same here! Also not able to download from website.