John Kane

Results 272 comments of John Kane

Hey @Asad45AsRa, can you give us more context here, are you trying to install `@nomicfoundation/hardhat-ignition`? Or is it that you are trying to update the toolbox?

> Seeing this as well when trying to install the latest toolbox following the docs What package manager are you using? Is this npm/yarn/pnpm?

> updated original comment `yarn` doesn't automatically install peer dependencies as `npm` does. The equivalent install for yarn for the `@nomicfoundation/hardhat-toolbox` toolbox would be: ```shell yarn add --dev @nomicfoundation/hardhat-toolbox @nomicfoundation/hardhat-ignition...

> But I used the same yarn command on the docs that also includes the long list incl peer deps I have done a run through locally on a new...

I think this is more of a Solidity question. This seems ... odd. The only difference I can see between the two calls is that `func1` will return `address(0)` if...

We think our next step is to investigate whether we are diverging from ethers in our implementation of `populateTransaction`.

We can do `paths` now, but we don't have clarity on the rest yet.

We have enhanced the configuration in a piece meal fashion. I am closing this issue.

Being able to rely just on the `foundry.toml` rather than replicating the compiler settings in both `foundry.toml` and `hardhat.config.{js,ts}` makes sense. I think it would work like a fallback, if...

For Hardhat 3 we are building out better support for layer 2s, including precompiles and predeploys. We are still in early Alpha - Optimism is currently the only supported L2...