-
Notifications
You must be signed in to change notification settings - Fork 48
Enabled Hardhat viaIR compilation with solc v0.8.30 #2069
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
Conversation
✅ Deploy Preview for kleros-v2-testnet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for kleros-v2-neo ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for kleros-v2-university failed. Why did it fail? →
|
|
WalkthroughThe Solidity compiler version in the Hardhat configuration was updated from 0.8.28 to 0.8.30, and the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings
📚 Learning: the prettier-plugin-solidity plugin is installed in the kleros-v2 repository, even though it's not v...
Applied 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). (7)
🔇 Additional comments (3)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for kleros-v2-testnet-devtools ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
And
hardhat
bumped to v2.26.2.PR-Codex overview
This PR updates the version of
hardhat
in thepackage.json
andyarn.lock
files, modifies theversion
of the Solidity compiler inhardhat.config.ts
, and updates a dependency version inyarn.lock
. It also enables theviaIR
setting for the compiler.Detailed summary
hardhat
from2.25.0
to2.26.2
inpackage.json
andyarn.lock
.version
from0.8.28
to0.8.30
inhardhat.config.ts
.viaIR
setting inhardhat.config.ts
.@nomicfoundation/edr
version from^0.11.1
to^0.11.3
inyarn.lock
.Summary by CodeRabbit