Skip to content
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

Merged
merged 9 commits into from
Jan 10, 2024
Merged

Add onRamps support to LinkMon #11571

merged 9 commits into from
Jan 10, 2024

Conversation

fbac
Copy link
Contributor

@fbac fbac commented Dec 14, 2023

  • Add support for CCIP onRamps.
  • Add support for CL Automation to trigger the contract.

@fbac fbac requested a review from RyanRHall December 14, 2023 09:57
@fbac fbac requested review from a team and RensR as code owners December 14, 2023 09:57
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@fbac fbac force-pushed the linkmon-onramps branch 4 times, most recently from e8a5ecb to 9db14ad Compare December 18, 2023 10:48
@fbac fbac force-pushed the linkmon-onramps branch 3 times, most recently from 63b1660 to 8bfb4dc Compare December 22, 2023 10:13
address[] private s_watchList;

/// @notice s_watchList contains all the addresses watched by this monitor
/// It mainly provides the length() function
Copy link
Contributor

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

Copy link
Contributor

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

address[] private s_watchList;

/// @notice s_watchList contains all the addresses watched by this monitor
/// It mainly provides the length() function
Copy link
Contributor

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

@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@RyanRHall RyanRHall added this pull request to the merge queue Jan 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 10, 2024
@jmank88 jmank88 added this pull request to the merge queue Jan 10, 2024
Merged via the queue into develop with commit e8c68bd Jan 10, 2024
92 checks passed
@jmank88 jmank88 deleted the linkmon-onramps branch January 10, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants