Skip to content

[CRE-491] Move ccip consts from chainnlink-ccip to chainlink-common#1773

Merged
pavel-raykov merged 1 commit into
mainfrom
move-consts
Jan 14, 2026
Merged

[CRE-491] Move ccip consts from chainnlink-ccip to chainlink-common#1773
pavel-raykov merged 1 commit into
mainfrom
move-consts

Conversation

@pavel-raykov
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

✅ API Diff Results - No breaking changes


📄 View full apidiff report

@pavel-raykov pavel-raykov marked this pull request as ready for review January 14, 2026 14:22
@pavel-raykov pavel-raykov requested a review from a team as a code owner January 14, 2026 14:22
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR moves CCIP-related constants from the chainlink-ccip repository to chainlink-common for better code organization and sharing across projects.

Changes:

  • Created a new constants package under pkg/types/ccip/consts/ containing contract names, method names, event names, event attributes, and plugin types
  • Centralized all ChainReader and ChainWriter related constants in a single location

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

ContractNameRMNProxy,
ContractNameRouter,
ContractNameCCTPMessageTransmitter,
}
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The AllContractNames() function is missing ContractNameUSDCTokenPool from its return slice, even though it's defined as a constant. This creates inconsistency between the defined constants and what the function returns.

Copilot uses AI. Check for mistakes.
@pavel-raykov pavel-raykov added this pull request to the merge queue Jan 14, 2026
Merged via the queue into main with commit bd9e1b4 Jan 14, 2026
35 of 36 checks passed
@pavel-raykov pavel-raykov deleted the move-consts branch January 14, 2026 14:33
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.

4 participants