John Kane
John Kane
Just note that upgrading to Solhint 5.0.1 would equate to a `major` version bump in the `hardhat-solhint` plugin.
Hey @ianthpun, does the `(attempt 1/10)` increment? Or does it hang on the first attempt? That check is that the sent transaction is in the mempool. We have a retry...
This sounds like there is something different about the flow node. Are you able to do a deploy against a local Hardhat node and ethereum testnet like sepolia? To eliminate...
Can I ask you to rerun the deploy with verbose logging turned on: https://hardhat.org/hardhat-runner/docs/troubleshooting/verbose-logging If we now which call is hanging, we can enhance the logging in Ignition to give...
> @kanej @ianthpun @nvdtf I have found the root cause of this, and it comes from this [condition](https://github.com/NomicFoundation/hardhat-ignition/blob/a19df6165c96b306b0e60b529958230b7c00dfa4/packages/core/src/internal/execution/future-processor/handlers/monitor-onchain-interaction.ts#L123-L125). After adding some logging, I got: > > ```shell > hardhat-ignition:onchain-interaction-monitor Confirmations:...
> > What is the flow chain doing? Are blocks not minted until there is enough demand? > > In Flow, an EVM block is minted after an EVM transaction...
I am going to close this issue with the advice that `flow` requires setting the required confirmations to 1 to avoid hanging until 5 further blocks have been mined: ```ts...
Are you deploying via alchemy or infura?
I am not sure. We have seen an issue when deploying via infura because it abstracts over different memory pools, so that transactions can apparently suddenly disappear. But we hadn't...
> Same error in polygon: `all the transactions of its network interaction 1 were dropped. Please try rerunning Hardhat Ignition.` Doesn't seem to be an error in public node as...