Skip to content

update chainlink-common#22673

Open
stackman27 wants to merge 9 commits into
developfrom
sish/pubKey
Open

update chainlink-common#22673
stackman27 wants to merge 9 commits into
developfrom
sish/pubKey

Conversation

@stackman27
Copy link
Copy Markdown
Contributor

Requires

Supports

Copilot AI review requested due to automatic review settings May 28, 2026 01:43
@stackman27 stackman27 requested review from a team as code owners May 28, 2026 01:43
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

Bumps chainlink-common (and related modules keystore, chipingress, chainlink-protos/cre/go) and transitive deps (golang.org/x/{crypto,net,sys}, addition of go.opentelemetry.io/contrib/bridges/prometheus, gorilla/{handlers,mux}; removal of stellar/* and xdrpp/goxdr). Uses a newly available helper from chainlink-common/keystore/corekeys/ocr2key to populate the new OnchainSigningAddressPubKey field on the OCR2 key bundle protobuf message.

Changes:

  • Update chainlink-common, chainlink-common/keystore, chainlink-common/pkg/chipingress, and chainlink-protos/cre/go module versions.
  • Adjust transitive dependencies (golang.org/x/* bumps, added otel prometheus bridge and gorilla handlers/mux, removed stellar/goxdr).
  • In newOCR2ConfigMsg, populate OnchainSigningAddressPubKey via the new ocr2key.RawEVMOnChainPublicKey helper when available.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
go.mod Version bumps for chainlink-common modules, cre protos, and x/crypto; updated indirect deps.
go.sum Corresponding checksum updates for the dependency changes.
core/services/feeds/service.go Imports ocr2key and sets OnchainSigningAddressPubKey on the OCR2 key bundle protobuf.

@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

github-actions Bot commented May 28, 2026

✅ No conflicts with other open PRs targeting develop

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 28, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

jmank88
jmank88 previously approved these changes May 28, 2026
OffchainPublicKey: hex.EncodeToString(ocrOffChainPublicKey[:]),
OnchainSigningAddress: ocrKey.OnChainPublicKey(),
}
if rawPubKey, ok := ocr2key.RawEVMOnChainPublicKey(ocrKey); ok {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add some tests

@cl-sonarqube-production
Copy link
Copy Markdown

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