-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bump hardhat from 2.10.2 to 2.14.0 #1743
Conversation
@@ -34,7 +34,7 @@ | |||
"@types/mocha": "^10.0.1", | |||
"chai": "^4.3.7", | |||
"ethereum-waffle": "^4.0.10", | |||
"hardhat": "2.10.2", | |||
"hardhat": "2.14.0", |
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.
Why is this a fixed version? (Renovate does not update it because of this). My guess is @bbenligiray was afraid about ABI changes?
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.
@Siegrift you actually pinned this in #1325 (comment) 😅
But in looking through the linked issues I believe it's resolved and we can both unpin and add back to renovate. WDYT?
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.
Yeah, I believe there was some issue with the combination of the plugins. I don't think this has any impact on the contracts so merging is fine (and also unpinning)
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.
👍 LGTM (after fixing the comment)
Closes #1736 (I tested
yarn test:coverage
withinairnode-protocol
runs).