Bump cl-common for relayer resource fix#21727
Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM (dependency bump in root + multiple modules; behavior depends on upstream chainlink-common changes)
This PR bumps github.com/smartcontractkit/chainlink-common (and the related chainlink-protos/cre/go) across the repo’s Go modules to pick up the relayer resource fix referenced in the linked chainlink-common PR.
Changes:
- Update
chainlink-commonfromv0.11.1tov0.11.2-0.20260326163134-c8e0d77df421across root, scripts, deployment, and test modules. - Update
chainlink-protos/cre/gotov0.0.0-20260326111235-8c09d1a4491fin the same modules. - Regenerate corresponding
go.sumentries to match the new module versions.
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Bump chainlink-common and chainlink-protos/cre/go in root module. |
| go.sum | Update root sums for the bumped dependencies. |
| core/scripts/go.mod | Bump deps for the core/scripts module. |
| core/scripts/go.sum | Update sums for core/scripts module. |
| deployment/go.mod | Bump deps for the deployment module. |
| deployment/go.sum | Update sums for deployment module. |
| integration-tests/go.mod | Bump deps for the integration-tests module. |
| integration-tests/go.sum | Update sums for integration-tests module. |
| integration-tests/load/go.mod | Bump deps for the integration-tests/load submodule. |
| integration-tests/load/go.sum | Update sums for integration-tests/load submodule. |
| system-tests/lib/go.mod | Bump deps for the system-tests/lib module. |
| system-tests/lib/go.sum | Update sums for system-tests/lib module. |
| system-tests/tests/go.mod | Bump deps for the system-tests/tests module. |
| system-tests/tests/go.sum | Update sums for system-tests/tests module. |
Areas for scrupulous human review:
- Validate that the bumped
chainlink-commoncommit (c8e0d77df421) is the intended one from smartcontractkit/chainlink-common#1927 and doesn’t introduce unexpected runtime changes beyond the relayer resource fix.
Suggested reviewers (from .github/CODEOWNERS):
- Root
go.mod/go.sum:@smartcontractkit/core,@smartcontractkit/foundations integration-tests/**:@smartcontractkit/devex-tooling,@smartcontractkit/core,@smartcontractkit/foundationsdeployment/**:@smartcontractkit/ccip-tooling,@smartcontractkit/ccip-offchain,@smartcontractkit/keystone,@smartcontractkit/operations-platform,@smartcontractkit/core
|
@pavel-raykov / @jmank88 could you review this when you get a chance please |
…-import-relayer-resource-management
|





cl-common PR: smartcontractkit/chainlink-common#1927