-
Notifications
You must be signed in to change notification settings - Fork 8
feat: add Hardhat Ignition upgrade module #77
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
base: main
Are you sure you want to change the base?
Changes from all commits
65e7d94
9683845
36a2e90
91f6a6e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
Hardhat v3 Node.js version support requirements💡 Result:
Hardhat v3’s Node.js requirements are:
Citations:
🌐 Web query:
@nomicfoundation hardhat-verify Node.js version compatibility💡 Result:
@nomicfoundation/hardhat-verifydoesn’t define its own Node.js support window in isolation—its Node compatibility follows the Hardhat version it’s meant to be used with.Practical rule: pick your Hardhat major version first, then use a maintained even Node version that Hardhat supports (today that typically means an LTS even version). [3]
Sources
[1] https://hardhat.org/docs/reference/nodejs-support
[2] https://hardhat.org/docs/reference/nodejs-support.md
[3] https://v2.hardhat.org/hardhat-runner/docs/reference/stability-guarantees
🌐 Web query:
Node.js 22 compatibility issues Hardhat💡 Result:
Common Node.js 22 + Hardhat compatibility issues (and fixes):
Quick checklist to resolve most reports:
hardhatto a recent v2.nvm install 22.11.0andnvm use 22.11.0). (hardhat.org)If you paste your
hardhatversion, Node version (node -v), and the exact warning/error text, I can tell you which bucket you’re in and the minimal upgrade path.Citations:
Update step name to match Node.js version.
The step name "Use Node.js 18" should be updated to "Use Node.js 22" for clarity, since the configured version is 22.18.0.
Note: Node.js 22.18.0 is fully supported by Hardhat v3 (which requires ≥ 22.10.0) and
@nomicfoundation/hardhat-verify, so no compatibility concerns exist.🧰 Tools
🪛 actionlint (1.7.10)
13-13: the runner of "actions/setup-node@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue
(action)
🤖 Prompt for AI Agents