Skip to content

updating standard capabilities interface#19768

Merged
patrickhuie19 merged 3 commits intodevelopfrom
feat/CRE-1035-extend-standard-cap
Oct 7, 2025
Merged

updating standard capabilities interface#19768
patrickhuie19 merged 3 commits intodevelopfrom
feat/CRE-1035-extend-standard-cap

Conversation

@patrickhuie19
Copy link
Copy Markdown
Contributor

@patrickhuie19 patrickhuie19 commented Oct 7, 2025

Adding new services to Initialise in the standard capabilities interface is always breaking. By making it a struct, we can make updates a little less painful, and only opt-in the capabilities that need the new service(s).

Capabilities PR: https://github.com/smartcontractkit/capabilities/pull/290
Core PR: #19768
common PR: smartcontractkit/chainlink-common#1590

Order of operations:
[] get approvals on common, capabilities, core
[ x] merge common
[ x ] merge core
[ x ] update capabilities to pull in the new core ref
[ x ] update core to reference the new git ref of capabilities

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Oct 7, 2025

I see you updated files related to core. Please run pnpm changeset 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.

@patrickhuie19 patrickhuie19 force-pushed the feat/CRE-1035-extend-standard-cap branch from 9498614 to 00b36de Compare October 7, 2025 20:13
@patrickhuie19 patrickhuie19 requested a review from a team as a code owner October 7, 2025 20:13
@cl-sonarqube-production
Copy link
Copy Markdown

@patrickhuie19 patrickhuie19 added this pull request to the merge queue Oct 7, 2025
Merged via the queue into develop with commit 77fd4f1 Oct 7, 2025
248 of 254 checks passed
@patrickhuie19 patrickhuie19 deleted the feat/CRE-1035-extend-standard-cap branch October 7, 2025 21:13
simsonraj pushed a commit that referenced this pull request Oct 8, 2025
* updating standard capabilities interface

* bumping go mod
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