Hardhat Node Failing with Rust Panic: "Must be present as this is not a pending block" #5814
Replies: 2 comments 1 reply
-
This might be related to #5816 Are you forking Sepolia? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The EDR fix has been released as part of Hardhat https://github.com/NomicFoundation/hardhat/releases/tag/hardhat%402.22.14 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Hardhat community,
I'm encountering a persistent error when trying to run a Hardhat node. Here are the details:
Error:
When running 'npx hardhat node', I get a Rust panic with the message:
"thread 'tokio-runtime-worker' panicked at /Users/runner/work/edr/edr/crates/edr_evm/src/blockchain/remote.rs:232:14: Must be present as this is not a pending block"
Environment:
Steps taken:
Current hardhat.config.js:
Beta Was this translation helpful? Give feedback.
All reactions