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 (repo-wide dependency bumps across multiple Go modules)
This PR updates Aptos-related dependencies (Aptos Go SDK + Chainlink Aptos relayer) across the main module and test/deployment submodules, and also bumps several OpenTelemetry packages accordingly.
Changes:
- Bump
github.com/aptos-labs/aptos-go-sdktov1.12.1-0.20260318141106-21b6ef4ed363across modules. - Bump
github.com/smartcontractkit/chainlink-aptostov0.0.0-20260318173523-755cafb24200(includingplugins.public.yaml). - Bump
go.opentelemetry.io/otel(+metric,trace) tov1.42.0in multiple modules.
Targeted areas for scrupulous human review:
- The OpenTelemetry version alignment across modules (core vs SDK submodules) to ensure builds don’t break due to type/API skew.
- Any runtime-facing behavior changes introduced by the new
chainlink-aptosand Aptos SDK commits (especially if they alter transaction/signing behavior used by tests and deployment tooling).
Reviewer recommendations (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
Reviewed changes
Copilot reviewed 8 out of 15 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps used by system tests. |
| system-tests/tests/go.sum | Updates checksums for the bumped deps. |
| system-tests/lib/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps for system test shared library. |
| system-tests/lib/go.sum | Updates checksums for the bumped deps. |
| plugins/plugins.public.yaml | Updates the Aptos plugin gitRef to the new chainlink-aptos pseudo-version. |
| integration-tests/load/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps for load tests. |
| integration-tests/load/go.sum | Updates checksums for the bumped deps. |
| integration-tests/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps for integration tests. |
| integration-tests/go.sum | Updates checksums for the bumped deps. |
| go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel core packages in the main module. |
| go.sum | Updates checksums for the bumped deps. |
| deployment/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps used by deployment tooling. |
| deployment/go.sum | Updates checksums for the bumped deps. |
| core/scripts/go.mod | Bumps aptos-go-sdk, chainlink-aptos, and OTel deps used by core scripts module. |
| core/scripts/go.sum | Updates checksums for the bumped deps. |
| go.opentelemetry.io/otel/log v0.15.0 | ||
| go.opentelemetry.io/otel/metric v1.41.0 | ||
| go.opentelemetry.io/otel/metric v1.42.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 |
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect |
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect |
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect |
| go.opentelemetry.io/otel/metric v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.42.0 // indirect |
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect |
| go.opentelemetry.io/otel/sdk v1.41.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/log v0.15.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect |





No description provided.