John Kane
John Kane
Can I clarify. Is this docker image for local development or do you want to target another use case?
There where some issues with the Etherscan API several weeks ago, but we have not had any issues since. I am going to close this issue, but will reopen if...
Hey, are you attempting to do this from a machine on a corporate network? The failure is in the http request to download the `solc` compiler from `solc`'s webservers. Specifically:...
The issue is occurring on downloading the compiler list from `https://binaries.soliditylang.org/windows-amd64/list.json`. There is likely something in your corporate network environment that makes is causing the error when downloading from that...
Closing for now. We can reopen if more information becomes available.
> But only as a red underlined error in the VSCode ui, not as a compiler error from hh compile. Which VSCode extension is the error coming from? Our expectation...
I think we can close this as an old issue and reopen if we get further reports on the latest Hardhat 2 version.
Hey @thecil, thanks for the reproduction steps. When I do a Hardhat init, create a javascript project, then remove the assert message at line 78 in `lock.js` I get an...
Hey I was able to reproduce locally. If you remove the message or put in an empty message the `rejectedWith` passes. I found this surprising as well. `hardhat-chai-matchers` which is...
We don't intend to make any changes to our usage of `chai`, so I am going to close this issue as I think this is expected behavior.