John Kane

Results 272 comments of John Kane

Sorry @catboy1989, that it has taken us so long to respond. Is this still an issue or where you able to work round it? If it is still an issue...

Can you clarify what you mean by obsolete block number? Can you give an example?

Hey @kopax, the missing trie node error indicates you forked a non-archive node (many public nodes are non-archival). I am able to get the latest block number for bsc using...

To clarify, your issue here is that you can run the code on Polygon mainnet (via remix), but when you run the Solidity code against a forked version of Polygon...

Thanks for the reported error. I suspect we want there is to guard against `eth_accounts` throwing and return `[]` as if there were no unlocked accounts.

Hey we released a general fix for deprecated `eth_accounts` in `v2.24.2`: https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.24.2

Thanks @daveroga, you are right #5786 is still an issue. We are looking now at porting the `hardhat-ledger` plugin to Hardhat 3. That should give us an opportunity to test...

Can we check whether all Hardhat plugins (and built-in plugins) are using dynamic imports. If they are we can close this issue.

There is an existing example of a build system hook in this commit: https://github.com/NomicFoundation/hardhat/tree/solidity-runCompilationJob-hook