Patricio Palladino
Patricio Palladino
I don't think this can be achieved without the type parameter either. The `not` proposal is very interesting! It even has an example related to this: ```ts declare function ignore(value:...
I believe an `assertIsContract(addr)` that reverts if `addr` has no code is the only safe utility that you can provide. I proposed this to @frangio some time ago, but unfortunately,...
Hey @ricmoo, I think this will become increasingly more common now that Hardhat supports Node 18. We had some instances of this issue internally and fixed it by upgrading to...
Sorry for the inconvenience guys. Fixing this was a tough call, as we accidentally deviated from the "standard" previously.
Thanks for the chiming in here, @phated and @fubhy! 💖 > What I'm saying is: Let's modularize the core components of hardhat and expose some of the underlying bits that...
Also, using `--typecheck` should throw if the project does not support typescript.
Hey @vancedy105, Can you elaborate on this please?
Thanks for opening this issue! It sheds some light on why some users import the plugins like that. Related to the discussion happening here: https://github.com/NomicFoundation/hardhat/issues/2945
Thanks for opening this issue, @supafreq. Unfortunately we won't have time to implement it in the near term.
This is pretty odd, as we have a test that (tries to) verify this. We'll dig deeper into this. Thanks, @paulrberg