John Kane
John Kane
The fix has been released: https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.28.0
This PR became: https://github.com/NomicFoundation/hardhat/pull/7756
We should discuss with EDR whether we can improve on the error API across Solidity Test and standard EDR.
Thanks for this suggestion - we want to provide pluggability in Ignition that will allow for swapping out logic like which `create2` factory is used. But I don't have a...
Hey, I think the issue here is that `network.connect("my-network-in-hardhat-config")` expects the name of the network in the `hardhat.config.ts` or a parameters object. You are passing in a `viem` chain descriptor,...
Hey @Migl992, thanks for opening the feature request. Let me ask in the team and then I will update this issue with notes on adding verifiers to HH3.
Hey @Migl992, sorry for taking so long to get back to this - we have been heads down getting ready for devconnect. Our goal is to generalise the `hardhat-verify` plugin...
@fvictorio queried the hook, arguing it should be something more like: ``` solcCompile( context: HookContext, solcConfig: SolcConfig, solcInput: CompilerInput, next: ( nextContext: HookContext, nextSolcConfig: SolcConfig, nextSolcInput: CompilerInput, ) => Promise,...
My guess is: the language server returns a set of capabilities, these are either immediately available at boot or dynamically registerable (they will become available at some point). I suspect...
Lets open an issue against the nvim language server client and see what they think, @antico5.