-
Notifications
You must be signed in to change notification settings - Fork 90
chore: bump hardhat #1652
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
chore: bump hardhat #1652
Conversation
WalkthroughUpdated the hardhat dependency in the smart-contracts package from version 2.22.15 to 2.26.5. This is a minor version upgrade that introduces new features and bug fixes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2024-11-04T12:18:18.615ZApplied to files:
📚 Learning: 2024-11-18T12:33:47.986ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
MantisClone
left a comment
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.
Looks good 👍
FYI @rodrigopavezi Does this impact your work on #1649?
|
@MantisClone @rodrigopavezi I've merged because it's a minor bump, so I assume it will work, but feel free to revert in case it doesn't 👍 |
Description of the changes
This fixes an issue with hardhat not being able to download the Solidity Compiler in more recent Node.js versions.
Summary by CodeRabbit