-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat: make VaultHub pausable #914
Conversation
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: 520f9ba Minimum allowed coverage is ♻️ This comment has been updated with latest results |
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 👍
Although I'd consider some naming changes, but not a show-stopper.
// SPDX-License-Identifier: MIT | ||
|
||
// solhint-disable-next-line lido/fixed-compiler-version | ||
pragma solidity ^0.8.9; |
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 do we need to support ^0.8.9? Why not 0.8.25? We have a 0.8.9 copy already.
No description provided.