John Kane
John Kane
The issue here is that the Hardhat node does not support `eth_maxPriorityFeePerGas`. We are tracking this issue here: https://github.com/NomicFoundation/hardhat/issues/4365 We have put together an implementation as part of EDR (our...
I am closing this issue in preference to #4365
In particular we need to understand ESM and typescript better in the HH context.
This will require internal reworking our import resolution code, this is something we will take a look at for our next major version.
This is a feature we want to see, though we would suggest `--force` instead of `--skip-is-verified-check` as the flag.
A thumbsup on the description or a comment with more detail on the use case will count.
Are you able to run this script (or a similar script) without using ledger? Basically can we isolate whether the RPC error is due to `hardhat-ledger` or the general interaction...
We will have to investigate what is happening in `hardhat-ledger` - intuitively a transaction that works without going through ledger should work when it does so. Is there any information...
I was able to reproduce this locally, by taking a new typescript sample project, adding the solhint plugin, running `solhint --init` and updating the config to: ```json { "extends": "solhint:recommended"...
Thanks @madlabman, we will keep this open to track the issue coming in on the `hardhat-solhint` plugin.