Skip to content

bump aptos#21586

Merged
tt-cll merged 1 commit intodevelopfrom
tt/aptosBump
Mar 18, 2026
Merged

bump aptos#21586
tt-cll merged 1 commit intodevelopfrom
tt/aptosBump

Conversation

@tt-cll
Copy link
Copy Markdown
Contributor

@tt-cll tt-cll commented Mar 18, 2026

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@tt-cll tt-cll marked this pull request as ready for review March 18, 2026 18:04
@tt-cll tt-cll requested review from a team as code owners March 18, 2026 18:04
Copilot AI review requested due to automatic review settings March 18, 2026 18:04
@tt-cll tt-cll enabled auto-merge March 18, 2026 18:07
@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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

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-sdk to v1.12.1-0.20260318141106-21b6ef4ed363 across modules.
  • Bump github.com/smartcontractkit/chainlink-aptos to v0.0.0-20260318173523-755cafb24200 (including plugins.public.yaml).
  • Bump go.opentelemetry.io/otel (+ metric, trace) to v1.42.0 in 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-aptos and 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/foundations
  • deployment/: @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.

Comment thread go.mod
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
Comment thread system-tests/tests/go.mod
Comment on lines 701 to 703
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
Comment thread system-tests/lib/go.mod
Comment on lines 553 to 555
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
Comment thread integration-tests/go.mod
Comment on lines 612 to 614
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
Comment on lines +610 to +614
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
Comment thread deployment/go.mod
Comment on lines 502 to 504
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
Comment thread core/scripts/go.mod
Comment on lines 599 to 601
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
@tt-cll tt-cll added this pull request to the merge queue Mar 18, 2026
Merged via the queue into develop with commit 50b7586 Mar 18, 2026
188 of 192 checks passed
@tt-cll tt-cll deleted the tt/aptosBump branch March 18, 2026 18:41
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Mar 18, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

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.

5 participants