Skip to content
New issue

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

Update hardhat version #313

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

daveroga
Copy link
Contributor

@daveroga daveroga commented Nov 8, 2024

Update hardhat version to 2.22.15 that supports now Solidity 0.8.27 and avoid message when compiling:

Solidity 0.8.27 is not fully supported yet. You can still use Hardhat, but some features, like stack traces, might not work correctly.

Learn more at https://hardhat.org/hardhat-runner/docs/reference/solidity-support

NOTE: It seems this warning message is not appearing after updating but then an error in @nomicfoundation/edr appears when running tests npm run test

thread '<unnamed>' panicked at crates/edr_napi/src/trace/exit.rs:65:41:
Unmatched EDR exceptional halt: Halt(PrecompileError)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
fatal runtime error: failed to initiate panic, error 5
Aborted (core dumped)

Investigating. Maybe this is some bug that appeared in hardhat version because there is an issue opened in hardhat repo about this: NomicFoundation/edr#727

@daveroga daveroga marked this pull request as draft November 8, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant