-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add onRamps support to LinkMon #11571
Conversation
fbac
commented
Dec 14, 2023
- Add support for CCIP onRamps.
- Add support for CL Automation to trigger the contract.
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
e8a5ecb
to
9db14ad
Compare
9db14ad
to
5a95989
Compare
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
e06af05
to
9cfa798
Compare
2d8cb78
to
fde3af6
Compare
63b1660
to
8bfb4dc
Compare
8bfb4dc
to
794906d
Compare
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
address[] private s_watchList; | ||
|
||
/// @notice s_watchList contains all the addresses watched by this monitor | ||
/// It mainly provides the length() function |
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.
this you can preface with an @dev
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.
sorry, poor communication on my part. I meant like this!
/// @notice s_watchList contains all the addresses watched by this monitor
/// @dev It mainly provides the length() function
I think in general, it's nice to give all comments an appropriate natspec heading
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/automation/upkeeps/LinkAvailableBalanceMonitor.sol
Outdated
Show resolved
Hide resolved
address[] private s_watchList; | ||
|
||
/// @notice s_watchList contains all the addresses watched by this monitor | ||
/// It mainly provides the length() function |
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.
sorry, poor communication on my part. I meant like this!
/// @notice s_watchList contains all the addresses watched by this monitor
/// @dev It mainly provides the length() function
I think in general, it's nice to give all comments an appropriate natspec heading
SonarQube Quality Gate 0 Bugs No Coverage information |