We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm not able to fork a remote network using edr@0.4.1. For comparison, it was running smoothly with edr@0.3.5.
edr@0.4.1
edr@0.3.5
networks: { hardhat: { [...] forking: { url: 'https://bellecour.iex.ec', }, [...] }, },
throw new HardhatError( ^ HardhatError: HH604: Error running JSON-RPC server: Missing nonce
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1B000B1", true],"id":1}' https://bellecour.iex.ec/
{ "jsonrpc": "2.0", "result": { "author": "0xa3b079e4b54d2886ccd9cddc1335743bf1b2f0ad", [...] "timestamp": "0x664d5713", "transactions": [], "transactionsRoot": "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421", "uncles": [] }, "id": 1 }
Nonce is indeed missing in blocks of this (PoA) network.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue; I'm on it.
I'll add a test to EDR to validate that fetching block from that network works.
Sorry, something went wrong.
I fixed the issue, but we decided not to include a test in our test suite as we can't rely on a reliable endpoint like Alchemy or Infura.
We'll ship the fix ASAP in our next release.
Wodann
Successfully merging a pull request may close this issue.
Context
Hello, I'm not able to fork a remote network using
edr@0.4.1
. For comparison, it was running smoothly withedr@0.3.5
.Error
Details
curl -X POST --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["0x1B000B1", true],"id":1}' https://bellecour.iex.ec/
Nonce is indeed missing in blocks of this (PoA) network.
The text was updated successfully, but these errors were encountered: