Bump cl-ccip and update CCIPReader tests#20830
Conversation
CORA - Pending ReviewersAll codeowners have approved! ✅ Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
|
I see you updated files related to
|
|
71959eb to
1908221
Compare
e7fe047 to
49b1008
Compare
| MaxReportTransmissionCheckAttempts: 10, | ||
| RMNSignaturesTimeout: 6900 * time.Millisecond, | ||
| RMNEnabled: true, | ||
| RMNEnabled: false, |
There was a problem hiding this comment.
Hey @0xAustinWang I see you updated RMNEnabled to false in cl-ccip.
I'm running into a CI test failure on this PR due to this param now having a default value of false. Could you help confirm this change here in config.go is correct?
There was a problem hiding this comment.
@ogtownsend yes, RMN has been deprecated and the default should be false on all chains.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the chainlink-ccip dependency to a newer version and adjusts CCIPReader tests accordingly. The changes align with corresponding updates in the chainlink-ccip repository.
Changes:
- Bumped
chainlink-ccipdependency from version0.1.1-solana.0.20260126125911-68f24b4a078ato0.1.1-solana.0.20260127052127-9e53e86176d3across all Go modules - Updated type reference from
ccipreaderpkg.ContractAddressestocciptypes.ContractAddresses - Removed deprecated
Test_LinkPriceUSDtest function
Reviewed changes
Copilot reviewed 9 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Updates chainlink-ccip dependency version |
| system-tests/lib/go.mod | Updates chainlink-ccip dependency version |
| integration-tests/smoke/ccip/ccip_reader_test.go | Corrects type reference and removes deprecated test |
| integration-tests/load/go.mod | Updates chainlink-ccip dependency version |
| integration-tests/go.mod | Updates chainlink-ccip dependency version |
| go.mod | Updates chainlink-ccip dependency version |
| deployment/go.mod | Updates chainlink-ccip dependency version |
| deployment/ccip/changeset/globals/config.go | Disables RMN feature flag |
| core/scripts/go.mod | Updates chainlink-ccip dependency version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* bump cl-ccip and update ccip reader tests * set RMNEnabled param to false for changeset globals * bump cl-ccip for main branch commit hash





Corresponding cl-ccip PR: smartcontractkit/chainlink-ccip#1573