release/2.46.1#22333
Conversation
* Bumps * generate
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM — This is primarily a release/dependency bump PR, but it touches multiple Go modules and plugin install manifests; incorrect versions or manifest syntax can break builds and release automation.
Purpose: Prepare the 2.46.1 patch release by updating module/plugin references and aligning dependency versions across the repo’s multiple Go workspaces/modules and test suites.
Changes:
- Bumps
package.jsonversion from2.46.0→2.46.1. - Updates several Go dependencies (notably
chainlink-common,chainlink-deployments-framework,chainlink-testing-framework,chainlink-aptos,chainlink-sui, and CCIP EVM/deployment modules) across root, deployment, scripts, integration-tests, and system-tests modules. - Updates plugin manifests and refreshes the module dependency diagram (
go.md).
Scrupulous human review recommended (high leverage areas):
plugins/plugins.private.yamlandplugins/plugins.public.yaml: ensure YAML is valid and themoduleURI/gitRefvalues are exactly what release tooling expects.- Cross-module dependency alignment: ensure the bumped versions are intentionally consistent across
go.modfiles (root,deployment/,core/scripts/,integration-tests/,system-tests/) and that CI covers all module builds.
Reviewed changes
Copilot reviewed 11 out of 18 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.sum | Updates checksums after dependency bumps for system tests. |
| system-tests/tests/go.mod | Bumps system test module dependencies (common/framework/ccip/etc.). |
| system-tests/lib/go.sum | Updates checksums after dependency bumps for system test library. |
| system-tests/lib/go.mod | Bumps system test lib dependencies (common/framework/ccip/etc.). |
| plugins/plugins.public.yaml | Updates public plugin gitRefs (aptos, sui). |
| plugins/plugins.private.yaml | Updates private aptos plugin gitRef; modifies confidential-http moduleURI formatting. |
| package.json | Patch version bump to 2.46.1. |
| integration-tests/load/go.sum | Updates checksums after dependency bumps for load tests. |
| integration-tests/load/go.mod | Bumps load test module dependencies. |
| integration-tests/go.sum | Updates checksums after dependency bumps for integration tests. |
| integration-tests/go.mod | Bumps integration test module dependencies. |
| go.sum | Updates root module checksums after dependency bumps. |
| go.mod | Bumps root module dependencies (common/ccip/sui/aptos/etc.). |
| go.md | Updates the Mermaid module/dependency diagram. |
| deployment/go.sum | Updates checksums after dependency bumps for deployment module. |
| deployment/go.mod | Bumps deployment module dependencies (common/framework/ccip/etc.). |
| core/scripts/go.sum | Updates checksums after dependency bumps for core scripts module. |
| core/scripts/go.mod | Bumps core scripts module dependencies (common/framework/ccip/etc.). |
| sui: | ||
| - moduleURI: "github.com/smartcontractkit/chainlink-sui" | ||
| # IMP: consult chainlink-sui team before updating this version | ||
| # current version is v0.0.0-20260427132612-76b9f754a556 |
| @@ -165,7 +166,6 @@ flowchart LR | |||
| click chainlink-tron/relayer href "https://github.com/smartcontractkit/chainlink-tron" | |||
| chainlink/v2 --> chainlink-automation | |||
| chainlink/v2 --> chainlink-ccip/chains/evm | |||
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
#22316) * CRE-4087: Adjust local config if capability registry is used to store OCR config * CRE-4087: Adjust local config if capability registry is used to store OCR config * Small refactor
* use dynamic ChIP Ingress/Router host port allocation * lint fix * fix actionlints * tagged CTF
|




This branch cherry-picked 3 commits into
release/2.46.0.781f360
f502927
def17bd